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:new_rb
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/
H
A
D
client.c
832
struct ishtp_cl_rb *
new_rb
;
in recv_ishtp_cl_msg()
local
906
new_rb
= list_entry(cl->free_rb_list.list.next,
in recv_ishtp_cl_msg()
908
list_del_init(&
new_rb
->list);
in recv_ishtp_cl_msg()
910
new_rb
->cl = cl;
in recv_ishtp_cl_msg()
911
new_rb
->buf_idx = 0;
in recv_ishtp_cl_msg()
912
INIT_LIST_HEAD(&
new_rb
->list);
in recv_ishtp_cl_msg()
913
list_add_tail(&
new_rb
->list,
in recv_ishtp_cl_msg()
965
struct ishtp_cl_rb *
new_rb
;
in recv_ishtp_cl_msg_dma()
local
1026
new_rb
= list_entry(cl->free_rb_list.list.next,
in recv_ishtp_cl_msg_dma()
1028
list_del_init(&
new_rb
in recv_ishtp_cl_msg_dma()
[all...]
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/
H
A
D
client.c
840
struct ishtp_cl_rb *
new_rb
;
in recv_ishtp_cl_msg()
local
911
new_rb
= list_entry(cl->free_rb_list.list.next,
in recv_ishtp_cl_msg()
913
list_del_init(&
new_rb
->list);
in recv_ishtp_cl_msg()
915
new_rb
->cl = cl;
in recv_ishtp_cl_msg()
916
new_rb
->buf_idx = 0;
in recv_ishtp_cl_msg()
917
INIT_LIST_HEAD(&
new_rb
->list);
in recv_ishtp_cl_msg()
918
list_add_tail(&
new_rb
->list,
in recv_ishtp_cl_msg()
970
struct ishtp_cl_rb *
new_rb
;
in recv_ishtp_cl_msg_dma()
local
1040
new_rb
= list_entry(cl->free_rb_list.list.next,
in recv_ishtp_cl_msg_dma()
1042
list_del_init(&
new_rb
in recv_ishtp_cl_msg_dma()
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
refcounttree.c
1288
struct ocfs2_refcount_block *
new_rb
;
in ocfs2_expand_inline_ref_root()
local
1329
new_rb
= (struct ocfs2_refcount_block *)new_bh->b_data;
in ocfs2_expand_inline_ref_root()
1330
new_rb
->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
in ocfs2_expand_inline_ref_root()
1331
new_rb
->rf_suballoc_loc = cpu_to_le64(suballoc_loc);
in ocfs2_expand_inline_ref_root()
1332
new_rb
->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start);
in ocfs2_expand_inline_ref_root()
1333
new_rb
->rf_blkno = cpu_to_le64(blkno);
in ocfs2_expand_inline_ref_root()
1334
new_rb
->rf_cpos = cpu_to_le32(0);
in ocfs2_expand_inline_ref_root()
1335
new_rb
->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr);
in ocfs2_expand_inline_ref_root()
1336
new_rb
->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL);
in ocfs2_expand_inline_ref_root()
1352
le16_to_cpu(
new_rb
in ocfs2_expand_inline_ref_root()
1457
struct ocfs2_refcount_block *
new_rb
=
ocfs2_divide_leaf_refcount_block()
local
1528
struct ocfs2_refcount_block *
new_rb
;
ocfs2_new_leaf_refcount_block()
local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
refcounttree.c
1286
struct ocfs2_refcount_block *
new_rb
;
in ocfs2_expand_inline_ref_root()
local
1327
new_rb
= (struct ocfs2_refcount_block *)new_bh->b_data;
in ocfs2_expand_inline_ref_root()
1328
new_rb
->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
in ocfs2_expand_inline_ref_root()
1329
new_rb
->rf_suballoc_loc = cpu_to_le64(suballoc_loc);
in ocfs2_expand_inline_ref_root()
1330
new_rb
->rf_suballoc_bit = cpu_to_le16(suballoc_bit_start);
in ocfs2_expand_inline_ref_root()
1331
new_rb
->rf_blkno = cpu_to_le64(blkno);
in ocfs2_expand_inline_ref_root()
1332
new_rb
->rf_cpos = cpu_to_le32(0);
in ocfs2_expand_inline_ref_root()
1333
new_rb
->rf_parent = cpu_to_le64(ref_root_bh->b_blocknr);
in ocfs2_expand_inline_ref_root()
1334
new_rb
->rf_flags = cpu_to_le32(OCFS2_REFCOUNT_LEAF_FL);
in ocfs2_expand_inline_ref_root()
1350
le16_to_cpu(
new_rb
in ocfs2_expand_inline_ref_root()
1455
struct ocfs2_refcount_block *
new_rb
=
ocfs2_divide_leaf_refcount_block()
local
1526
struct ocfs2_refcount_block *
new_rb
;
ocfs2_new_leaf_refcount_block()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_queues.c
388
int
new_rb
= 0;
in nicvf_refill_rbdr()
local
423
new_rb
++;
in nicvf_refill_rbdr()
439
rbdr_idx,
new_rb
);
in nicvf_refill_rbdr()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_queues.c
389
int
new_rb
= 0;
in nicvf_refill_rbdr()
local
424
new_rb
++;
in nicvf_refill_rbdr()
440
rbdr_idx,
new_rb
);
in nicvf_refill_rbdr()
Completed in 15 milliseconds