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:num_obj
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
icm.c
260
u32 i = (obj & (table->
num_obj
- 1)) /
in mlx4_table_get()
299
i = (obj & (table->
num_obj
- 1)) / (MLX4_TABLE_CHUNK_SIZE / table->obj_size);
in mlx4_table_put()
328
idx = (u64) (obj & (table->
num_obj
- 1)) * table->obj_size;
in mlx4_table_find()
435
table->
num_obj
= nobj;
in mlx4_init_icm_table()
H
A
D
mlx4.h
263
u32
num_obj
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
icm.c
260
u32 i = (obj & (table->
num_obj
- 1)) /
in mlx4_table_get()
299
i = (obj & (table->
num_obj
- 1)) / (MLX4_TABLE_CHUNK_SIZE / table->obj_size);
in mlx4_table_put()
328
idx = (u64) (obj & (table->
num_obj
- 1)) * table->obj_size;
in mlx4_table_find()
435
table->
num_obj
= nobj;
in mlx4_init_icm_table()
H
A
D
mlx4.h
265
u32
num_obj
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_memfree.c
224
int i = (obj & (table->
num_obj
- 1)) * table->obj_size / MTHCA_TABLE_CHUNK_SIZE;
in mthca_table_get()
264
i = (obj & (table->
num_obj
- 1)) * table->obj_size / MTHCA_TABLE_CHUNK_SIZE;
in mthca_table_put()
290
idx = (obj & (table->
num_obj
- 1)) * table->obj_size;
in mthca_table_find()
376
table->
num_obj
= nobj;
in mthca_alloc_icm_table()
H
A
D
mthca_memfree.h
66
int
num_obj
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_memfree.c
224
int i = (obj & (table->
num_obj
- 1)) * table->obj_size / MTHCA_TABLE_CHUNK_SIZE;
in mthca_table_get()
264
i = (obj & (table->
num_obj
- 1)) * table->obj_size / MTHCA_TABLE_CHUNK_SIZE;
in mthca_table_put()
290
idx = (obj & (table->
num_obj
- 1)) * table->obj_size;
in mthca_table_find()
376
table->
num_obj
= nobj;
in mthca_alloc_icm_table()
H
A
D
mthca_memfree.h
66
int
num_obj
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hem.c
216
table_idx = (*obj & (table->
num_obj
- 1)) /
in hns_roce_calc_hem_mhop()
570
i = (obj & (table->
num_obj
- 1)) / (table->table_chunk_size /
in hns_roce_table_get()
690
i = (obj & (table->
num_obj
- 1)) /
in hns_roce_table_put()
729
hem = table->hem[(obj & (table->
num_obj
- 1)) / obj_per_chunk];
in hns_roce_table_find()
730
idx_offset = (obj & (table->
num_obj
- 1)) % obj_per_chunk;
in hns_roce_table_find()
747
dma_offset = offset = (obj & (table->
num_obj
- 1)) * seg_size %
in hns_roce_table_find()
858
table->
num_obj
= nobj;
in hns_roce_init_hem_table()
H
A
D
hns_roce_device.h
305
unsigned long
num_obj
;
member
H
A
D
hns_roce_hw_v1.c
470
unsigned long i = (obj & (table->
num_obj
- 1)) /
in hns_roce_v1_set_hem()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H
A
D
i915_vma.c
154
unsigned long
num_obj
, num_ctx;
in igt_vma_create()
local
166
for_each_prime_number(
num_obj
, ULONG_MAX - 1) {
in igt_vma_create()
167
for (; no <
num_obj
; no++) {
in igt_vma_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H
A
D
i915_vma.c
155
unsigned long
num_obj
, num_ctx;
in igt_vma_create()
local
167
for_each_prime_number(
num_obj
, ULONG_MAX - 1) {
in igt_vma_create()
168
for (; no <
num_obj
; no++) {
in igt_vma_create()
Completed in 24 milliseconds