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:w_pos
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
common.c
215
while (head->r.
w_pos
) {
in tomoyo_flush()
241
head->r.
w_pos
--;
in tomoyo_flush()
242
for (len = 0; len < head->r.
w_pos
; len++)
in tomoyo_flush()
261
if (head->r.
w_pos
< TOMOYO_MAX_IO_READ_QUEUE) {
in tomoyo_set_string()
262
head->r.w[head->r.
w_pos
++] = string;
in tomoyo_set_string()
320
return !head->r.
w_pos
;
in tomoyo_set_lf()
1709
if (head->r.
w_pos
|| head->r.eof)
in tomoyo_read_pid()
2209
if (head->r.
w_pos
)
in tomoyo_read_query()
2249
head->r.w[head->r.
w_pos
++] = buf;
in tomoyo_read_query()
H
A
D
audit.c
443
if (head->r.
w_pos
)
in tomoyo_read_log()
457
head->r.w[head->r.
w_pos
++] = head->read_buf;
in tomoyo_read_log()
H
A
D
common.h
814
u8
w_pos
;
member
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
common.c
207
while (head->r.
w_pos
) {
in tomoyo_flush()
233
head->r.
w_pos
--;
in tomoyo_flush()
234
for (len = 0; len < head->r.
w_pos
; len++)
in tomoyo_flush()
253
if (head->r.
w_pos
< TOMOYO_MAX_IO_READ_QUEUE) {
in tomoyo_set_string()
254
head->r.w[head->r.
w_pos
++] = string;
in tomoyo_set_string()
312
return !head->r.
w_pos
;
in tomoyo_set_lf()
1701
if (head->r.
w_pos
|| head->r.eof)
in tomoyo_read_pid()
2201
if (head->r.
w_pos
)
in tomoyo_read_query()
2241
head->r.w[head->r.
w_pos
++] = buf;
in tomoyo_read_query()
H
A
D
audit.c
444
if (head->r.
w_pos
)
in tomoyo_read_log()
458
head->r.w[head->r.
w_pos
++] = head->read_buf;
in tomoyo_read_log()
H
A
D
common.h
814
u8
w_pos
;
member
Completed in 12 milliseconds