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_split_ops
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/core/
H
A
D
netdev-genl-gen.c
45
.
n_split_ops
= ARRAY_SIZE(netdev_nl_ops),
/kernel/linux/linux-6.6/net/handshake/
H
A
D
genl.c
55
.
n_split_ops
= ARRAY_SIZE(handshake_nl_ops),
/kernel/linux/linux-6.6/net/netlink/
H
A
D
genetlink.c
227
if (i + cnt < family->
n_split_ops
&&
in genl_op_from_split()
246
for (i = 0; i < family->
n_split_ops
; i++)
in genl_get_cmd_split()
344
iter->family->
n_split_ops
;
in genl_op_iter_init()
359
family->n_ops + family->n_small_ops + family->
n_split_ops
) {
in genl_op_iter_next()
575
WARN_ON(family->
n_split_ops
&& !family->split_ops))
in genl_validate_ops()
593
if (family->
n_split_ops
) {
in genl_validate_ops()
598
for (s = 1; s < family->
n_split_ops
; s++) {
in genl_validate_ops()
1660
.
n_split_ops
= ARRAY_SIZE(genl_ctrl_ops),
/kernel/linux/linux-6.6/include/net/
H
A
D
genetlink.h
52
* @
n_split_ops
: number of entries in @split_ops, not that with split do/dump
71
u8
n_split_ops
;
member
/kernel/linux/linux-6.6/net/devlink/
H
A
D
netlink.c
522
.
n_split_ops
= ARRAY_SIZE(devlink_nl_ops),
Completed in 5 milliseconds