Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dtopology.c42 struct mask_info { struct
43 struct mask_info *next; argument
60 static struct mask_info socket_info; argument
61 static struct mask_info book_info;
62 static struct mask_info drawer_info;
67 static void cpu_group_map(cpumask_t *dst, struct mask_info *info, unsigned int cpu) in cpu_group_map()
122 struct mask_info *drawer, in add_cpus_to_mask()
123 struct mask_info *book, in add_cpus_to_mask()
124 struct mask_info *socket) in add_cpus_to_mask()
157 struct mask_info *info; in clear_masks()
[all …]
/linux/fs/orangefs/
H A Dorangefs-debugfs.c1009 struct dev_mask_info_s mask_info = {0}; in orangefs_debugfs_new_debug() local
1012 ret = copy_from_user(&mask_info, in orangefs_debugfs_new_debug()
1014 sizeof(mask_info)); in orangefs_debugfs_new_debug()
1019 if (mask_info.mask_type == KERNEL_MASK) { in orangefs_debugfs_new_debug()
1020 if ((mask_info.mask_value == 0) in orangefs_debugfs_new_debug()
1030 debug_mask_to_string(&mask_info.mask_value, in orangefs_debugfs_new_debug()
1031 mask_info.mask_type); in orangefs_debugfs_new_debug()
1032 orangefs_gossip_debug_mask = mask_info.mask_value; in orangefs_debugfs_new_debug()
1038 } else if (mask_info.mask_type == CLIENT_MASK) { in orangefs_debugfs_new_debug()
1039 debug_mask_to_string(&mask_info.mask_value, in orangefs_debugfs_new_debug()
[all …]