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:LOCK_UN
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
nx_dbg.h
42
flock(nx_gzip_log->_fileno,
LOCK_UN
); \
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H
A
D
fcntl.h
181
#define
LOCK_UN
8 /* remove lock */
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
fcntl.h
182
#define
LOCK_UN
8 /* remove lock */
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
fcntl.h
181
#define
LOCK_UN
8 /* remove lock */
macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H
A
D
fcntl.h
181
#define
LOCK_UN
8 /* remove lock */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
125
#define
LOCK_UN
8
macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
nx_dbg.h
42
flock(nx_gzip_log->_fileno,
LOCK_UN
); \
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
139
#define
LOCK_UN
8
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
139
#define
LOCK_UN
8
macro
/kernel/linux/linux-5.10/fs/
H
A
D
locks.c
471
case
LOCK_UN
:
in flock_translate_cmd()
2212
* - %
LOCK_UN
-- remove an existing lock.
2232
unlock = (cmd ==
LOCK_UN
);
in SYSCALL_DEFINE2()
2741
flock_make_lock(filp,
LOCK_UN
, &fl);
in locks_remove_flock()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
bpf_counter.c
568
flock(attr_map_fd,
LOCK_UN
);
in bperf__load()
/kernel/linux/linux-6.6/fs/
H
A
D
locks.c
422
case
LOCK_UN
:
in flock_translate_cmd()
2064
* - %
LOCK_UN
-- remove an existing lock.
Completed in 12 milliseconds