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:lockeddevcnt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
cls_api.c
1459
block->
lockeddevcnt
++;
in tcf_block_bind()
1477
block->
lockeddevcnt
--;
in tcf_block_bind()
1500
block->
lockeddevcnt
--;
in tcf_block_unbind()
3276
bool take_rtnl = READ_ONCE(block->
lockeddevcnt
) && !rtnl_held;
in tc_setup_cb_call()
3287
if (!rtnl_held && !take_rtnl && block->
lockeddevcnt
) {
in tc_setup_cb_call()
3312
bool take_rtnl = READ_ONCE(block->
lockeddevcnt
) && !rtnl_held;
in tc_setup_cb_add()
3323
if (!rtnl_held && !take_rtnl && block->
lockeddevcnt
) {
in tc_setup_cb_add()
3364
bool take_rtnl = READ_ONCE(block->
lockeddevcnt
) && !rtnl_held;
in tc_setup_cb_replace()
3375
if (!rtnl_held && !take_rtnl && block->
lockeddevcnt
) {
in tc_setup_cb_replace()
3416
bool take_rtnl = READ_ONCE(block->
lockeddevcnt
)
in tc_setup_cb_destroy()
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_api.c
1588
block->
lockeddevcnt
++;
in tcf_block_bind()
1606
block->
lockeddevcnt
--;
in tcf_block_bind()
1629
block->
lockeddevcnt
--;
in tcf_block_unbind()
3502
bool take_rtnl = READ_ONCE(block->
lockeddevcnt
) && !rtnl_held;
in tc_setup_cb_call()
3513
if (!rtnl_held && !take_rtnl && block->
lockeddevcnt
) {
in tc_setup_cb_call()
3538
bool take_rtnl = READ_ONCE(block->
lockeddevcnt
) && !rtnl_held;
in tc_setup_cb_add()
3549
if (!rtnl_held && !take_rtnl && block->
lockeddevcnt
) {
in tc_setup_cb_add()
3590
bool take_rtnl = READ_ONCE(block->
lockeddevcnt
) && !rtnl_held;
in tc_setup_cb_replace()
3601
if (!rtnl_held && !take_rtnl && block->
lockeddevcnt
) {
in tc_setup_cb_replace()
3642
bool take_rtnl = READ_ONCE(block->
lockeddevcnt
)
in tc_setup_cb_destroy()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
sch_generic.h
461
unsigned int
lockeddevcnt
; /* Number of devs that require rtnl lock. */
member
/kernel/linux/linux-6.6/include/net/
H
A
D
sch_generic.h
481
unsigned int
lockeddevcnt
; /* Number of devs that require rtnl lock. */
member
Completed in 15 milliseconds