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_mem_pages
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/net/core/
H
A
D
sock.c
1030
pages =
sk_mem_pages
(bytes);
in sock_reserve_memory()
3102
sk_mem_pages
(sk->sk_wmem_queued +
in __sk_mem_raise_allocated()
3149
int ret, amt =
sk_mem_pages
(size);
in __sk_mem_schedule()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
inet_connection_sock.c
530
amt =
sk_mem_pages
(newsk->sk_forward_alloc +
in inet_csk_accept()
H
A
D
tcp_output.c
3405
amt =
sk_mem_pages
(delta);
in sk_forced_mem_schedule()
H
A
D
udp.c
1567
amt =
sk_mem_pages
(size);
in __udp_enqueue_schedule_skb()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_connection_sock.c
721
amt =
sk_mem_pages
(newsk->sk_forward_alloc +
in inet_csk_accept()
H
A
D
tcp_output.c
3495
amt =
sk_mem_pages
(delta);
in sk_forced_mem_schedule()
/kernel/linux/linux-5.10/net/core/
H
A
D
sock.c
2662
sk_mem_pages
(sk->sk_wmem_queued +
in __sk_mem_raise_allocated()
2704
int ret, amt =
sk_mem_pages
(size);
in __sk_mem_schedule()
/kernel/linux/linux-5.10/include/net/
H
A
D
sock.h
1512
static inline int
sk_mem_pages
(int amt)
in sk_mem_pages()
function
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
protocol.c
279
int amount =
sk_mem_pages
(skb->truesize) << SK_MEM_QUANTUM_SHIFT;
in __mptcp_move_skb()
/kernel/linux/linux-6.6/include/net/
H
A
D
sock.h
1611
static inline int
sk_mem_pages
(int amt)
in sk_mem_pages()
function
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
protocol.c
345
amt =
sk_mem_pages
(size);
in mptcp_rmem_schedule()
Completed in 55 milliseconds