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:head_bytes
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_2835_arm.c
521
int
head_bytes
, tail_bytes;
in free_pagelist()
local
523
head_bytes
= (g_cache_line_size - pagelist->offset) &
in free_pagelist()
528
if ((actual >= 0) && (
head_bytes
!= 0)) {
in free_pagelist()
529
if (
head_bytes
> actual)
in free_pagelist()
530
head_bytes
= actual;
in free_pagelist()
535
head_bytes
);
in free_pagelist()
538
if ((actual >= 0) && (
head_bytes
< actual) &&
in free_pagelist()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_arm.c
422
int
head_bytes
, tail_bytes;
in free_pagelist()
local
424
head_bytes
= (g_cache_line_size - pagelist->offset) &
in free_pagelist()
429
if ((actual >= 0) && (
head_bytes
!= 0)) {
in free_pagelist()
430
if (
head_bytes
> actual)
in free_pagelist()
431
head_bytes
= actual;
in free_pagelist()
436
head_bytes
);
in free_pagelist()
438
if ((actual >= 0) && (
head_bytes
< actual) &&
in free_pagelist()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
1158
int
head_bytes
;
in xlog_space_left()
local
1160
xlog_crack_grant_head(head, &head_cycle, &
head_bytes
);
in xlog_space_left()
1163
if (tail_cycle == head_cycle &&
head_bytes
>= tail_bytes)
in xlog_space_left()
1164
free_bytes = log->l_logsize - (
head_bytes
- tail_bytes);
in xlog_space_left()
1169
free_bytes = tail_bytes -
head_bytes
;
in xlog_space_left()
1182
head_cycle,
head_bytes
);
in xlog_space_left()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
1341
int
head_bytes
;
in xlog_space_left()
local
1343
xlog_crack_grant_head(head, &head_cycle, &
head_bytes
);
in xlog_space_left()
1346
if (tail_cycle == head_cycle &&
head_bytes
>= tail_bytes)
in xlog_space_left()
1347
return log->l_logsize - (
head_bytes
- tail_bytes);
in xlog_space_left()
1357
return tail_bytes -
head_bytes
;
in xlog_space_left()
1368
head_cycle,
head_bytes
);
in xlog_space_left()
Completed in 13 milliseconds