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_ll_usec
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
busy_poll.h
39
return READ_ONCE(sk->
sk_ll_usec
) && !signal_pending(current);
in sk_can_busy_loop()
90
unsigned long bp_usec = READ_ONCE(sk->
sk_ll_usec
);
in sk_busy_loop_timeout()
H
A
D
sock.h
278
* @
sk_ll_usec
: usecs to busypoll when there is no data
417
unsigned int
sk_ll_usec
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
busy_poll.h
42
return READ_ONCE(sk->
sk_ll_usec
) && !signal_pending(current);
in sk_can_busy_loop()
93
unsigned long bp_usec = READ_ONCE(sk->
sk_ll_usec
);
in sk_busy_loop_timeout()
H
A
D
sock.h
274
* @
sk_ll_usec
: usecs to busypoll when there is no data
427
unsigned int
sk_ll_usec
;
member
/kernel/linux/linux-5.10/net/core/
H
A
D
sock.c
1162
if ((val > sk->
sk_ll_usec
) && !capable(CAP_NET_ADMIN))
in sock_setsockopt()
1168
WRITE_ONCE(sk->
sk_ll_usec
, val);
in sock_setsockopt()
1551
v.val = READ_ONCE(sk->
sk_ll_usec
);
in sock_getsockopt()
3049
sk->
sk_ll_usec
= READ_ONCE(sysctl_net_busy_read);
in sock_init_data_uid()
/kernel/linux/linux-6.6/net/core/
H
A
D
sock.c
1413
WRITE_ONCE(sk->
sk_ll_usec
, val);
in sk_setsockopt()
1913
v.val = READ_ONCE(sk->
sk_ll_usec
);
in sk_getsockopt()
3482
sk->
sk_ll_usec
= READ_ONCE(sysctl_net_busy_read);
in sock_init_data_uid()
/kernel/linux/linux-6.6/net/xdp/
H
A
D
xsk.c
816
return READ_ONCE(sk->sk_prefer_busy_poll) && READ_ONCE(sk->
sk_ll_usec
) &&
in xsk_no_wakeup()
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
tcp.c
1598
queue->sock->sk->
sk_ll_usec
= 1;
in nvme_tcp_setup_sock_ops()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
tcp.c
1695
queue->sock->sk->
sk_ll_usec
= 1;
in nvme_tcp_setup_sock_ops()
Completed in 28 milliseconds