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:sk_napi_id
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
busy_poll.h
108
unsigned int napi_id = READ_ONCE(sk->
sk_napi_id
);
in sk_busy_loop()
134
if (unlikely(READ_ONCE(sk->
sk_napi_id
) != skb->napi_id))
in sk_mark_napi_id()
135
WRITE_ONCE(sk->
sk_napi_id
, skb->napi_id);
in sk_mark_napi_id()
141
* as sk->
sk_napi_id
and sk->sk_rx_queue_mapping content
148
WRITE_ONCE(sk->
sk_napi_id
, skb->napi_id);
in sk_mark_napi_id_set()
156
if (!READ_ONCE(sk->
sk_napi_id
))
in __sk_mark_napi_id_once()
157
WRITE_ONCE(sk->
sk_napi_id
, napi_id);
in __sk_mark_napi_id_once()
H
A
D
sock.h
273
* @
sk_napi_id
: id of the last napi context to receive data for sk
429
unsigned int
sk_napi_id
;
member
/kernel/linux/linux-5.10/include/net/
H
A
D
busy_poll.h
105
unsigned int napi_id = READ_ONCE(sk->
sk_napi_id
);
in sk_busy_loop()
129
WRITE_ONCE(sk->
sk_napi_id
, skb->napi_id);
in sk_mark_napi_id()
139
if (!READ_ONCE(sk->
sk_napi_id
))
in sk_mark_napi_id_once()
140
WRITE_ONCE(sk->
sk_napi_id
, skb->napi_id);
in sk_mark_napi_id_once()
H
A
D
sock.h
277
* @
sk_napi_id
: id of the last napi context to receive data for sk
419
unsigned int
sk_napi_id
;
member
/kernel/linux/linux-5.10/net/core/
H
A
D
sock.c
1586
v.val = READ_ONCE(sk->
sk_napi_id
);
in sock_getsockopt()
3048
sk->
sk_napi_id
= 0;
in sock_init_data_uid()
/kernel/linux/linux-6.6/net/core/
H
A
D
sock.c
1951
v.val = READ_ONCE(sk->
sk_napi_id
);
in sk_getsockopt()
3481
sk->
sk_napi_id
= 0;
in sock_init_data_uid()
/kernel/linux/linux-5.10/fs/
H
A
D
eventpoll.c
431
napi_id = READ_ONCE(sk->
sk_napi_id
);
in ep_set_busy_poll_napi_id()
/kernel/linux/linux-6.6/fs/
H
A
D
eventpoll.c
445
napi_id = READ_ONCE(sk->
sk_napi_id
);
in ep_set_busy_poll_napi_id()
/kernel/linux/linux-6.6/net/xdp/
H
A
D
xsk.c
817
READ_ONCE(sk->
sk_napi_id
) >= MIN_NAPI_ID;
in xsk_no_wakeup()
Completed in 28 milliseconds