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:poll_lock
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/
H
A
D
digital_core.c
411
mutex_lock(&ddev->
poll_lock
);
in digital_poll_next_tech()
414
mutex_unlock(&ddev->
poll_lock
);
in digital_poll_next_tech()
421
mutex_unlock(&ddev->
poll_lock
);
in digital_poll_next_tech()
434
mutex_lock(&ddev->
poll_lock
);
in digital_wq_poll()
437
mutex_unlock(&ddev->
poll_lock
);
in digital_wq_poll()
443
mutex_unlock(&ddev->
poll_lock
);
in digital_wq_poll()
557
mutex_lock(&ddev->
poll_lock
);
in digital_stop_poll()
561
mutex_unlock(&ddev->
poll_lock
);
in digital_stop_poll()
567
mutex_unlock(&ddev->
poll_lock
);
in digital_stop_poll()
775
mutex_init(&ddev->
poll_lock
);
in nfc_digital_allocate_device()
[all...]
/kernel/linux/linux-6.6/net/nfc/
H
A
D
digital_core.c
411
mutex_lock(&ddev->
poll_lock
);
in digital_poll_next_tech()
414
mutex_unlock(&ddev->
poll_lock
);
in digital_poll_next_tech()
421
mutex_unlock(&ddev->
poll_lock
);
in digital_poll_next_tech()
434
mutex_lock(&ddev->
poll_lock
);
in digital_wq_poll()
437
mutex_unlock(&ddev->
poll_lock
);
in digital_wq_poll()
443
mutex_unlock(&ddev->
poll_lock
);
in digital_wq_poll()
560
mutex_lock(&ddev->
poll_lock
);
in digital_stop_poll()
564
mutex_unlock(&ddev->
poll_lock
);
in digital_stop_poll()
570
mutex_unlock(&ddev->
poll_lock
);
in digital_stop_poll()
778
mutex_init(&ddev->
poll_lock
);
in nfc_digital_allocate_device()
[all...]
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H
A
D
virtio.c
95
* @
poll_lock
: A lock to protect @poll_status
107
spinlock_t
poll_lock
;
member
191
/* Still no users, no need to acquire
poll_lock
*/
in scmi_virtio_get_free_msg()
339
* is no more processed elsewhere so no
poll_lock
needed.
in scmi_vio_deferred_tx_worker()
462
spin_lock_init(&msg->
poll_lock
);
in virtio_chan_setup()
530
/* Still no users, no need to acquire
poll_lock
*/
in virtio_send_message()
631
spin_lock_irqsave(&msg->
poll_lock
, flags);
in virtio_mark_txdone()
637
spin_unlock_irqrestore(&msg->
poll_lock
, flags);
in virtio_mark_txdone()
698
* Avoid to acquire
poll_lock
since polled_status can be changed
in virtio_poll_done()
733
spin_lock(&next_msg->
poll_lock
);
in virtio_poll_done()
[all...]
/kernel/linux/linux-5.10/include/net/nfc/
H
A
D
digital.h
207
struct mutex
poll_lock
;
member
/kernel/linux/linux-6.6/include/net/nfc/
H
A
D
digital.h
207
struct mutex
poll_lock
;
member
/kernel/linux/linux-6.6/drivers/pinctrl/
H
A
D
pinctrl-microchip-sgpio.c
127
struct mutex
poll_lock
;
member
267
mutex_lock(&priv->
poll_lock
);
in sgpio_single_shot()
279
mutex_unlock(&priv->
poll_lock
);
in sgpio_single_shot()
925
mutex_init(&priv->
poll_lock
);
in microchip_sgpio_probe()
/kernel/linux/linux-6.6/drivers/block/null_blk/
H
A
D
main.c
1648
spin_lock(&nq->
poll_lock
);
in null_poll()
1652
spin_unlock(&nq->
poll_lock
);
in null_poll()
1680
spin_lock(&nq->
poll_lock
);
in null_timeout_rq()
1683
spin_unlock(&nq->
poll_lock
);
in null_timeout_rq()
1687
spin_unlock(&nq->
poll_lock
);
in null_timeout_rq()
1742
spin_lock(&nq->
poll_lock
);
in null_queue_rq()
1744
spin_unlock(&nq->
poll_lock
);
in null_queue_rq()
1783
spin_lock_init(&nq->
poll_lock
);
in null_init_queue()
H
A
D
null_blk.h
38
spinlock_t
poll_lock
;
member
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H
A
D
hisi_sas.h
210
spinlock_t
poll_lock
;
member
H
A
D
hisi_sas_main.c
693
spin_lock(&cq->
poll_lock
);
in hisi_sas_sync_poll_cq()
694
spin_unlock(&cq->
poll_lock
);
in hisi_sas_sync_poll_cq()
2183
spin_lock_init(&cq->
poll_lock
);
in hisi_sas_alloc()
H
A
D
hisi_sas_v3_hw.c
2499
spin_lock(&cq->
poll_lock
);
in queue_complete_v3_hw()
2501
spin_unlock(&cq->
poll_lock
);
in queue_complete_v3_hw()
Completed in 23 milliseconds