Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:updating
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/scsi/
H
A
D
zfcp_diag.c
173
if (hdr->
updating
== 1) {
175
hdr->
updating
== 0,
179
hdr->
updating
= 1;
186
hdr->
updating
= 0;
223
* @buffer_update: Specific implementation for collecting and
updating
.
H
A
D
zfcp_diag.h
21
* @
updating
: flag showing that an update for this buffer is currently running.
31
u64
updating
:1;
member
/kernel/linux/linux-5.10/drivers/s390/scsi/
H
A
D
zfcp_diag.c
215
if (hdr->
updating
== 1) {
217
hdr->
updating
== 0,
221
hdr->
updating
= 1;
228
hdr->
updating
= 0;
265
* @buffer_update: Specific implementation for collecting and
updating
.
H
A
D
zfcp_diag.h
21
* @
updating
: flag showing that an update for this buffer is currently running.
31
u64
updating
:1;
member
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
apply.c
88
bool
updating
;
member
269
if (mp->
updating
)
in need_isr()
371
if (!mp->
updating
)
in extra_info_update_ongoing()
391
bool
updating
;
in wait_pending_extra_info_updates()
local
398
updating
= extra_info_update_ongoing();
in wait_pending_extra_info_updates()
400
if (!
updating
) {
in wait_pending_extra_info_updates()
650
if (mp->
updating
)
in dss_ovl_write_regs()
673
if (mp->
updating
)
in dss_ovl_write_regs_extra()
699
if (mp->
updating
)
in dss_mgr_write_regs()
720
if (mp->
updating
)
in dss_mgr_write_regs_extra()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
apply.c
88
bool
updating
;
member
267
if (mp->
updating
)
in need_isr()
369
if (!mp->
updating
)
in extra_info_update_ongoing()
389
bool
updating
;
in wait_pending_extra_info_updates()
local
396
updating
= extra_info_update_ongoing();
in wait_pending_extra_info_updates()
398
if (!
updating
) {
in wait_pending_extra_info_updates()
648
if (mp->
updating
)
in dss_ovl_write_regs()
671
if (mp->
updating
)
in dss_ovl_write_regs_extra()
697
if (mp->
updating
)
in dss_mgr_write_regs()
718
if (mp->
updating
)
in dss_mgr_write_regs_extra()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H
A
D
upd.c
120
ubi_assert(!vol->
updating
&& !vol->changing_leb);
in ubi_start_update()
121
vol->
updating
= 1;
in ubi_start_update()
131
/* Before
updating
- wipe out the volume */
in ubi_start_update()
148
vol->
updating
= 0;
in ubi_start_update()
171
ubi_assert(!vol->
updating
&& !vol->changing_leb);
in ubi_start_leb_change()
281
* When
updating
volumes, we accumulate whole logical eraseblock of
in ubi_more_update_data()
358
vol->
updating
= 0;
in ubi_more_update_data()
H
A
D
cdev.c
125
if (vol->
updating
) {
in vol_cdev_release()
129
vol->
updating
= 0;
in vol_cdev_release()
148
if (vol->
updating
) {
in vol_cdev_llseek()
150
ubi_err(vol->ubi, "
updating
");
in vol_cdev_llseek()
184
if (vol->
updating
) {
in vol_cdev_read()
185
ubi_err(vol->ubi, "
updating
");
in vol_cdev_read()
331
if (!vol->
updating
&& !vol->changing_leb)
in vol_cdev_write()
334
if (vol->
updating
)
in vol_cdev_write()
H
A
D
ubi.h
323
* @
updating
: %1 if the volume is being updated
371
unsigned int
updating
:1;
member
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H
A
D
upd.c
120
ubi_assert(!vol->
updating
&& !vol->changing_leb);
in ubi_start_update()
121
vol->
updating
= 1;
in ubi_start_update()
131
/* Before
updating
- wipe out the volume */
in ubi_start_update()
148
vol->
updating
= 0;
in ubi_start_update()
171
ubi_assert(!vol->
updating
&& !vol->changing_leb);
in ubi_start_leb_change()
281
* When
updating
volumes, we accumulate whole logical eraseblock of
in ubi_more_update_data()
358
vol->
updating
= 0;
in ubi_more_update_data()
H
A
D
cdev.c
125
if (vol->
updating
) {
in vol_cdev_release()
129
vol->
updating
= 0;
in vol_cdev_release()
148
if (vol->
updating
) {
in vol_cdev_llseek()
150
ubi_err(vol->ubi, "
updating
");
in vol_cdev_llseek()
184
if (vol->
updating
) {
in vol_cdev_read()
185
ubi_err(vol->ubi, "
updating
");
in vol_cdev_read()
331
if (!vol->
updating
&& !vol->changing_leb)
in vol_cdev_write()
334
if (vol->
updating
)
in vol_cdev_write()
H
A
D
ubi.h
323
* @
updating
: %1 if the volume is being updated
371
unsigned int
updating
:1;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
mcdi.c
2299
if (!part->
updating
) {
in efx_mcdi_mtd_erase()
2303
part->
updating
= true;
in efx_mcdi_mtd_erase()
2330
if (!part->
updating
) {
in efx_mcdi_mtd_write()
2334
part->
updating
= true;
in efx_mcdi_mtd_write()
2357
if (part->
updating
) {
in efx_mcdi_mtd_sync()
2358
part->
updating
= false;
in efx_mcdi_mtd_sync()
H
A
D
mcdi.h
105
bool
updating
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
mcdi.c
2409
if (!part->
updating
) {
in efx_mcdi_mtd_erase()
2413
part->
updating
= true;
in efx_mcdi_mtd_erase()
2440
if (!part->
updating
) {
in efx_mcdi_mtd_write()
2444
part->
updating
= true;
in efx_mcdi_mtd_write()
2467
if (part->
updating
) {
in efx_mcdi_mtd_sync()
2468
part->
updating
= false;
in efx_mcdi_mtd_sync()
H
A
D
mcdi.h
105
bool
updating
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
mcdi.c
2184
if (!part->
updating
) {
in efx_siena_mcdi_mtd_erase()
2188
part->
updating
= true;
in efx_siena_mcdi_mtd_erase()
2215
if (!part->
updating
) {
in efx_siena_mcdi_mtd_write()
2219
part->
updating
= true;
in efx_siena_mcdi_mtd_write()
2242
if (part->
updating
) {
in efx_siena_mcdi_mtd_sync()
2243
part->
updating
= false;
in efx_siena_mcdi_mtd_sync()
H
A
D
mcdi.h
105
bool
updating
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/
H
A
D
rocker_ofdpa.c
1272
bool
updating
;
in ofdpa_port_ipv4_neigh()
local
1284
updating
= found && adding;
in ofdpa_port_ipv4_neigh()
1297
} else if (
updating
) {
in ofdpa_port_ipv4_neigh()
1384
bool
updating
;
in ofdpa_port_ipv4_nh()
local
1397
updating
= found && adding;
in ofdpa_port_ipv4_nh()
1410
} else if (
updating
) {
in ofdpa_port_ipv4_nh()
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/
H
A
D
rocker_ofdpa.c
1272
bool
updating
;
in ofdpa_port_ipv4_neigh()
local
1284
updating
= found && adding;
in ofdpa_port_ipv4_neigh()
1297
} else if (
updating
) {
in ofdpa_port_ipv4_neigh()
1384
bool
updating
;
in ofdpa_port_ipv4_nh()
local
1397
updating
= found && adding;
in ofdpa_port_ipv4_nh()
1410
} else if (
updating
) {
in ofdpa_port_ipv4_nh()
Completed in 31 milliseconds