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:refile_seq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
userfaultfd.c
60
seqcount_spinlock_t
refile_seq
;
member
1018
write_seqcount_begin(&ctx->
refile_seq
);
in userfaultfd_ctx_read()
1044
write_seqcount_end(&ctx->
refile_seq
);
in userfaultfd_ctx_read()
1217
seq = read_seqcount_begin(&ctx->
refile_seq
);
in wake_userfault()
1221
} while (read_seqcount_retry(&ctx->
refile_seq
, seq));
in wake_userfault()
1958
seqcount_spinlock_init(&ctx->
refile_seq
, &ctx->fault_pending_wqh.lock);
in init_once_userfaultfd_ctx()
/kernel/linux/linux-6.6/fs/
H
A
D
userfaultfd.c
78
seqcount_spinlock_t
refile_seq
;
member
1077
write_seqcount_begin(&ctx->
refile_seq
);
in userfaultfd_ctx_read()
1103
write_seqcount_end(&ctx->
refile_seq
);
in userfaultfd_ctx_read()
1277
seq = read_seqcount_begin(&ctx->
refile_seq
);
in wake_userfault()
1281
} while (read_seqcount_retry(&ctx->
refile_seq
, seq));
in wake_userfault()
2177
seqcount_spinlock_init(&ctx->
refile_seq
, &ctx->fault_pending_wqh.lock);
in init_once_userfaultfd_ctx()
Completed in 6 milliseconds