Home
last modified time | relevance | path

Searched refs:ALLOC_M (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hpfs/
H A Danode.c119 if (!(se = hpfs_alloc_sector(s, se, 1, fsecno*ALLOC_M>ALLOC_FWD_MAX ? ALLOC_FWD_MAX : fsecno*ALLOC_M<ALLOC_FWD_MIN ? ALLOC_FWD_MIN : fsecno*ALLOC_M))) { in hpfs_add_sector_to_btree()
H A Dhpfs_fn.h35 #define ALLOC_M 1 macro
/kernel/linux/linux-6.6/fs/hpfs/
H A Danode.c119 if (!(se = hpfs_alloc_sector(s, se, 1, fsecno*ALLOC_M>ALLOC_FWD_MAX ? ALLOC_FWD_MAX : fsecno*ALLOC_M<ALLOC_FWD_MIN ? ALLOC_FWD_MIN : fsecno*ALLOC_M))) { in hpfs_add_sector_to_btree()
H A Dhpfs_fn.h35 #define ALLOC_M 1 macro
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h2643 #define ALLOC_M 0x7ffU macro
2644 #define ALLOC_G(x) (((x) >> ALLOC_S) & ALLOC_M)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h2649 #define ALLOC_M 0x7ffU macro
2650 #define ALLOC_G(x) (((x) >> ALLOC_S) & ALLOC_M)

Completed in 22 milliseconds