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:is_file_epoll
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/
H
A
D
eventpoll.c
338
static inline int
is_file_epoll
(struct file *f)
in is_file_epoll()
function
522
if ((
is_file_epoll
(epi->ffd.file))) {
in ep_poll_safewake()
745
if (!
is_file_epoll
(file)) {
in __ep_remove()
891
if (!
is_file_epoll
(file))
in ep_item_poll()
1055
if (!
is_file_epoll
(file))
in get_epoll_tfile_raw_ptr()
1447
if (
is_file_epoll
(file))
in attach_epitem()
1486
if (
is_file_epoll
(tfile))
in ep_insert()
1971
if (unlikely(
is_file_epoll
(epi->ffd.file))) {
in ep_loop_check_proc()
2146
if (f.file == tf.file || !
is_file_epoll
(f.file))
in do_epoll_ctl()
2157
if (op == EPOLL_CTL_ADD && (
is_file_epoll
(t
in do_epoll_ctl()
[all...]
/kernel/linux/linux-5.10/fs/
H
A
D
eventpoll.c
316
static inline int
is_file_epoll
(struct file *f)
in is_file_epoll()
function
574
if ((
is_file_epoll
(epi->ffd.file))) {
in ep_poll_safewake()
892
if (!
is_file_epoll
(epi->ffd.file))
in ep_item_poll()
1100
if (!
is_file_epoll
(file))
in get_epoll_tfile_raw_ptr()
1407
if (
is_file_epoll
(child_file)) {
in reverse_path_check_proc()
2017
if (unlikely(
is_file_epoll
(epi->ffd.file))) {
in ep_loop_check_proc()
2184
if (f.file == tf.file || !
is_file_epoll
(f.file))
in do_epoll_ctl()
2195
if (op == EPOLL_CTL_ADD && (
is_file_epoll
(tf.file) ||
in do_epoll_ctl()
2227
is_file_epoll
(tf.file)) {
in do_epoll_ctl()
2234
if (
is_file_epoll
(t
in do_epoll_ctl()
[all...]
Completed in 8 milliseconds