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:attr_space
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_rlimit.c
52
int
attr_space
;
in xfs_log_get_max_trans_res()
local
54
attr_space
= xfs_log_calc_max_attrsetm_res(mp);
in xfs_log_get_max_trans_res()
68
if (
attr_space
> log_space) {
in xfs_log_get_max_trans_res()
70
max_resp->tr_logres =
attr_space
;
in xfs_log_get_max_trans_res()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_rlimit.c
114
int
attr_space
;
in xfs_log_get_max_trans_res()
local
116
attr_space
= xfs_log_calc_max_attrsetm_res(mp);
in xfs_log_get_max_trans_res()
134
if (
attr_space
> log_space) {
in xfs_log_get_max_trans_res()
136
max_resp->tr_logres =
attr_space
;
in xfs_log_get_max_trans_res()
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H
A
D
ynl.py
187
def __init__(self, msg, offset,
attr_space
=None):
225
if
attr_space
:
229
if miss_type in
attr_space
.attrs_by_val:
230
spec =
attr_space
.attrs_by_val[miss_type]
249
def __init__(self, data,
attr_space
=None):
254
msg = NlMsg(data, offset,
attr_space
=
attr_space
)
516
attr_space
= self.attr_sets[space]
520
attr_spec =
attr_space
.attrs_by_val[attr.type]
689
nms = NlMsgs(reply,
attr_space
[all...]
Completed in 3 milliseconds