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:out_skip
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/net/ceph/
H
A
D
messenger_v1.c
112
BUG_ON(con->v1.
out_skip
);
in con_out_kvec_reset()
124
BUG_ON(con->v1.
out_skip
);
in con_out_kvec_add()
531
dout("%s %p %d left\n", __func__, con, con->v1.
out_skip
);
in write_partial_skip()
532
while (con->v1.
out_skip
> 0) {
in write_partial_skip()
533
size_t size = min(con->v1.
out_skip
, (int)PAGE_SIZE);
in write_partial_skip()
539
con->v1.
out_skip
-= ret;
in write_partial_skip()
1514
if (con->v1.
out_skip
) {
in ceph_con_v1_try_write()
1571
WARN_ON(con->v1.
out_skip
);
in ceph_con_v1_revoke()
1574
con->v1.
out_skip
+= con_out_kvec_skip(con);
in ceph_con_v1_revoke()
1577
con->v1.
out_skip
in ceph_con_v1_revoke()
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
filecache.c
432
goto
out_skip
;
in __releases()
439
goto
out_skip
;
in __releases()
442
goto
out_skip
;
in __releases()
445
goto
out_skip
;
in __releases()
449
out_skip
:
in __releases()
/kernel/linux/linux-5.10/net/ceph/
H
A
D
messenger.c
659
con->
out_skip
= 0;
in reset_connection()
758
BUG_ON(con->
out_skip
);
in con_out_kvec_reset()
770
BUG_ON(con->
out_skip
);
in con_out_kvec_add()
1622
dout("%s %p %d left\n", __func__, con, con->
out_skip
);
in write_partial_skip()
1623
while (con->
out_skip
> 0) {
in write_partial_skip()
1624
size_t size = min(con->
out_skip
, (int) PAGE_SIZE);
in write_partial_skip()
1626
if (size == con->
out_skip
)
in write_partial_skip()
1631
con->
out_skip
-= ret;
in write_partial_skip()
2601
if (con->
out_skip
) {
in try_write()
3148
BUG_ON(con->
out_skip
);
in ceph_msg_revoke()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_icache.c
502
goto
out_skip
;
in __releases()
523
goto
out_skip
;
in __releases()
545
goto
out_skip
;
in __releases()
552
goto
out_skip
;
in __releases()
558
goto
out_skip
;
in __releases()
575
out_skip
:
in __releases()
H
A
D
xfs_log_cil.c
1171
goto
out_skip
;
in xlog_cil_push_work()
1178
goto
out_skip
;
in xlog_cil_push_work()
1339
out_skip
:
in xlog_cil_push_work()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_cil.c
689
goto
out_skip
;
in xlog_cil_push_work()
696
goto
out_skip
;
in xlog_cil_push_work()
882
out_skip
:
in xlog_cil_push_work()
/kernel/linux/linux-5.10/include/linux/ceph/
H
A
D
messenger.h
304
int
out_skip
; /* skip this many bytes */
member
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
common.c
1294
goto
out_skip
;
in xchk_inode_is_allocated()
1379
out_skip
:
in xchk_inode_is_allocated()
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
messenger.h
328
int
out_skip
; /* skip this many bytes */
member
Completed in 17 milliseconds