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:zombie
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/
H
A
D
posix-clock.c
26
if (!clk->
zombie
)
in get_posix_clock()
116
if (clk->
zombie
) {
in posix_clock_open()
187
clk->
zombie
= true;
in posix_clock_unregister()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
posix-clock.c
26
if (!clk->
zombie
)
in get_posix_clock()
116
if (clk->
zombie
) {
in posix_clock_open()
187
clk->
zombie
= true;
in posix_clock_unregister()
/kernel/linux/linux-5.10/include/linux/
H
A
D
posix-clock.h
73
* @rwsem: Protects the '
zombie
' field from concurrent access.
74
* @
zombie
: If '
zombie
' is true, then the hardware has disappeared.
90
bool
zombie
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
posix-clock.h
73
* @rwsem: Protects the '
zombie
' field from concurrent access.
74
* @
zombie
: If '
zombie
' is true, then the hardware has disappeared.
90
bool
zombie
;
member
/kernel/linux/linux-5.10/drivers/usb/class/
H
A
D
usbtmc.c
105
bool
zombie
; /* fd of disconnected device */
member
600
if (atomic_read(&file_data->closing) || data->
zombie
)
in usbtmc488_ioctl_wait_srq()
1354
if (data->
zombie
) {
in usbtmc_read()
1496
if (data->
zombie
) {
in usbtmc_write()
2038
if (data->
zombie
) {
in usbtmc_ioctl()
2186
if (data->
zombie
) {
in usbtmc_poll()
2343
data->
zombie
= 0;
in usbtmc_probe()
2445
data->
zombie
= 1;
in usbtmc_disconnect()
/kernel/linux/linux-6.6/drivers/usb/class/
H
A
D
usbtmc.c
105
bool
zombie
; /* fd of disconnected device */
member
630
if (atomic_read(&file_data->closing) || data->
zombie
)
in usbtmc488_ioctl_wait_srq()
1384
if (data->
zombie
) {
in usbtmc_read()
1526
if (data->
zombie
) {
in usbtmc_write()
2068
if (data->
zombie
) {
in usbtmc_ioctl()
2227
if (data->
zombie
) {
in usbtmc_poll()
2384
data->
zombie
= 0;
in usbtmc_probe()
2486
data->
zombie
= 1;
in usbtmc_disconnect()
/kernel/linux/linux-6.6/mm/kfence/
H
A
D
core.c
185
[KFENCE_COUNTER_ZOMBIES] = "
zombie
allocations",
494
static void kfence_guarded_free(void *addr, struct kfence_metadata *meta, bool
zombie
)
in kfence_guarded_free()
argument
541
if (!
zombie
&& unlikely(init))
in kfence_guarded_free()
548
if (!
zombie
) {
in kfence_guarded_free()
1020
* cache); however, they effectively become "
zombie
in kfence_shutdown_cache()
1029
kfence_guarded_free((void *)meta->addr, meta, /*
zombie
=*/true);
in kfence_shutdown_cache()
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
uas.c
665
goto
zombie
;
in uas_queuecommand_lck()
709
goto
zombie
;
in uas_queuecommand_lck()
721
zombie
:
in uas_queuecommand_lck()
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
uas.c
660
goto
zombie
;
in uas_queuecommand_lck()
703
goto
zombie
;
in uas_queuecommand_lck()
715
zombie
:
in uas_queuecommand_lck()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
thermal.c
126
volatile u8
zombie
;
member
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
thermal.c
169
volatile u8
zombie
;
member
Completed in 15 milliseconds