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

/linux-master/fs/notify/
H A Dfsnotify.c422 iter_info->current_group = max_prio_group;
426 if (mark && mark->group == iter_info->current_group) {
456 * may need to advance a mark of type X that belongs to current_group
461 if (mark && mark->group == iter_info->current_group)
/linux-master/include/linux/
H A Dfsnotify_backend.h402 struct fsnotify_group *current_group; member in struct:fsnotify_iter_info
/linux-master/drivers/scsi/
H A Dhpsa.c5074 int offload_to_mirror, u32 *map_index, u32 *current_group)
5083 *current_group = *map_index /
5085 if (offload_to_mirror == *current_group)
5087 if (*current_group < le16_to_cpu(map->layout_map_count) - 1) {
5090 (*current_group)++;
5094 *current_group = 0;
5096 } while (offload_to_mirror != *current_group);
5124 u32 first_group, last_group, current_group; local
5285 &map_index, &current_group);
5073 raid_map_helper(struct raid_map_data *map, int offload_to_mirror, u32 *map_index, u32 *current_group) argument

Completed in 171 milliseconds