Searched defs:COUNT (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/md/dm-vdo/ |
H A D | memory-alloc.h | 70 #define vdo_allocate(COUNT, TYPE, WHAT, PTR) \ argument 86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ argument
|
/linux/rust/pin-init/examples/ |
H A D | static_init.rs | 83 pub static COUNT: StaticInit<CMutex<usize>, CountInit> = StaticInit::new(CountInit); constant
|
/linux/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr.h | 30 #define COUNT 100 /* Max iterations */ macro
|
/linux/arch/arm/mach-spear/ |
H A D | time.c | 39 #define COUNT(x) ((x) * 0x80 + 0x8C) macro
|
/linux/drivers/clocksource/ |
H A D | timer-digicolor.c | 49 #define COUNT(t) ((t)*8 + 4) macro
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_engine_cs.c | 15 #define COUNT 5 macro
|
H A D | selftest_engine_pm.c | 19 #define COUNT 5 macro
|
/linux/include/linux/ |
H A D | overflow.h | 459 #define DEFINE_FLEX(TYPE, NAME, MEMBER, COUNTER, COUNT) \ argument
|
/linux/drivers/ras/ |
H A D | cec.c | 91 #define COUNT(e) ((unsigned int)(e) & COUNT_MASK) macro
|
/linux/drivers/net/fddi/skfp/h/ |
H A D | skfbi.h | 892 #define COUNT(t) ((t)<<6) /* counter */ macro
|