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:__ffs64
(Results
1 - 25
of
64
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/lib/
H
A
D
clz_ctz.c
41
return
__ffs64
(val);
in __ctzdi2()
H
A
D
bitfield_kunit.c
100
tp##_encode_bits(v, mask) != v <<
__ffs64
(mask));\
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
mem_encrypt.c
31
u64 dma_enc_mask = DMA_BIT_MASK(
__ffs64
(sme_me_mask));
in force_dma_unencrypted()
/kernel/linux/linux-6.6/lib/
H
A
D
clz_ctz.c
41
return
__ffs64
(val);
in __ctzdi2()
H
A
D
bitfield_kunit.c
100
tp##_encode_bits(v, mask) != v <<
__ffs64
(mask));\
/kernel/linux/linux-5.10/drivers/ntb/test/
H
A
D
ntb_pingpong.c
125
pidx =
__ffs64
(link & pp->nmask);
in pp_find_next_peer()
127
pidx =
__ffs64
(link & pp->pmask);
in pp_find_next_peer()
/kernel/linux/linux-6.6/drivers/ntb/test/
H
A
D
ntb_pingpong.c
125
pidx =
__ffs64
(link & pp->nmask);
in pp_find_next_peer()
127
pidx =
__ffs64
(link & pp->pmask);
in pp_find_next_peer()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H
A
D
base.c
92
enum nvkm_devidx subidx =
__ffs64
(subdevs);
in nvkm_mc_intr()
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
H
A
D
mv_94xx.h
320
return x ?
__ffs64
(x) : -1;
in mv_ffc64()
/kernel/linux/linux-5.10/include/linux/
H
A
D
bitops.h
211
*
__ffs64
- find first set bit in a 64 bit word
218
static inline unsigned long
__ffs64
(u64 word)
in __ffs64()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
bitops.h
232
*
__ffs64
- find first set bit in a 64 bit word
239
static inline unsigned long
__ffs64
(u64 word)
in __ffs64()
function
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_pcie_mac.c
105
pos =
__ffs64
(cfg->size);
in t7xx_pcie_mac_atr_cfg()
/kernel/linux/linux-6.6/drivers/scsi/mvsas/
H
A
D
mv_94xx.h
320
return x ?
__ffs64
(x) : -1;
in mv_ffc64()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
mem_encrypt.c
378
u64 dma_enc_mask = DMA_BIT_MASK(
__ffs64
(sme_me_mask));
in force_dma_unencrypted()
/kernel/linux/linux-5.10/arch/mips/netlogic/common/
H
A
D
irq.c
255
i =
__ffs64
(eirr);
in plat_irq_dispatch()
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
qcom-vadc-common.c
671
return
__ffs64
(value / VADC_DECIMATION_MIN);
in qcom_vadc_decimation_from_dt()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H
A
D
gf100.c
159
for (todo = mask; engn =
__ffs64
(todo), todo; todo &= ~BIT_ULL(engn))
in gf100_fifo_recover_work()
163
for (todo = mask; engn =
__ffs64
(todo), todo; todo &= ~BIT_ULL(engn)) {
in gf100_fifo_recover_work()
H
A
D
chan.c
211
for (; c = 0, i =
__ffs64
(mask), mask; mask &= ~(1ULL << i)) {
in nvkm_fifo_chan_child_get()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_timeline.c
89
*cacheline =
__ffs64
(hwsp->free_bitmap);
in hwsp_alloc()
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pcie-rcar-ep.c
226
unsigned long nr_zeros =
__ffs64
(cpu_addr);
in rcar_pcie_ep_set_bar()
/kernel/linux/linux-5.10/include/ras/
H
A
D
ras_event.h
60
__entry->pa_mask_lsb = (u8)
__ffs64
(mem->physical_addr_mask);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
H
A
D
user.c
358
for (; i =
__ffs64
(mask), mask && !sclass; mask &= ~(1ULL << i)) {
in nvkm_udevice_child_get()
/kernel/linux/linux-6.6/include/ras/
H
A
D
ras_event.h
60
__entry->pa_mask_lsb = (u8)
__ffs64
(mem->physical_addr_mask);
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pcie-rcar-ep.c
223
unsigned long nr_zeros =
__ffs64
(cpu_addr);
in rcar_pcie_ep_set_bar()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/
H
A
D
user.c
329
for (; i =
__ffs64
(mask), mask && !sclass; mask &= ~(1ULL << i)) {
in nvkm_udevice_child_get()
Completed in 15 milliseconds
1
2
3