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:task_setup
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs42proc.c
827
struct rpc_task_setup
task_setup
= {
in nfs42_proc_layoutstats_generic()
local
842
task = rpc_run_task(&
task_setup
);
in nfs42_proc_layoutstats_generic()
984
struct rpc_task_setup
task_setup
= {
in nfs42_proc_layouterror()
local
1005
task_setup
.callback_data = data;
in nfs42_proc_layouterror()
1006
task_setup
.rpc_client = NFS_SERVER(inode)->client;
in nfs42_proc_layouterror()
1008
task = rpc_run_task(&
task_setup
);
in nfs42_proc_layouterror()
H
A
D
nfs4proc.c
1131
static int nfs4_call_sync_custom(struct rpc_task_setup *
task_setup
)
in nfs4_call_sync_custom()
argument
1136
task = rpc_run_task(
task_setup
);
in nfs4_call_sync_custom()
1158
struct rpc_task_setup
task_setup
= {
in nfs4_do_call_sync()
local
1166
return nfs4_call_sync_custom(&
task_setup
);
in nfs4_do_call_sync()
8140
struct rpc_task_setup
task_setup
= {
in _nfs4_proc_secinfo()
local
8151
task_setup
.rpc_client = clnt;
in _nfs4_proc_secinfo()
8161
status = nfs4_call_sync_custom(&
task_setup
);
in _nfs4_proc_secinfo()
8871
struct rpc_task_setup
task_setup
= {
in nfs4_proc_get_lease_time()
local
8880
return nfs4_call_sync_custom(&
task_setup
);
in nfs4_proc_get_lease_time()
9877
struct rpc_task_setup
task_setup
in _nfs41_proc_secinfo_no_name()
local
10146
struct rpc_
task_setup
task_setup
= {
nfs41_free_stateid()
local
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs42proc.c
859
struct rpc_task_setup
task_setup
= {
in nfs42_proc_layoutstats_generic()
local
874
task = rpc_run_task(&
task_setup
);
in nfs42_proc_layoutstats_generic()
1016
struct rpc_task_setup
task_setup
= {
in nfs42_proc_layouterror()
local
1037
task_setup
.callback_data = data;
in nfs42_proc_layouterror()
1038
task_setup
.rpc_client = NFS_SERVER(inode)->client;
in nfs42_proc_layouterror()
1040
task = rpc_run_task(&
task_setup
);
in nfs42_proc_layouterror()
H
A
D
nfs4proc.c
1126
static int nfs4_call_sync_custom(struct rpc_task_setup *
task_setup
)
in nfs4_call_sync_custom()
argument
1131
task = rpc_run_task(
task_setup
);
in nfs4_call_sync_custom()
1153
struct rpc_task_setup
task_setup
= {
in nfs4_do_call_sync()
local
1161
return nfs4_call_sync_custom(&
task_setup
);
in nfs4_do_call_sync()
8357
struct rpc_task_setup
task_setup
= {
in _nfs4_proc_secinfo()
local
8368
task_setup
.rpc_client = clnt;
in _nfs4_proc_secinfo()
8378
status = nfs4_call_sync_custom(&
task_setup
);
in _nfs4_proc_secinfo()
9093
struct rpc_task_setup
task_setup
= {
in nfs4_proc_get_lease_time()
local
9102
return nfs4_call_sync_custom(&
task_setup
);
in nfs4_proc_get_lease_time()
10085
struct rpc_task_setup
task_setup
in _nfs41_proc_secinfo_no_name()
local
10357
struct rpc_
task_setup
task_setup
= {
nfs41_free_stateid()
local
[all...]
/kernel/linux/linux-5.10/drivers/block/
H
A
D
nbd.c
117
struct task_struct *
task_setup
;
member
1104
if (!netlink && !nbd->
task_setup
&&
in nbd_add_socket()
1106
nbd->
task_setup
= current;
in nbd_add_socket()
1109
(nbd->
task_setup
!= current ||
in nbd_add_socket()
1278
nbd->
task_setup
= NULL;
in nbd_clear_sock()
2129
nbd->
task_setup
= NULL;
in nbd_disconnect_and_put()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
nbd.c
128
struct task_struct *
task_setup
;
member
1148
if (!netlink && !nbd->
task_setup
&&
in nbd_add_socket()
1150
nbd->
task_setup
= current;
in nbd_add_socket()
1153
(nbd->
task_setup
!= current ||
in nbd_add_socket()
1321
nbd->
task_setup
= NULL;
in nbd_clear_sock()
2151
nbd->
task_setup
= NULL;
in nbd_disconnect_and_put()
Completed in 37 milliseconds