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:deferred_action
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
actions.c
34
struct
deferred_action
{
struct
66
struct
deferred_action
fifo[DEFERRED_ACTION_FIFO_SIZE];
105
static struct
deferred_action
*action_fifo_get(struct action_fifo *fifo)
in action_fifo_get()
113
static struct
deferred_action
*action_fifo_put(struct action_fifo *fifo)
in action_fifo_put()
122
static struct
deferred_action
*add_deferred_actions(struct sk_buff *skb,
in add_deferred_actions()
128
struct
deferred_action
*da;
in add_deferred_actions()
1486
struct
deferred_action
*da;
in clone_execute()
1558
struct
deferred_action
*da = action_fifo_get(fifo);
in process_deferred_actions()
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
actions.c
37
struct
deferred_action
{
struct
69
struct
deferred_action
fifo[DEFERRED_ACTION_FIFO_SIZE];
108
static struct
deferred_action
*action_fifo_get(struct action_fifo *fifo)
in action_fifo_get()
116
static struct
deferred_action
*action_fifo_put(struct action_fifo *fifo)
in action_fifo_put()
125
static struct
deferred_action
*add_deferred_actions(struct sk_buff *skb,
in add_deferred_actions()
131
struct
deferred_action
*da;
in add_deferred_actions()
1523
struct
deferred_action
*da;
in clone_execute()
1595
struct
deferred_action
*da = action_fifo_get(fifo);
in process_deferred_actions()
Completed in 5 milliseconds