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:nparms
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/net/sched/
H
A
D
act_pedit.c
164
struct tcf_pedit_parms *oparms, *
nparms
;
in tcf_pedit_init()
local
226
nparms
= kzalloc(sizeof(*
nparms
), GFP_KERNEL);
in tcf_pedit_init()
227
if (!
nparms
) {
in tcf_pedit_init()
232
nparms
->tcfp_keys_ex =
in tcf_pedit_init()
234
if (IS_ERR(
nparms
->tcfp_keys_ex)) {
in tcf_pedit_init()
235
ret = PTR_ERR(
nparms
->tcfp_keys_ex);
in tcf_pedit_init()
245
nparms
->tcfp_off_max_hint = 0;
in tcf_pedit_init()
246
nparms
->tcfp_flags = parm->flags;
in tcf_pedit_init()
247
nparms
in tcf_pedit_init()
[all...]
H
A
D
act_connmark.c
104
struct tcf_connmark_parms *
nparms
, *oparms;
in tcf_connmark_init()
local
124
nparms
= kzalloc(sizeof(*
nparms
), GFP_KERNEL);
in tcf_connmark_init()
125
if (!
nparms
)
in tcf_connmark_init()
142
nparms
->net = net;
in tcf_connmark_init()
143
nparms
->zone = parm->zone;
in tcf_connmark_init()
157
nparms
->net = rtnl_dereference(ci->parms)->net;
in tcf_connmark_init()
158
nparms
->zone = parm->zone;
in tcf_connmark_init()
172
oparms = rcu_replace_pointer(ci->parms,
nparms
, lockdep_is_held(&ci->tcf_lock));
in tcf_connmark_init()
186
kfree(
nparms
);
in tcf_connmark_init()
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H
A
D
gth.c
414
int
nparms
= ARRAY_SIZE(output_parms);
in intel_th_output_attributes()
local
415
int nattrs = nouts *
nparms
+ 1;
in intel_th_output_attributes()
428
for (j = 0; j <
nparms
; j++) {
in intel_th_output_attributes()
429
unsigned int idx = i *
nparms
+ j;
in intel_th_output_attributes()
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H
A
D
gth.c
414
int
nparms
= ARRAY_SIZE(output_parms);
in intel_th_output_attributes()
local
415
int nattrs = nouts *
nparms
+ 1;
in intel_th_output_attributes()
428
for (j = 0; j <
nparms
; j++) {
in intel_th_output_attributes()
429
unsigned int idx = i *
nparms
+ j;
in intel_th_output_attributes()
Completed in 4 milliseconds