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:sem_undo
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/ipc/
H
A
D
sem.c
133
struct
sem_undo
*undo; /* undo structure */
146
struct
sem_undo
{
struct
150
struct rcu_head rcu; /* rcu struct for
sem_undo
*/
159
/* sem_undo_list controls shared access to the list of
sem_undo
structures
190
*
sem_undo
.id_next,
193
* sem_array.
sem_undo
650
struct
sem_undo
*un;
in perform_atomic_semop_slow()
722
struct
sem_undo
*un;
in perform_atomic_semop()
1143
struct
sem_undo
*un, *tu;
in freeary()
1344
struct
sem_undo
*u
in semctl_setval()
[all...]
/kernel/linux/linux-6.6/ipc/
H
A
D
sem.c
133
struct
sem_undo
*undo; /* undo structure */
146
struct
sem_undo
{
struct
150
struct rcu_head rcu; /* rcu struct for
sem_undo
*/
159
/* sem_undo_list controls shared access to the list of
sem_undo
structures
190
*
sem_undo
.id_next,
193
* sem_array.
sem_undo
653
struct
sem_undo
*un;
in perform_atomic_semop_slow()
725
struct
sem_undo
*un;
in perform_atomic_semop()
1145
struct
sem_undo
*un, *tu;
in freeary()
1346
struct
sem_undo
*u
in semctl_setval()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
sem.h
32
struct
sem_undo
*undo; /* undo requests on this array */
91
#define SEMUSZ 20 /* sizeof struct
sem_undo
*/
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
sem.h
32
struct
sem_undo
*undo; /* undo requests on this array */
91
#define SEMUSZ 20 /* sizeof struct
sem_undo
*/
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
sem.h
40
struct
sem_undo
* undo;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
sem.h
40
struct
sem_undo
* undo;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
sem.h
27
struct
sem_undo
*undo;
Completed in 7 milliseconds