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:hold_queue
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_policy.c
402
skb_queue_head_init(&policy->polq.
hold_queue
);
in xfrm_policy_alloc()
446
skb_queue_purge(&policy->polq.
hold_queue
);
in xfrm_policy_kill()
1424
if (skb_queue_empty(&pq->
hold_queue
))
in xfrm_policy_requeue()
1429
spin_lock_bh(&pq->
hold_queue
.lock);
in xfrm_policy_requeue()
1430
skb_queue_splice_init(&pq->
hold_queue
, &list);
in xfrm_policy_requeue()
1433
spin_unlock_bh(&pq->
hold_queue
.lock);
in xfrm_policy_requeue()
1437
spin_lock_bh(&pq->
hold_queue
.lock);
in xfrm_policy_requeue()
1438
skb_queue_splice(&list, &pq->
hold_queue
);
in xfrm_policy_requeue()
1442
spin_unlock_bh(&pq->
hold_queue
.lock);
in xfrm_policy_requeue()
2768
spin_lock(&pq->
hold_queue
in xfrm_policy_queue_process()
[all...]
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_policy.c
402
skb_queue_head_init(&policy->polq.
hold_queue
);
in xfrm_policy_alloc()
447
skb_queue_purge(&policy->polq.
hold_queue
);
in xfrm_policy_kill()
1428
if (skb_queue_empty(&pq->
hold_queue
))
in xfrm_policy_requeue()
1433
spin_lock_bh(&pq->
hold_queue
.lock);
in xfrm_policy_requeue()
1434
skb_queue_splice_init(&pq->
hold_queue
, &list);
in xfrm_policy_requeue()
1437
spin_unlock_bh(&pq->
hold_queue
.lock);
in xfrm_policy_requeue()
1441
spin_lock_bh(&pq->
hold_queue
.lock);
in xfrm_policy_requeue()
1442
skb_queue_splice(&list, &pq->
hold_queue
);
in xfrm_policy_requeue()
1446
spin_unlock_bh(&pq->
hold_queue
.lock);
in xfrm_policy_requeue()
2851
spin_lock(&pq->
hold_queue
in xfrm_policy_queue_process()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
xfrm.h
498
struct sk_buff_head
hold_queue
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
xfrm.h
514
struct sk_buff_head
hold_queue
;
member
Completed in 18 milliseconds