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:bitmask_nbits
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H
A
D
cpuset_sched_domains_check.c
87
cpu <
bitmask_nbits
(domains[i]);
in check_sched_domains()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H
A
D
bitmask.h
55
*
bitmask_nbits
(bmp): Size in bits of entire bitmask
163
unsigned int
bitmask_nbits
(const struct bitmask *bmp);
H
A
D
libbitmask.c
399
unsigned int
bitmask_nbits
(const struct bitmask *bmp)
in bitmask_nbits()
function
H
A
D
libcpuset.c
670
cp->cpus = bitmask_alloc(
bitmask_nbits
(cpus));
in cpuset_setcpus()
684
cp->mems = bitmask_alloc(
bitmask_nbits
(mems));
in cpuset_setmems()
3441
r = set_mempolicy(MPOL_BIND, bitmask_mask(bmp),
bitmask_nbits
(bmp) + 1);
in cpuset_membind()
3745
bitmask_nbits
(mems) + 1) < 0)
in cpuset_unpin()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/
H
A
D
cpuset_syscall_test.c
182
ret = get_mempolicy(NULL, bitmask_mask(nmask),
bitmask_nbits
(nmask), 0,
in test_get_mempolicy()
Completed in 8 milliseconds