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:mc_groups_longs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/netlink/
H
A
D
genetlink.c
87
static unsigned long
mc_groups_longs
= 1;
variable
200
mc_groups_longs
*
in genl_allocate_reserve_groups()
204
mc_groups_longs
* BITS_PER_LONG,
in genl_allocate_reserve_groups()
210
mc_groups_longs
* BITS_PER_LONG);
in genl_allocate_reserve_groups()
219
if (id + n_groups >
mc_groups_longs
* BITS_PER_LONG) {
in genl_allocate_reserve_groups()
220
unsigned long new_longs =
mc_groups_longs
+
in genl_allocate_reserve_groups()
237
mc_groups[
mc_groups_longs
+ i] = 0;
in genl_allocate_reserve_groups()
239
mc_groups_longs
= new_longs;
in genl_allocate_reserve_groups()
303
mc_groups_longs
* BITS_PER_LONG);
in genl_validate_assign_mc_groups()
318
mc_groups_longs
* BITS_PER_LON
in genl_validate_assign_mc_groups()
[all...]
/kernel/linux/linux-6.6/net/netlink/
H
A
D
genetlink.c
91
static unsigned long
mc_groups_longs
= 1;
variable
406
mc_groups_longs
*
in genl_allocate_reserve_groups()
410
mc_groups_longs
* BITS_PER_LONG,
in genl_allocate_reserve_groups()
416
mc_groups_longs
* BITS_PER_LONG);
in genl_allocate_reserve_groups()
425
if (id + n_groups >
mc_groups_longs
* BITS_PER_LONG) {
in genl_allocate_reserve_groups()
426
unsigned long new_longs =
mc_groups_longs
+
in genl_allocate_reserve_groups()
443
mc_groups[
mc_groups_longs
+ i] = 0;
in genl_allocate_reserve_groups()
445
mc_groups_longs
= new_longs;
in genl_allocate_reserve_groups()
509
mc_groups_longs
* BITS_PER_LONG);
in genl_validate_assign_mc_groups()
524
mc_groups_longs
* BITS_PER_LON
in genl_validate_assign_mc_groups()
[all...]
Completed in 4 milliseconds