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:IO_POLL_REF_MASK
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
poll.c
44
#define
IO_POLL_REF_MASK
GENMASK(29, 0)
macro
81
if (v &
IO_POLL_REF_MASK
)
in io_poll_get_ownership_slowpath()
83
return !(atomic_fetch_inc(&req->poll_refs) &
IO_POLL_REF_MASK
);
in io_poll_get_ownership_slowpath()
87
* If refs part of ->poll_refs (see
IO_POLL_REF_MASK
) is 0, it's free. We can
96
return !(atomic_fetch_inc(&req->poll_refs) &
IO_POLL_REF_MASK
);
in io_poll_get_ownership()
270
if (WARN_ON_ONCE(!(v &
IO_POLL_REF_MASK
)))
in io_poll_check_events()
279
if ((v &
IO_POLL_REF_MASK
) != 1)
in io_poll_check_events()
341
} while (atomic_sub_return(v &
IO_POLL_REF_MASK
, &req->poll_refs) &
in io_poll_check_events()
342
IO_POLL_REF_MASK
);
in io_poll_check_events()
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
5355
#define
IO_POLL_REF_MASK
GENMASK(29, 0)
macro
5373
if (v &
IO_POLL_REF_MASK
)
in io_poll_get_ownership_slowpath()
5375
return !(atomic_fetch_inc(&req->poll_refs) &
IO_POLL_REF_MASK
);
in io_poll_get_ownership_slowpath()
5379
* If refs part of ->poll_refs (see
IO_POLL_REF_MASK
) is 0, it's free. We can
5388
return !(atomic_fetch_inc(&req->poll_refs) &
IO_POLL_REF_MASK
);
in io_poll_get_ownership()
5492
if (WARN_ON_ONCE(!(v &
IO_POLL_REF_MASK
)))
in io_poll_check_events()
5501
if ((v &
IO_POLL_REF_MASK
) != 1)
in io_poll_check_events()
5544
} while (atomic_sub_return(v &
IO_POLL_REF_MASK
, &req->poll_refs) &
in io_poll_check_events()
5545
IO_POLL_REF_MASK
);
in io_poll_check_events()
Completed in 15 milliseconds