Home
last modified time | relevance | path

Searched defs:LENGTH (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/rust/kernel/
Dprint.rs40 pub const LENGTH: usize = 10; constant
48 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
100 format_string: &[u8; format_strings::LENGTH], in call_printk()
/linux-6.14.4/arch/s390/include/asm/
Dpci_io.h44 #define zpci_read(LENGTH, RETTYPE) \ argument
56 #define zpci_write(LENGTH, VALTYPE) \ argument
/linux-6.14.4/tools/testing/selftests/mm/
Dhugepage-shm.c31 #define LENGTH (256UL*1024*1024) macro
Dhugepage-mmap.c20 #define LENGTH (256UL*1024*1024) macro
Dmap_hugetlb.c16 #define LENGTH (256UL*1024*1024) macro
/linux-6.14.4/drivers/media/dvb-frontends/
Ddrxd_firm.c18 #define LENGTH(x) ((x) & 0xFF), (((x)>>8) & 0xFF) macro
/linux-6.14.4/tools/testing/selftests/cgroup/
Dtest_hugetlb_memcg.c16 #define LENGTH (8UL*1024*1024) macro
/linux-6.14.4/lib/zlib_inflate/
Dinflate.h43 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator