Home
last modified time | relevance | path

Searched defs:PTR_DIFF (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dtx_tso.c34 #define PTR_DIFF(p1, p2) ((u8 *)(p1) - (u8 *)(p2)) macro
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtx_tso.c34 #define PTR_DIFF(p1, p2) ((u8 *)(p1) - (u8 *)(p2)) macro
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dcrash_dump.c26 #define PTR_DIFF(x, y) ((unsigned long)(((char *) (x)) - ((unsigned long) (y)))) macro
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcrash_dump.c28 #define PTR_DIFF(x, y) ((unsigned long)(((char *) (x)) - ((unsigned long) (y)))) macro
/kernel/linux/linux-5.10/drivers/atm/
H A Dnicstar.c109 #define PTR_DIFF(a, b) ((u32)((unsigned long)(a) - (unsigned long)(b))) macro
/kernel/linux/linux-6.6/drivers/atm/
H A Dnicstar.c109 #define PTR_DIFF(a, b) ((u32)((unsigned long)(a) - (unsigned long)(b))) macro

Completed in 10 milliseconds