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:NLA_ALIGN
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libbpf/src/
H
A
D
nlattr.h
146
if (NLMSG_ALIGN(req->nh.nlmsg_len) +
NLA_ALIGN
(NLA_HDRLEN + len) > sizeof(*req))
in nlattr_add()
156
req->nh.nlmsg_len = NLMSG_ALIGN(req->nh.nlmsg_len) +
NLA_ALIGN
(nla->nla_len);
in nlattr_add()
H
A
D
nlattr.c
27
int totlen =
NLA_ALIGN
(nla->nla_len);
in nla_next()
/third_party/libbpf/include/uapi/linux/
H
A
D
netlink.h
203
* <------- NLA_HDRLEN ------> <--
NLA_ALIGN
(payload)-->
231
#define
NLA_ALIGN
(len) (((len) + NLA_ALIGNTO - 1) & ~(NLA_ALIGNTO - 1))
macro
232
#define NLA_HDRLEN ((int)
NLA_ALIGN
(sizeof(struct nlattr)))
/third_party/ltp/testcases/kernel/controllers/cgroup/
H
A
D
cgroup_regression_getdelays.c
188
na = (struct nlattr *)((char *)na +
NLA_ALIGN
(na->nla_len));
in get_family_id()
438
len +=
NLA_ALIGN
(na->nla_len);
in main()
497
len2 +=
NLA_ALIGN
(na->nla_len);
in main()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
3060
pub fn
NLA_ALIGN
(len: ::c_int) -> ::c_int {
in NLA_ALIGN()
functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
3591
pub fn
NLA_ALIGN
(len: ::c_int) -> ::c_int {
in NLA_ALIGN()
functions
Completed in 22 milliseconds