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:LU
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
percpu-refcount.h
64
__PERCPU_REF_ATOMIC = 1
LU
<< 0, /* operating in atomic mode */
65
__PERCPU_REF_DEAD = 1
LU
<< 1, /* (being) killed */
H
A
D
libata.h
475
ATA_MASK_PIO = ((1
LU
<< ATA_NR_PIO_MODES) - 1)
477
ATA_MASK_MWDMA = ((1
LU
<< ATA_NR_MWDMA_MODES) - 1)
479
ATA_MASK_UDMA = ((1
LU
<< ATA_NR_UDMA_MODES) - 1)
/kernel/linux/linux-6.6/include/linux/
H
A
D
percpu-refcount.h
64
__PERCPU_REF_ATOMIC = 1
LU
<< 0, /* operating in atomic mode */
65
__PERCPU_REF_DEAD = 1
LU
<< 1, /* (being) killed */
/kernel/linux/linux-5.10/arch/sh/boards/mach-dreamcast/
H
A
D
rtc.c
19
#define TWENTY_YEARS ((20 * 365
LU
+ 5) * 86400)
/kernel/linux/linux-6.6/arch/sh/boards/mach-dreamcast/
H
A
D
rtc.c
19
#define TWENTY_YEARS ((20 * 365
LU
+ 5) * 86400)
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
msm_gpu_devfreq.c
107
if (WARN_ON(busy_time > ~0
LU
))
in msm_devfreq_get_dev_status()
108
busy_time = ~0
LU
;
in msm_devfreq_get_dev_status()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
ahci_dm816.c
30
#define AHCI_DM816_PLL_OUT 1500000000
LU
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2x00reg.h
170
#define is_valid_mask(x) is_power_of_two(1
LU
+ (x) + low_bit_mask(x))
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
ahci_dm816.c
30
#define AHCI_DM816_PLL_OUT 1500000000
LU
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2x00reg.h
170
#define is_valid_mask(x) is_power_of_two(1
LU
+ (x) + low_bit_mask(x))
/kernel/linux/linux-5.10/lib/
H
A
D
percpu-refcount.c
36
#define PERCPU_COUNT_BIAS (1
LU
<< (BITS_PER_LONG - 1))
H
A
D
klist.c
44
#define KNODE_DEAD 1
LU
H
A
D
locking-selftest.c
216
#define
LU
(x) L(x); U(x)
macro
/kernel/linux/linux-6.6/lib/
H
A
D
klist.c
44
#define KNODE_DEAD 1
LU
H
A
D
percpu-refcount.c
37
#define PERCPU_COUNT_BIAS (1
LU
<< (BITS_PER_LONG - 1))
H
A
D
locking-selftest.c
231
#define
LU
(x) L(x); U(x)
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H
A
D
a6xx_gpu.c
1208
if (WARN_ON(busy_time > ~0
LU
))
in a6xx_gpu_busy()
1209
return ~0
LU
;
in a6xx_gpu_busy()
H
A
D
a5xx_gpu.c
1490
if (WARN_ON(busy_time > ~0
LU
))
in a5xx_gpu_busy()
1491
return ~0
LU
;
in a5xx_gpu_busy()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
numa.c
356
/* numa_distance could be 1
LU
marking allocation failure, test cnt */
in numa_reset_distance()
384
numa_distance = (void *)1
LU
;
in numa_alloc_distance()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
af_bluetooth.c
666
bt->parent? sock_i_ino(bt->parent): 0
LU
);
in bt_seq_show()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
numa.c
357
/* numa_distance could be 1
LU
marking allocation failure, test cnt */
in numa_reset_distance()
385
numa_distance = (void *)1
LU
;
in numa_alloc_distance()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
af_bluetooth.c
711
bt->parent ? sock_i_ino(bt->parent) : 0
LU
);
in bt_seq_show()
/kernel/linux/linux-5.10/mm/
H
A
D
page-writeback.c
1134
avg = max(avg, 1
LU
);
in wb_update_write_bandwidth()
/kernel/linux/linux-6.6/mm/
H
A
D
page-writeback.c
1220
avg = max(avg, 1
LU
);
in wb_update_write_bandwidth()
Completed in 39 milliseconds