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_lock
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/ipc/
H
A
D
sem.c
189
* a) global
sem_lock
() for read/write
195
* b) global or semaphore
sem_lock
() for read/write:
203
* * global
sem_lock
() for write
204
* * either local or global
sem_lock
() for read.
222
* Initialization is done while holding
sem_lock
(), so no further barrier is
225
* smp_store_release() (for case a) and while holding
sem_lock
()
227
* The AQUIRE when reading the result code without holding
sem_lock
() is
230
* Reading the result code while holding
sem_lock
() needs no further barriers,
231
* the locks inside
sem_lock
() enforce ordering (case b above)
234
* current->state is set to TASK_INTERRUPTIBLE while holding
sem_lock
()
386
static inline int
sem_lock
(struct sem_array *sma, struct sembuf *sops,
sem_lock()
function
[all...]
/kernel/linux/linux-6.6/ipc/
H
A
D
sem.c
189
* a) global
sem_lock
() for read/write
195
* b) global or semaphore
sem_lock
() for read/write:
203
* * global
sem_lock
() for write
204
* * either local or global
sem_lock
() for read.
224
* Initialization is done while holding
sem_lock
(), so no further barrier is
227
* smp_store_release() (for case a) and while holding
sem_lock
()
229
* The ACQUIRE when reading the result code without holding
sem_lock
() is
232
* Reading the result code while holding
sem_lock
() needs no further barriers,
233
* the locks inside
sem_lock
() enforce ordering (case b above)
236
* current->state is set to TASK_INTERRUPTIBLE while holding
sem_lock
()
389
static inline int
sem_lock
(struct sem_array *sma, struct sembuf *sops,
sem_lock()
function
[all...]
Completed in 7 milliseconds