Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
A Ddebugfs.c32 #define DEBUGFS_ATTR(__space, __write) \ argument
33 static int __space ## _open(struct inode *inode, struct file *file) \
35 return single_open(file, __space ## _show, inode->i_private); \
38 static const struct file_operations __space ## _fops = { \
40 .open = __space ## _open, \
47 #define DEBUGFS_ATTR_RO(__space) \ argument
48 DEBUGFS_ATTR(__space, NULL)
50 #define DEBUGFS_ATTR_RW(__space) \ argument
51 DEBUGFS_ATTR(__space, __space ## _write)
/linux/net/ipv6/ila/
A Dila.h35 u8 __space:4; member
41 u8 __space:4;
/linux/net/ipv4/
A Dtcp_output.c208 void tcp_select_initial_window(const struct sock *sk, int __space, __u32 mss, in tcp_select_initial_window() argument
213 unsigned int space = (__space < 0 ? 0 : __space); in tcp_select_initial_window()
/linux/include/net/
A Dtcp.h1399 void tcp_select_initial_window(const struct sock *sk, int __space,

Completed in 18 milliseconds