Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/riscv/kernel/
A Dcpufeature.c135 const char *ext_end = isa; in riscv_fill_hwcap() local
161 ext_end = isa; in riscv_fill_hwcap()
164 if (!isdigit(ext_end[-1])) in riscv_fill_hwcap()
167 while (isdigit(*--ext_end)) in riscv_fill_hwcap()
169 if (ext_end[0] != 'p' in riscv_fill_hwcap()
170 || !isdigit(ext_end[-1])) { in riscv_fill_hwcap()
172 ++ext_end; in riscv_fill_hwcap()
176 while (isdigit(*--ext_end)) in riscv_fill_hwcap()
178 ++ext_end; in riscv_fill_hwcap()
207 if ((ext_end - ext == sizeof(name) - 1) && \ in riscv_fill_hwcap()
/linux-6.3-rc2/drivers/s390/block/
A Ddasd_fba.h29 __u32 ext_end; /* logocal number of last block in extent */ member
A Ddasd_fba.c96 data->ext_end = nr - 1; in define_extent()

Completed in 6 milliseconds