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

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.h1049 uint8_t sg_status; member in struct:ahd_completion
H A Daic79xx_core.c1651 * the queue. We use the sg_status field in the completion
1653 * occurred with no errors and no residual. sg_status is
1682 } else if ((completion->sg_status & SG_STATUS_VALID) != 0) {
/linux-master/kernel/sched/
H A Dfair.c9888 * @sg_status: Holds flag indicating the status of the sched_group
9894 int *sg_status)
9915 *sg_status |= SG_OVERLOAD;
9918 *sg_status |= SG_OVERUTILIZED;
9940 *sg_status |= SG_OVERLOAD;
10567 int sg_status = 0; local
10583 update_sg_lb_stats(env, sds, sg, sgs, &sg_status);
10614 WRITE_ONCE(rd->overload, sg_status & SG_OVERLOAD);
10617 WRITE_ONCE(rd->overutilized, sg_status & SG_OVERUTILIZED);
10618 trace_sched_overutilized_tp(rd, sg_status
9890 update_sg_lb_stats(struct lb_env *env, struct sd_lb_stats *sds, struct sched_group *group, struct sg_lb_stats *sgs, int *sg_status) argument
[all...]

Completed in 214 milliseconds