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:DLM_DFL_USER_BIT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
memory.c
121
if (test_bit(
DLM_DFL_USER_BIT
, &lkb->lkb_dflags)) {
in dlm_free_lkb()
H
A
D
dlm_internal.h
212
#define
DLM_DFL_USER_BIT
0
macro
213
#define __DLM_DFL_MIN_BIT
DLM_DFL_USER_BIT
H
A
D
ast.c
125
if (test_bit(
DLM_DFL_USER_BIT
, &lkb->lkb_dflags)) {
in dlm_add_cb()
H
A
D
debug_fs.c
174
if (test_bit(
DLM_DFL_USER_BIT
, &lkb->lkb_dflags)) {
in print_format2_lock()
234
if (test_bit(
DLM_DFL_USER_BIT
, &lkb->lkb_dflags)) {
in print_format3_lock()
H
A
D
lock.c
3787
if (ms->m_flags & cpu_to_le32(BIT(
DLM_DFL_USER_BIT
)) &&
in validate_message()
3788
!test_bit(
DLM_DFL_USER_BIT
, &lkb->lkb_dflags)) {
in validate_message()
5583
When
DLM_DFL_USER_BIT
is set, the dlm knows that this is a userspace
in dlm_user_request()
5585
set_bit(
DLM_DFL_USER_BIT
, &lkb->lkb_dflags);
in dlm_user_request()
6103
if (lkb_dflags & BIT(
DLM_DFL_USER_BIT
))
in dlm_debug_add_lkb()
6120
if (~lkb_dflags & BIT(
DLM_DFL_USER_BIT
))
in dlm_debug_add_lkb()
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
dlm.h
51
{ BIT(
DLM_DFL_USER_BIT
), "USER" }, \
Completed in 12 milliseconds