Home
last modified time | relevance | path

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

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