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:b_cnt
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/mon/
H
A
D
mon_bin.c
185
spinlock_t b_lock; /* Protect
b_cnt
, b_in */
187
unsigned int
b_cnt
; /* Bytes used */
member
210
#define MON_RING_EMPTY(rp) ((rp)->
b_cnt
== 0)
301
if (rp->
b_cnt
+ size > rp->b_size)
in mon_buff_area_alloc()
304
rp->
b_cnt
+= size;
in mon_buff_area_alloc()
327
if (rp->
b_cnt
+ size > rp->b_size)
in mon_buff_area_alloc_contiguous()
336
if (rp->
b_cnt
+ size + fill_size > rp->b_size)
in mon_buff_area_alloc_contiguous()
342
rp->
b_cnt
+= size + fill_size;
in mon_buff_area_alloc_contiguous()
346
rp->
b_cnt
+= size;
in mon_buff_area_alloc_contiguous()
350
rp->
b_cnt
in mon_buff_area_alloc_contiguous()
[all...]
/kernel/linux/linux-6.6/drivers/usb/mon/
H
A
D
mon_bin.c
185
spinlock_t b_lock; /* Protect
b_cnt
, b_in */
187
unsigned int
b_cnt
; /* Bytes used */
member
210
#define MON_RING_EMPTY(rp) ((rp)->
b_cnt
== 0)
304
if (rp->
b_cnt
+ size > rp->b_size)
in mon_buff_area_alloc()
307
rp->
b_cnt
+= size;
in mon_buff_area_alloc()
330
if (rp->
b_cnt
+ size > rp->b_size)
in mon_buff_area_alloc_contiguous()
339
if (rp->
b_cnt
+ size + fill_size > rp->b_size)
in mon_buff_area_alloc_contiguous()
345
rp->
b_cnt
+= size + fill_size;
in mon_buff_area_alloc_contiguous()
349
rp->
b_cnt
+= size;
in mon_buff_area_alloc_contiguous()
353
rp->
b_cnt
in mon_buff_area_alloc_contiguous()
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
amd64_edac.c
429
for (i = 0; i < pvt->csels[dct].
b_cnt
; i++)
1691
pvt->csels[0].
b_cnt
= pvt->csels[1].
b_cnt
= 8;
in dct_prep_chip_selects()
1694
pvt->csels[0].
b_cnt
= pvt->csels[1].
b_cnt
= 4;
in dct_prep_chip_selects()
1697
pvt->csels[0].
b_cnt
= pvt->csels[1].
b_cnt
= 8;
in dct_prep_chip_selects()
1707
pvt->csels[umc].
b_cnt
= 4;
in umc_prep_chip_selects()
3954
pvt->csels[umc].
b_cnt
= 8;
in gpu_prep_chip_selects()
4195
pvt->max_mcs : pvt->csels[0].
b_cnt
;
in init_one_instance()
[all...]
H
A
D
amd64_edac.h
300
u8
b_cnt
;
member
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
amd64_edac.c
442
for (i = 0; i < pvt->csels[dct].
b_cnt
; i++)
944
pvt->csels[0].
b_cnt
= pvt->csels[1].
b_cnt
= 8;
in prep_chip_selects()
947
pvt->csels[0].
b_cnt
= pvt->csels[1].
b_cnt
= 4;
in prep_chip_selects()
953
pvt->csels[umc].
b_cnt
= 4;
in prep_chip_selects()
958
pvt->csels[0].
b_cnt
= pvt->csels[1].
b_cnt
= 8;
in prep_chip_selects()
3505
layers[0].size = pvt->csels[0].
b_cnt
;
in init_one_instance()
H
A
D
amd64_edac.h
328
u8
b_cnt
;
member
Completed in 15 milliseconds