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:need_wakeup
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_txrx.c
90
bool
need_wakeup
= xsk_uses_need_wakeup(xskrq->xsk_pool);
in mlx5e_napi_xsk_post()
local
94
*
need_wakeup
. Do it before queuing packets for TX to avoid race
in mlx5e_napi_xsk_post()
97
if (
need_wakeup
&& xsksq->pc == xsksq->cc)
in mlx5e_napi_xsk_post()
101
if (
need_wakeup
&& xsksq->pc != xsksq->cc)
in mlx5e_napi_xsk_post()
104
/* If WQ is empty, RX won't trigger NAPI, so set
need_wakeup
. Do it
in mlx5e_napi_xsk_post()
107
if (
need_wakeup
&& !mlx5e_rqwq_get_cur_sz(xskrq))
in mlx5e_napi_xsk_post()
114
if (!
need_wakeup
)
in mlx5e_napi_xsk_post()
/kernel/linux/linux-5.10/mm/
H
A
D
highmem.c
333
int
need_wakeup
;
in kunmap_high()
local
346
need_wakeup
= 0;
in kunmap_high()
362
need_wakeup
= waitqueue_active(pkmap_map_wait);
in kunmap_high()
367
if (
need_wakeup
)
in kunmap_high()
/kernel/linux/linux-6.6/mm/
H
A
D
highmem.c
353
int
need_wakeup
;
in kunmap_high()
local
366
need_wakeup
= 0;
in kunmap_high()
382
need_wakeup
= waitqueue_active(pkmap_map_wait);
in kunmap_high()
387
if (
need_wakeup
)
in kunmap_high()
/kernel/linux/linux-5.10/include/linux/
H
A
D
splice.h
44
bool
need_wakeup
; /* need to wake up writer */
member
/kernel/linux/linux-6.6/fs/
H
A
D
splice.c
483
sd->
need_wakeup
= true;
in splice_from_pipe_feed()
542
if (sd->
need_wakeup
) {
in splice_from_pipe_next()
544
sd->
need_wakeup
= false;
in splice_from_pipe_next()
568
sd->
need_wakeup
= false;
in splice_from_pipe_begin()
583
if (sd->
need_wakeup
)
in splice_from_pipe_end()
755
sd.
need_wakeup
= true;
in iter_file_splice_write()
799
bool
need_wakeup
= false;
in splice_to_socket()
local
831
if (
need_wakeup
) {
in splice_to_socket()
833
need_wakeup
= false;
in splice_to_socket()
905
need_wakeup
in splice_to_socket()
[all...]
H
A
D
userfaultfd.c
1259
bool
need_wakeup
;
in wake_userfault()
local
1278
need_wakeup
= waitqueue_active(&ctx->fault_pending_wqh) ||
in wake_userfault()
1282
if (
need_wakeup
)
in wake_userfault()
/kernel/linux/linux-6.6/include/linux/
H
A
D
splice.h
45
bool
need_wakeup
; /* need to wake up writer */
member
/kernel/linux/linux-5.10/fs/
H
A
D
splice.c
435
sd->
need_wakeup
= true;
in splice_from_pipe_feed()
494
if (sd->
need_wakeup
) {
in splice_from_pipe_next()
496
sd->
need_wakeup
= false;
in splice_from_pipe_next()
520
sd->
need_wakeup
= false;
in splice_from_pipe_begin()
535
if (sd->
need_wakeup
)
in splice_from_pipe_end()
705
sd.
need_wakeup
= true;
in iter_file_splice_write()
H
A
D
userfaultfd.c
1199
bool
need_wakeup
;
in wake_userfault()
local
1218
need_wakeup
= waitqueue_active(&ctx->fault_pending_wqh) ||
in wake_userfault()
1222
if (
need_wakeup
)
in wake_userfault()
/kernel/linux/linux-5.10/net/9p/
H
A
D
trans_virtio.c
130
bool
need_wakeup
= false;
in req_done()
local
139
need_wakeup
= true;
in req_done()
149
if (
need_wakeup
)
in req_done()
/kernel/linux/linux-6.6/net/9p/
H
A
D
trans_virtio.c
133
bool
need_wakeup
= false;
in req_done()
local
142
need_wakeup
= true;
in req_done()
152
if (
need_wakeup
)
in req_done()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
sched.c
343
bool
need_wakeup
= !rpc_test_and_set_running(task);
in rpc_make_runnable()
local
346
if (!
need_wakeup
)
in rpc_make_runnable()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
sched.c
364
bool
need_wakeup
= !rpc_test_and_set_running(task);
in rpc_make_runnable()
local
367
if (!
need_wakeup
)
in rpc_make_runnable()
/kernel/linux/linux-5.10/drivers/block/
H
A
D
rbd.c
3520
bool
need_wakeup
= false;
in rbd_lock_del_request()
local
3526
need_wakeup
= (rbd_dev->lock_state == RBD_LOCK_STATE_RELEASING &&
in rbd_lock_del_request()
3530
if (
need_wakeup
)
in rbd_lock_del_request()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
rbd.c
3455
bool
need_wakeup
= false;
in rbd_lock_del_request()
local
3461
need_wakeup
= (rbd_dev->lock_state == RBD_LOCK_STATE_RELEASING &&
in rbd_lock_del_request()
3465
if (
need_wakeup
)
in rbd_lock_del_request()
Completed in 37 milliseconds