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:align_off
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
gen.c
129
int need_off = sec_var->offset,
align_off
, align;
in codegen_datasec_def()
local
159
align_off
= (off + align - 1) / align * align;
in codegen_datasec_def()
160
if (
align_off
!= need_off) {
in codegen_datasec_def()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_bmap.c
2969
xfs_fileoff_t
align_off
; /* temp for offset */
in xfs_bmap_extsize_align()
local
2976
orig_off =
align_off
= *offp;
in xfs_bmap_extsize_align()
3000
align_off
-= temp;
in xfs_bmap_extsize_align()
3031
if (
align_off
!= orig_off &&
align_off
< prevo)
in xfs_bmap_extsize_align()
3032
align_off
= prevo;
in xfs_bmap_extsize_align()
3050
align_off
+ align_alen != orig_end &&
in xfs_bmap_extsize_align()
3051
align_off
+ align_alen > nexto)
in xfs_bmap_extsize_align()
3052
align_off
= nexto > align_alen ? nexto - align_alen : 0;
in xfs_bmap_extsize_align()
3059
if (
align_off
!
in xfs_bmap_extsize_align()
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_bmap.c
2889
xfs_fileoff_t
align_off
; /* temp for offset */
in xfs_bmap_extsize_align()
local
2896
orig_off =
align_off
= *offp;
in xfs_bmap_extsize_align()
2920
align_off
-= temp;
in xfs_bmap_extsize_align()
2951
if (
align_off
!= orig_off &&
align_off
< prevo)
in xfs_bmap_extsize_align()
2952
align_off
= prevo;
in xfs_bmap_extsize_align()
2970
align_off
+ align_alen != orig_end &&
in xfs_bmap_extsize_align()
2971
align_off
+ align_alen > nexto)
in xfs_bmap_extsize_align()
2972
align_off
= nexto > align_alen ? nexto - align_alen : 0;
in xfs_bmap_extsize_align()
2979
if (
align_off
!
in xfs_bmap_extsize_align()
[all...]
/kernel/linux/linux-5.10/lib/
H
A
D
genalloc.c
668
unsigned long align_mask,
align_off
;
in gen_pool_first_fit_align()
local
674
align_off
= (start_addr & (alignment->align - 1)) >> order;
in gen_pool_first_fit_align()
677
align_mask,
align_off
);
in gen_pool_first_fit_align()
/kernel/linux/linux-6.6/lib/
H
A
D
genalloc.c
671
unsigned long align_mask,
align_off
;
in gen_pool_first_fit_align()
local
677
align_off
= (start_addr & (alignment->align - 1)) >> order;
in gen_pool_first_fit_align()
680
align_mask,
align_off
);
in gen_pool_first_fit_align()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nft_set_pipapo.h
136
* @
align_off
: Offset to get the originally allocated address
141
u32
align_off
;
member
H
A
D
nft_set_pipapo.c
1119
mem -= s->
align_off
;
1139
u32
align_off
;
local
1169
align_off
= scratch_aligned - (void *)scratch;
1172
scratch->
align_off
=
align_off
;
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nft_set_pipapo.h
136
* @
align_off
: Offset to get the originally allocated address
141
u32
align_off
;
member
H
A
D
nft_set_pipapo.c
1119
mem -= s->
align_off
;
1139
u32
align_off
;
local
1169
align_off
= scratch_aligned - (void *)scratch;
1172
scratch->
align_off
=
align_off
;
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
gen.c
151
int need_off = sec_var->offset,
align_off
, align;
in codegen_datasec_def()
local
185
align_off
= (off + align - 1) / align * align;
in codegen_datasec_def()
186
if (
align_off
!= need_off) {
in codegen_datasec_def()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
free-space-cache.c
1859
u64
align_off
;
in find_free_space()
local
1884
align_off
= tmp - entry->offset;
in find_free_space()
1886
align_off
= 0;
in find_free_space()
1890
if (entry->bytes < *bytes +
align_off
) {
in find_free_space()
1913
*bytes = entry->bytes -
align_off
;
in find_free_space()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
free-space-cache.c
2015
u64
align_off
;
in find_free_space()
local
2062
align_off
= tmp - entry->offset;
in find_free_space()
2064
align_off
= 0;
in find_free_space()
2075
if (entry->bytes < *bytes +
align_off
) {
in find_free_space()
2108
*bytes = entry->bytes -
align_off
;
in find_free_space()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
cnic.c
1662
unsigned long
align_off
= 0;
in cnic_get_bnx2x_ctx()
local
1670
align_off
= cp->ctx_align -
in cnic_get_bnx2x_ctx()
1673
ctx_map = cp->ctx_arr[blk].mapping +
align_off
+
in cnic_get_bnx2x_ctx()
1675
ctx = cp->ctx_arr[blk].ctx +
align_off
+
in cnic_get_bnx2x_ctx()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
cnic.c
1660
unsigned long
align_off
= 0;
in cnic_get_bnx2x_ctx()
local
1668
align_off
= cp->ctx_align -
in cnic_get_bnx2x_ctx()
1671
ctx_map = cp->ctx_arr[blk].mapping +
align_off
+
in cnic_get_bnx2x_ctx()
1673
ctx = cp->ctx_arr[blk].ctx +
align_off
+
in cnic_get_bnx2x_ctx()
Completed in 42 milliseconds