Home
last modified time | relevance | path

Searched refs:wbit (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dbitmap.c62 static size_t wnd_scan(const void *buf, size_t wbit, u32 wpos, u32 wend, in wnd_scan() argument
73 *b_pos = wbit - *prev_tail; in wnd_scan()
84 *b_pos = wbit - *prev_tail; in wnd_scan()
100 *b_pos = wbit + wpos - *prev_tail; in wnd_scan()
105 return wbit + wpos - *prev_tail; in wnd_scan()
508 size_t wpos, wbit, iw, vbo; in wnd_rescan() local
569 wbit = vbo * 8; in wnd_rescan()
571 if (wbit + wbits > wnd->nbits) in wnd_rescan()
572 wbits = wnd->nbits - wbit; in wnd_rescan()
578 wnd_add_free_ext(wnd, wbit in wnd_rescan()
716 u32 wbit = bit & (wbits - 1); wnd_set_free() local
766 u32 wbit = bit & (wbits - 1); wnd_set_used() local
854 u32 wbit = bit & (wbits - 1); wnd_is_free_hlp() local
930 u32 wbit = bit & (wbits - 1); wnd_is_used() local
993 size_t iw, prev_tail, nwnd, wbit, ebit, zbit, zend; wnd_find() local
1440 u32 wbit = lcn_from & (wbits - 1); ntfs_trim_fs() local
[all...]
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
H A Dactions-common.c24 int wbit = insn & (1 << 21); in simulate_ldm1stm1() local
52 if (wbit) { in simulate_ldm1stm1()
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/
H A Dactions-common.c24 int wbit = insn & (1 << 21); in simulate_ldm1stm1() local
52 if (wbit) { in simulate_ldm1stm1()

Completed in 3 milliseconds