Searched refs:current_group (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/notify/ |
H A D | fsnotify.c | 416 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() 450 * may need to advance a mark of type X that belongs to current_group in fsnotify_iter_next() 455 if (mark && mark->group == iter_info->current_group) in fsnotify_iter_next()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fsnotify_backend.h | 402 struct fsnotify_group *current_group; member
|
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 2277 u32 current_group; in pqi_raid_bypass_submit_scsi_cmd() local 2406 current_group = map_index / data_disks_per_row; in pqi_raid_bypass_submit_scsi_cmd() 2408 if (offload_to_mirror != current_group) { in pqi_raid_bypass_submit_scsi_cmd() 2409 if (current_group < in pqi_raid_bypass_submit_scsi_cmd() 2416 current_group++; in pqi_raid_bypass_submit_scsi_cmd() 2423 current_group = 0; in pqi_raid_bypass_submit_scsi_cmd() 2426 } while (offload_to_mirror != current_group); in pqi_raid_bypass_submit_scsi_cmd()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 5078 int offload_to_mirror, u32 *map_index, u32 *current_group) in raid_map_helper() 5087 *current_group = *map_index / in raid_map_helper() 5089 if (offload_to_mirror == *current_group) in raid_map_helper() 5091 if (*current_group < le16_to_cpu(map->layout_map_count) - 1) { in raid_map_helper() 5094 (*current_group)++; in raid_map_helper() 5098 *current_group = 0; in raid_map_helper() 5100 } while (offload_to_mirror != *current_group); in raid_map_helper() 5128 u32 first_group, last_group, current_group; in hpsa_scsi_ioaccel_raid_map() local 5289 &map_index, ¤t_group); in hpsa_scsi_ioaccel_raid_map() 5077 raid_map_helper(struct raid_map_data *map, int offload_to_mirror, u32 *map_index, u32 *current_group) raid_map_helper() argument
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 5074 int offload_to_mirror, u32 *map_index, u32 *current_group) in raid_map_helper() 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, ¤t_group); in hpsa_scsi_ioaccel_raid_map() 5073 raid_map_helper(struct raid_map_data *map, int offload_to_mirror, u32 *map_index, u32 *current_group) raid_map_helper() argument
|
Completed in 34 milliseconds