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:klist_del
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
klist.c
28
* When deleting,
klist_del
() will simply decrement the reference count.
225
*
klist_del
- Decrement the reference count of node and try to remove.
228
void
klist_del
(struct klist_node *n)
in klist_del()
function
232
EXPORT_SYMBOL_GPL(
klist_del
);
variable
249
klist_del
(n);
in klist_remove()
/kernel/linux/linux-6.6/lib/
H
A
D
klist.c
28
* When deleting,
klist_del
() will simply decrement the reference count.
225
*
klist_del
- Decrement the reference count of node and try to remove.
228
void
klist_del
(struct klist_node *n)
in klist_del()
function
232
EXPORT_SYMBOL_GPL(
klist_del
);
variable
249
klist_del
(n);
in klist_remove()
H
A
D
list-test.c
1347
* Verify that
klist_del
() delays the deletion of a node until there
1373
klist_del
(&c);
in klist_test_del_refcount_greater_than_zero()
1398
* Verify that
klist_del
() deletes a node immediately when there are no
1416
klist_del
(&c);
in klist_test_del_refcount_zero()
1478
klist_del
(&a);
in klist_test_node_attached()
/kernel/linux/linux-5.10/include/linux/
H
A
D
klist.h
48
extern void
klist_del
(struct klist_node *n);
/kernel/linux/linux-6.6/include/linux/
H
A
D
klist.h
48
extern void
klist_del
(struct klist_node *n);
/kernel/linux/linux-5.10/drivers/base/
H
A
D
attribute_container.c
227
klist_del
(&ic->node);
in attribute_container_remove_device()
H
A
D
bus.c
529
klist_del
(&dev->p->knode_bus);
in bus_remove_device()
652
klist_del
(&priv->knode_bus);
in bus_add_driver()
H
A
D
core.c
3157
klist_del
(&dev->p->knode_parent);
in device_del()
3173
klist_del
(&dev->p->knode_class);
in device_del()
/kernel/linux/linux-6.6/drivers/base/
H
A
D
attribute_container.c
227
klist_del
(&ic->node);
in attribute_container_remove_device()
H
A
D
bus.c
570
klist_del
(&dev->p->knode_bus);
in bus_remove_device()
703
klist_del
(&priv->knode_bus);
in bus_add_driver()
H
A
D
core.c
3797
klist_del
(&dev->p->knode_parent);
in device_del()
3814
klist_del
(&dev->p->knode_class);
in device_del()
Completed in 26 milliseconds