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:exp_lock
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
tree_exp.h
305
spin_lock(&rnp->
exp_lock
);
in exp_funnel_lock()
309
spin_unlock(&rnp->
exp_lock
);
in exp_funnel_lock()
318
spin_unlock(&rnp->
exp_lock
);
in exp_funnel_lock()
600
spin_lock(&rnp->
exp_lock
);
604
spin_unlock(&rnp->
exp_lock
);
H
A
D
tree.h
124
spinlock_t
exp_lock
____cacheline_internodealigned_in_smp;
H
A
D
tree.c
4426
spin_lock_init(&rnp->
exp_lock
);
in rcu_init_one()
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_modem_ops.c
95
spin_lock_bh(&md->
exp_lock
);
in t7xx_pci_mhccif_isr()
119
spin_unlock_bh(&md->
exp_lock
);
in t7xx_pci_mhccif_isr()
568
spin_lock_irqsave(&md->
exp_lock
, flags);
in t7xx_md_event_notify()
596
spin_unlock_irqrestore(&md->
exp_lock
, flags);
in t7xx_md_event_notify()
649
spin_lock_init(&md->
exp_lock
);
in t7xx_md_alloc()
H
A
D
t7xx_modem_ops.h
78
spinlock_t
exp_lock
; /* Protects exception events */
member
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
tree_exp.h
307
spin_lock(&rnp->
exp_lock
);
in exp_funnel_lock()
311
spin_unlock(&rnp->
exp_lock
);
in exp_funnel_lock()
320
spin_unlock(&rnp->
exp_lock
);
in exp_funnel_lock()
713
spin_lock(&rnp->
exp_lock
);
717
spin_unlock(&rnp->
exp_lock
);
H
A
D
tree.h
131
spinlock_t
exp_lock
____cacheline_internodealigned_in_smp;
H
A
D
tree.c
4848
spin_lock_init(&rnp->
exp_lock
);
in rcu_init_one()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
443
* routines: the qp s_lock and the
exp_lock
.
448
* The allocation routines will get the
exp_lock
.
451
* the rcd wait queue to be fetched under the
exp_lock
and
452
* followed by a drop of the
exp_lock
.
461
* Must hold the
exp_lock
.
470
__must_hold(&rcd->
exp_lock
)
474
lockdep_assert_held(&rcd->
exp_lock
);
493
* Must hold the qp s_lock and the
exp_lock
.
504
__must_hold(&rcd->
exp_lock
) __must_hold(&qp->s_lock)
510
lockdep_assert_held(&rcd->
exp_lock
);
[all...]
H
A
D
hfi.h
312
spinlock_t
exp_lock
;
member
H
A
D
init.c
382
spin_lock_init(&rcd->
exp_lock
);
in hfi1_create_ctxtdata()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
444
* routines: the qp s_lock and the
exp_lock
.
449
* The allocation routines will get the
exp_lock
.
452
* the rcd wait queue to be fetched under the
exp_lock
and
453
* followed by a drop of the
exp_lock
.
462
* Must hold the
exp_lock
.
471
__must_hold(&rcd->
exp_lock
)
475
lockdep_assert_held(&rcd->
exp_lock
);
495
* Must hold the qp s_lock and the
exp_lock
.
506
__must_hold(&rcd->
exp_lock
) __must_hold(&qp->s_lock)
512
lockdep_assert_held(&rcd->
exp_lock
);
[all...]
H
A
D
hfi.h
271
spinlock_t
exp_lock
;
member
H
A
D
init.c
341
spin_lock_init(&rcd->
exp_lock
);
in hfi1_create_ctxtdata()
Completed in 37 milliseconds