Home
last modified time | relevance | path

Searched refs:current_group (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/notify/
A Dfsnotify.c416 iter_info->current_group = max_prio_group; in fsnotify_iter_select_report_types()
420 if (mark && mark->group == iter_info->current_group) { in fsnotify_iter_select_report_types()
455 if (mark && mark->group == iter_info->current_group) in fsnotify_iter_next()
/linux-6.3-rc2/include/linux/
A Dfsnotify_backend.h402 struct fsnotify_group *current_group; member
/linux-6.3-rc2/drivers/scsi/
A Dhpsa.c5074 int offload_to_mirror, u32 *map_index, u32 *current_group) in raid_map_helper() argument
5083 *current_group = *map_index / in raid_map_helper()
5085 if (offload_to_mirror == *current_group) in raid_map_helper()
5087 if (*current_group < le16_to_cpu(map->layout_map_count) - 1) { in raid_map_helper()
5090 (*current_group)++; in raid_map_helper()
5094 *current_group = 0; in raid_map_helper()
5096 } while (offload_to_mirror != *current_group); in raid_map_helper()
5124 u32 first_group, last_group, current_group; in hpsa_scsi_ioaccel_raid_map() local
5285 &map_index, &current_group); in hpsa_scsi_ioaccel_raid_map()

Completed in 21 milliseconds