Home
last modified time | relevance | path

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

/linux/fs/notify/
H A Dfsnotify.c430 iter_info->current_group = max_prio_group; in fsnotify_iter_select_report_types()
434 if (mark && mark->group == iter_info->current_group) { in fsnotify_iter_select_report_types()
464 * may need to advance a mark of type X that belongs to current_group in fsnotify_iter_next()
469 if (mark && mark->group == iter_info->current_group) in fsnotify_iter_next()
H A Dmark.c566 if (mark->group == iter_info->current_group) { in fsnotify_finish_user_wait()
/linux/include/linux/
H A Dfsnotify_backend.h500 struct fsnotify_group *current_group; in fsnotify_iter_mark()
480 struct fsnotify_group *current_group; global() member
/linux/drivers/scsi/
H A Dhpsa.c5060 int offload_to_mirror, u32 *map_index, u32 *current_group) in raid_map_helper() argument
5069 *current_group = *map_index / in raid_map_helper()
5071 if (offload_to_mirror == *current_group) in raid_map_helper()
5073 if (*current_group < le16_to_cpu(map->layout_map_count) - 1) { in raid_map_helper()
5076 (*current_group)++; in raid_map_helper()
5080 *current_group = 0; in raid_map_helper()
5082 } while (offload_to_mirror != *current_group); in raid_map_helper()
5110 u32 first_group, last_group, current_group; in hpsa_scsi_ioaccel_raid_map() local
5271 &map_index, &current_group); in hpsa_scsi_ioaccel_raid_map()