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

/linux-master/fs/hpfs/
H A Dhpfs_fn.h35 #define ALLOC_M 1 macro
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))) {
/linux-master/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 166 milliseconds