Home
last modified time | relevance | path

Searched refs:mask_info (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kernel/
Dtopology.c41 struct mask_info { struct
42 struct mask_info *next; argument
58 static struct mask_info socket_info; argument
59 static struct mask_info book_info;
60 static struct mask_info drawer_info;
65 static cpumask_t cpu_group_map(struct mask_info *info, unsigned int cpu) in cpu_group_map()
114 struct mask_info *drawer, in add_cpus_to_mask()
115 struct mask_info *book, in add_cpus_to_mask()
116 struct mask_info *socket) in add_cpus_to_mask()
147 struct mask_info *info; in clear_masks()
[all …]
/kernel/linux/linux-5.10/fs/orangefs/
Dorangefs-debugfs.c984 struct dev_mask_info_s mask_info = {0}; in orangefs_debugfs_new_debug() local
987 ret = copy_from_user(&mask_info, in orangefs_debugfs_new_debug()
989 sizeof(mask_info)); in orangefs_debugfs_new_debug()
994 if (mask_info.mask_type == KERNEL_MASK) { in orangefs_debugfs_new_debug()
995 if ((mask_info.mask_value == 0) in orangefs_debugfs_new_debug()
1005 debug_mask_to_string(&mask_info.mask_value, in orangefs_debugfs_new_debug()
1006 mask_info.mask_type); in orangefs_debugfs_new_debug()
1007 orangefs_gossip_debug_mask = mask_info.mask_value; in orangefs_debugfs_new_debug()
1013 } else if (mask_info.mask_type == CLIENT_MASK) { in orangefs_debugfs_new_debug()
1014 debug_mask_to_string(&mask_info.mask_value, in orangefs_debugfs_new_debug()
[all …]