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:do_create
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/io_uring/
H
A
D
io-wq.c
327
bool
do_create
= false;
in create_worker_cb()
local
336
do_create
= true;
in create_worker_cb()
339
if (
do_create
) {
in create_worker_cb()
918
bool
do_create
;
in io_wqe_enqueue()
local
935
do_create
= !io_wqe_activate_free_worker(wqe, acct);
in io_wqe_enqueue()
940
if (
do_create
&& ((work_flags & IO_WQ_WORK_CONCURRENT) ||
in io_wqe_enqueue()
/kernel/linux/linux-6.6/io_uring/
H
A
D
io-wq.c
340
bool
do_create
= false;
in create_worker_cb()
local
349
do_create
= true;
in create_worker_cb()
352
if (
do_create
) {
in create_worker_cb()
929
bool
do_create
;
in io_wq_enqueue()
local
947
do_create
= !io_wq_activate_free_worker(wq, acct);
in io_wq_enqueue()
950
if (
do_create
&& ((work_flags & IO_WQ_WORK_CONCURRENT) ||
in io_wq_enqueue()
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
rcom.c
205
goto
do_create
;
in receive_rcom_status()
212
goto
do_create
;
in receive_rcom_status()
221
do_create
:
in receive_rcom_status()
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
rcom.c
239
goto
do_create
;
in receive_rcom_status()
246
goto
do_create
;
in receive_rcom_status()
255
do_create
:
in receive_rcom_status()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
map.c
1249
static int
do_create
(int argc, char **argv)
in do_create()
function
1486
{ "create",
do_create
},
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
map.c
1239
static int
do_create
(int argc, char **argv)
in do_create()
function
1486
{ "create",
do_create
},
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
route.c
1232
goto
do_create
;
in ip6_pol_route_lookup()
1244
do_create
:
in ip6_pol_route_lookup()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
route.c
1232
goto
do_create
;
in ip6_pol_route_lookup()
1244
do_create
:
in ip6_pol_route_lookup()
Completed in 25 milliseconds