Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/kernel/
Dtopology.c40 struct mask_info { struct
41 struct mask_info *next; argument
57 static struct mask_info socket_info; argument
58 static struct mask_info book_info;
59 static struct mask_info drawer_info;
64 static void cpu_group_map(cpumask_t *dst, struct mask_info *info, unsigned int cpu) in cpu_group_map()
118 struct mask_info *drawer, in add_cpus_to_mask()
119 struct mask_info *book, in add_cpus_to_mask()
120 struct mask_info *socket) in add_cpus_to_mask()
151 struct mask_info *info; in clear_masks()
[all …]
/Linux-v6.1/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 …]