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:pending_refcnt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/packet/
H
A
D
internal.h
71
unsigned int __percpu *
pending_refcnt
;
member
H
A
D
af_packet.c
1170
this_cpu_inc(*rb->
pending_refcnt
);
in packet_inc_pending()
1175
this_cpu_dec(*rb->
pending_refcnt
);
in packet_dec_pending()
1184
if (rb->
pending_refcnt
== NULL)
in packet_read_pending()
1188
refcnt += *per_cpu_ptr(rb->
pending_refcnt
, cpu);
in packet_read_pending()
1195
po->rx_ring.
pending_refcnt
= NULL;
in packet_alloc_pending()
1197
po->tx_ring.
pending_refcnt
= alloc_percpu(unsigned int);
in packet_alloc_pending()
1198
if (unlikely(po->tx_ring.
pending_refcnt
== NULL))
in packet_alloc_pending()
1206
free_percpu(po->tx_ring.
pending_refcnt
);
in packet_free_pending()
/kernel/linux/linux-6.6/net/packet/
H
A
D
internal.h
71
unsigned int __percpu *
pending_refcnt
;
member
H
A
D
af_packet.c
1205
this_cpu_inc(*rb->
pending_refcnt
);
in packet_inc_pending()
1210
this_cpu_dec(*rb->
pending_refcnt
);
in packet_dec_pending()
1219
if (rb->
pending_refcnt
== NULL)
in packet_read_pending()
1223
refcnt += *per_cpu_ptr(rb->
pending_refcnt
, cpu);
in packet_read_pending()
1230
po->rx_ring.
pending_refcnt
= NULL;
in packet_alloc_pending()
1232
po->tx_ring.
pending_refcnt
= alloc_percpu(unsigned int);
in packet_alloc_pending()
1233
if (unlikely(po->tx_ring.
pending_refcnt
== NULL))
in packet_alloc_pending()
1241
free_percpu(po->tx_ring.
pending_refcnt
);
in packet_free_pending()
Completed in 12 milliseconds