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:subclass
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/fs/xfs/
H
A
D
xfs_inode.c
371
static bool xfs_lockdep_subclass_ok(int
subclass
)
in xfs_lockdep_subclass_ok()
argument
373
return
subclass
< MAX_LOCKDEP_SUBCLASSES;
in xfs_lockdep_subclass_ok()
376
#define xfs_lockdep_subclass_ok(
subclass
) (true)
380
* Bump the
subclass
so xfs_lock_inodes() acquires each lock with a different
382
* parent locking. Care must be taken to ensure we don't overrun the
subclass
385
static inline int xfs_lock_inumorder(int lock_mode, int
subclass
)
in xfs_lock_inumorder()
argument
390
ASSERT(xfs_lockdep_subclass_ok(
subclass
));
in xfs_lock_inumorder()
393
ASSERT(
subclass
<= XFS_IOLOCK_MAX_SUBCLASS);
in xfs_lock_inumorder()
394
class +=
subclass
<< XFS_IOLOCK_SHIFT;
in xfs_lock_inumorder()
398
ASSERT(
subclass
<
in xfs_lock_inumorder()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/
H
A
D
intel_engine_cs.c
780
void intel_engine_init_active(struct intel_engine_cs *engine, unsigned int
subclass
)
in intel_engine_init_active()
argument
786
lockdep_set_subclass(&engine->active.lock,
subclass
);
in intel_engine_init_active()
790
* after setting a
subclass
we must ensure the lock is used. Otherwise,
in intel_engine_init_active()
Completed in 6 milliseconds