Searched refs:__space (Results 1 – 4 of 4) sorted by relevance
35 u8 __space:4; member41 u8 __space:4;
104 #define DEBUGFS_ATTR(__space, __write) \ argument105 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) \ argument120 DEBUGFS_ATTR(__space, NULL)122 #define DEBUGFS_ATTR_RW(__space) \ argument123 DEBUGFS_ATTR(__space, __space ## _write)
126 __aligned_u64 __space[5]; member
1721 void tcp_select_initial_window(const struct sock *sk, int __space,