Home
last modified time | relevance | path

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

/linux/net/ipv6/ila/
H A Dila.h35 u8 __space:4; member
41 u8 __space:4;
/linux/drivers/thunderbolt/
H A Ddebugfs.c104 #define DEBUGFS_ATTR(__space, __write) \ argument
105 static int __space ## _open(struct inode *inode, struct file *file) \
107 return single_open(file, __space ## _show, inode->i_private); \
110 static const struct file_operations __space ## _fops = { \
112 .open = __space ## _open, \
119 #define DEBUGFS_ATTR_RO(__space) \ argument
120 DEBUGFS_ATTR(__space, NULL)
122 #define DEBUGFS_ATTR_RW(__space) \ argument
123 DEBUGFS_ATTR(__space, __space ## _writ
[all...]
/linux/include/linux/
H A Dsmbdirect.h126 __aligned_u64 __space[5]; member
/linux/net/ipv4/
H A Dtcp_output.c223 void tcp_select_initial_window(const struct sock *sk, int __space, __u32 mss,
228 unsigned int space = (__space < 0 ? 0 : __space);
229 tcp_select_initial_window(const struct sock * sk,int __space,__u32 mss,__u32 * rcv_wnd,__u32 * __window_clamp,int wscale_ok,__u8 * rcv_wscale,__u32 init_rcv_wnd) tcp_select_initial_window() argument
/linux/include/net/
H A Dtcp.h1731 void tcp_select_initial_window(const struct sock *sk, int __space, in __tcp_win_from_space()