Home
last modified time | relevance | path

Searched refs:empty2 (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/build/tests/ex/
DBuild6 ex-y += empty2/
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dstacktrace.h54 unsigned int empty2[8]; member
59 unsigned int empty2[8]; member
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dqcom_nandc.c1525 u8 empty1, empty2; in erased_chunk_check_and_fixup() local
1534 empty2 = data_buf[175]; in erased_chunk_check_and_fixup()
1540 if ((empty1 == 0x54 && empty2 == 0xff) || in erased_chunk_check_and_fixup()
1541 (empty1 == 0xff && empty2 == 0x54)) { in erased_chunk_check_and_fixup()
1552 data_buf[175] = empty2; in erased_chunk_check_and_fixup()