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:cur_bit
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/
H
A
D
iova_bitmap.c
406
unsigned long
cur_bit
= ((iova - mapped->iova) >>
in iova_bitmap_set()
local
413
unsigned int page_idx =
cur_bit
/ BITS_PER_PAGE;
in iova_bitmap_set()
414
unsigned int offset =
cur_bit
% BITS_PER_PAGE;
in iova_bitmap_set()
416
last_bit -
cur_bit
+ 1);
in iova_bitmap_set()
425
cur_bit
+= nbits;
in iova_bitmap_set()
426
} while (
cur_bit
<= last_bit);
in iova_bitmap_set()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_main.c
4606
u32
cur_bit
;
in bnx2x_check_blocks_with_parity0()
local
4613
cur_bit
= (0x1UL << i);
in bnx2x_check_blocks_with_parity0()
4614
if (sig &
cur_bit
) {
in bnx2x_check_blocks_with_parity0()
4618
switch (
cur_bit
) {
in bnx2x_check_blocks_with_parity0()
4660
sig &= ~
cur_bit
;
in bnx2x_check_blocks_with_parity0()
4671
u32
cur_bit
;
in bnx2x_check_blocks_with_parity1()
local
4678
cur_bit
= (0x1UL << i);
in bnx2x_check_blocks_with_parity1()
4679
if (sig &
cur_bit
) {
in bnx2x_check_blocks_with_parity1()
4681
switch (
cur_bit
) {
in bnx2x_check_blocks_with_parity1()
4804
sig &= ~
cur_bit
;
in bnx2x_check_blocks_with_parity1()
4814
u32
cur_bit
;
bnx2x_check_blocks_with_parity2()
local
4890
u32
cur_bit
;
bnx2x_check_blocks_with_parity3()
local
4937
u32
cur_bit
;
bnx2x_check_blocks_with_parity4()
local
[all...]
H
A
D
bnx2x_sp.c
2784
int
cur_bit
= j + BIT_VEC64_ELEM_SZ * i;
in bnx2x_mcast_get_next_bin()
local
2786
vec,
cur_bit
)) {
in bnx2x_mcast_get_next_bin()
2787
return
cur_bit
;
in bnx2x_mcast_get_next_bin()
2806
int
cur_bit
= bnx2x_mcast_get_next_bin(o, 0);
in bnx2x_mcast_clear_first_bin()
local
2808
if (
cur_bit
>= 0)
in bnx2x_mcast_clear_first_bin()
2809
BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec,
cur_bit
);
in bnx2x_mcast_clear_first_bin()
2811
return
cur_bit
;
in bnx2x_mcast_clear_first_bin()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_main.c
4604
u32
cur_bit
;
in bnx2x_check_blocks_with_parity0()
local
4611
cur_bit
= (0x1UL << i);
in bnx2x_check_blocks_with_parity0()
4612
if (sig &
cur_bit
) {
in bnx2x_check_blocks_with_parity0()
4616
switch (
cur_bit
) {
in bnx2x_check_blocks_with_parity0()
4658
sig &= ~
cur_bit
;
in bnx2x_check_blocks_with_parity0()
4669
u32
cur_bit
;
in bnx2x_check_blocks_with_parity1()
local
4676
cur_bit
= (0x1UL << i);
in bnx2x_check_blocks_with_parity1()
4677
if (sig &
cur_bit
) {
in bnx2x_check_blocks_with_parity1()
4679
switch (
cur_bit
) {
in bnx2x_check_blocks_with_parity1()
4802
sig &= ~
cur_bit
;
in bnx2x_check_blocks_with_parity1()
4812
u32
cur_bit
;
bnx2x_check_blocks_with_parity2()
local
4888
u32
cur_bit
;
bnx2x_check_blocks_with_parity3()
local
4935
u32
cur_bit
;
bnx2x_check_blocks_with_parity4()
local
[all...]
H
A
D
bnx2x_sp.c
2784
int
cur_bit
= j + BIT_VEC64_ELEM_SZ * i;
in bnx2x_mcast_get_next_bin()
local
2786
vec,
cur_bit
)) {
in bnx2x_mcast_get_next_bin()
2787
return
cur_bit
;
in bnx2x_mcast_get_next_bin()
2806
int
cur_bit
= bnx2x_mcast_get_next_bin(o, 0);
in bnx2x_mcast_clear_first_bin()
local
2808
if (
cur_bit
>= 0)
in bnx2x_mcast_clear_first_bin()
2809
BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec,
cur_bit
);
in bnx2x_mcast_clear_first_bin()
2811
return
cur_bit
;
in bnx2x_mcast_clear_first_bin()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
disk-io.c
526
int
cur_bit
= 0;
in btree_dirty_folio()
local
541
for (
cur_bit
= spi->dirty_offset;
in btree_dirty_folio()
542
cur_bit
< spi->dirty_offset + spi->bitmap_nr_bits;
in btree_dirty_folio()
543
cur_bit
++) {
in btree_dirty_folio()
548
if (!test_bit(
cur_bit
, subpage->bitmaps)) {
in btree_dirty_folio()
553
cur = page_start +
cur_bit
* fs_info->sectorsize;
in btree_dirty_folio()
562
cur_bit
+= (fs_info->nodesize >> fs_info->sectorsize_bits) - 1;
in btree_dirty_folio()
Completed in 40 milliseconds