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:n_groups
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/netlink/
H
A
D
genetlink.c
189
static int genl_allocate_reserve_groups(int
n_groups
, int *first_id)
in genl_allocate_reserve_groups()
argument
209
i < min_t(int, id +
n_groups
,
in genl_allocate_reserve_groups()
219
if (id +
n_groups
> mc_groups_longs * BITS_PER_LONG) {
in genl_allocate_reserve_groups()
221
BITS_TO_LONGS(
n_groups
);
in genl_allocate_reserve_groups()
236
for (i = 0; i < BITS_TO_LONGS(
n_groups
); i++)
in genl_allocate_reserve_groups()
243
for (i = id; i < id +
n_groups
; i++)
in genl_allocate_reserve_groups()
254
int
n_groups
= family->n_mcgrps;
in genl_validate_assign_mc_groups()
local
258
if (!
n_groups
)
in genl_validate_assign_mc_groups()
261
for (i = 0; i <
n_groups
; i++) {
in genl_validate_assign_mc_groups()
273
BUG_ON(
n_groups
!
in genl_validate_assign_mc_groups()
[all...]
/kernel/linux/linux-6.6/net/netlink/
H
A
D
genetlink.c
395
static int genl_allocate_reserve_groups(int
n_groups
, int *first_id)
in genl_allocate_reserve_groups()
argument
415
i < min_t(int, id +
n_groups
,
in genl_allocate_reserve_groups()
425
if (id +
n_groups
> mc_groups_longs * BITS_PER_LONG) {
in genl_allocate_reserve_groups()
427
BITS_TO_LONGS(
n_groups
);
in genl_allocate_reserve_groups()
442
for (i = 0; i < BITS_TO_LONGS(
n_groups
); i++)
in genl_allocate_reserve_groups()
449
for (i = id; i < id +
n_groups
; i++)
in genl_allocate_reserve_groups()
460
int
n_groups
= family->n_mcgrps;
in genl_validate_assign_mc_groups()
local
464
if (!
n_groups
)
in genl_validate_assign_mc_groups()
467
for (i = 0; i <
n_groups
; i++) {
in genl_validate_assign_mc_groups()
479
BUG_ON(
n_groups
!
in genl_validate_assign_mc_groups()
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/cirrus/
H
A
D
pinctrl-madera-core.c
951
unsigned int
n_groups
= priv->chip->n_pin_groups;
in madera_pin_conf_group_set()
local
957
if (selector >=
n_groups
) {
in madera_pin_conf_group_set()
960
selector -
n_groups
,
in madera_pin_conf_group_set()
/kernel/linux/linux-6.6/drivers/pinctrl/cirrus/
H
A
D
pinctrl-madera-core.c
954
unsigned int
n_groups
= priv->chip->n_pin_groups;
in madera_pin_conf_group_set()
local
960
if (selector >=
n_groups
) {
in madera_pin_conf_group_set()
963
selector -
n_groups
,
in madera_pin_conf_group_set()
Completed in 5 milliseconds