Home
last modified time | relevance | path

Searched refs:BITS_PER_BYTE_MASK (Results 1 – 4 of 4) sorted by relevance

/linux/fs/exfat/
A Dballoc.c204 clu_base = BITMAP_ENT_TO_CLUSTER(ent_idx & ~(BITS_PER_BYTE_MASK)); in exfat_find_free_bitmap()
243 unsigned int last_mask = total_clus & BITS_PER_BYTE_MASK; in exfat_count_used_clusters()
A Dexfat_fs.h126 #define BITS_PER_BYTE_MASK 0x7 macro
/linux/tools/bpf/bpftool/
A Dbtf_dumper.c18 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro
19 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK)
/linux/kernel/bpf/
A Dbtf.c170 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro
171 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK)

Completed in 19 milliseconds