Home
last modified time | relevance | path

Searched defs:m (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Dstat.h22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
25 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
27 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
28 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
A Dbch.h38 unsigned int m; member
A Dcompletion.h34 #define init_completion_map(x, m) __init_completion(x) argument
/include/
A Ddiv64.h160 static inline u64 __arch_xprod_64(const u64 m, u64 n, bool bias) in __arch_xprod_64()
/include/linux/usb/
A Dmusb.h49 #define MUSB_EP_FIFO(ep, st, m, pkt) \ argument
A Dch9.h422 #define USB_EP_MAXP_MULT(m) \ argument

Completed in 13 milliseconds