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:used_space
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
plpks-secvar.c
36
PLPKS_CONFIG_ATTR(
used_space
, "%u\n", plpks_get_usedspace);
/kernel/linux/linux-5.10/kernel/power/
H
A
D
snapshot.c
259
unsigned int
used_space
; /* total size of objects allocated out
member
269
ca->
used_space
= LINKED_PAGE_DATA_SIZE;
in chain_init()
278
if (LINKED_PAGE_DATA_SIZE - ca->
used_space
< size) {
in chain_alloc()
288
ca->
used_space
= 0;
in chain_alloc()
290
ret = ca->chain->data + ca->
used_space
;
in chain_alloc()
291
ca->
used_space
+= size;
in chain_alloc()
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
stree.c
412
int
used_space
;
in is_leaf()
local
432
used_space
= BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih));
in is_leaf()
435
if (
used_space
!= blocksize - blkh_free_space(blkh)) {
in is_leaf()
496
int
used_space
;
in is_internal()
local
515
used_space
= BLKH_SIZE + KEY_SIZE * nr + DC_SIZE * (nr + 1);
in is_internal()
516
if (
used_space
!= blocksize - blkh_free_space(blkh)) {
in is_internal()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
stree.c
412
int
used_space
;
in is_leaf()
local
432
used_space
= BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih));
in is_leaf()
435
if (
used_space
!= blocksize - blkh_free_space(blkh)) {
in is_leaf()
496
int
used_space
;
in is_internal()
local
515
used_space
= BLKH_SIZE + KEY_SIZE * nr + DC_SIZE * (nr + 1);
in is_internal()
516
if (
used_space
!= blocksize - blkh_free_space(blkh)) {
in is_internal()
/kernel/linux/linux-6.6/kernel/power/
H
A
D
snapshot.c
293
unsigned int
used_space
; /* total size of objects allocated out
member
303
ca->
used_space
= LINKED_PAGE_DATA_SIZE;
in chain_init()
312
if (LINKED_PAGE_DATA_SIZE - ca->
used_space
< size) {
in chain_alloc()
322
ca->
used_space
= 0;
in chain_alloc()
324
ret = ca->chain->data + ca->
used_space
;
in chain_alloc()
325
ca->
used_space
+= size;
in chain_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H
A
D
gdma_main.c
1007
u32
used_space
= (wq->head - wq->tail) * GDMA_WQE_BU_SIZE;
in mana_gd_wq_avail_space()
local
1010
WARN_ON_ONCE(
used_space
> wq_size);
in mana_gd_wq_avail_space()
1012
return wq_size -
used_space
;
in mana_gd_wq_avail_space()
Completed in 15 milliseconds