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:destroy_next
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/notify/
H
A
D
mark.c
167
conn = conn->
destroy_next
;
in fsnotify_connector_destroy_workfn()
262
conn->
destroy_next
= connector_destroy_list;
in fsnotify_put_mark()
/kernel/linux/linux-6.6/fs/notify/
H
A
D
mark.c
211
conn = conn->
destroy_next
;
in fsnotify_connector_destroy_workfn()
329
conn->
destroy_next
= connector_destroy_list;
in fsnotify_put_mark()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dp_mst_helper.h
230
* @
destroy_next
: linked-list entry used by
233
struct list_head
destroy_next
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
fsnotify_backend.h
364
struct fsnotify_mark_connector *
destroy_next
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
fsnotify_backend.h
483
struct fsnotify_mark_connector *
destroy_next
;
member
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dp_mst_helper.h
213
* @
destroy_next
: linked-list entry used by
216
struct list_head
destroy_next
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dp_mst_topology.c
1742
INIT_LIST_HEAD(&mstb->
destroy_next
);
in drm_dp_destroy_mst_branch_device()
1749
list_add(&mstb->
destroy_next
, &mgr->destroy_branch_device_list);
in drm_dp_destroy_mst_branch_device()
4974
destroy_next
);
in drm_dp_delayed_destroy_work()
4976
list_del(&mstb->
destroy_next
);
in drm_dp_delayed_destroy_work()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dp_mst_topology.c
1711
INIT_LIST_HEAD(&mstb->
destroy_next
);
in drm_dp_destroy_mst_branch_device()
1718
list_add(&mstb->
destroy_next
, &mgr->destroy_branch_device_list);
in drm_dp_destroy_mst_branch_device()
4977
destroy_next
);
in drm_dp_delayed_destroy_work()
4979
list_del(&mstb->
destroy_next
);
in drm_dp_delayed_destroy_work()
Completed in 26 milliseconds