Searched refs:queued (Results 101 - 109 of 109) sorted by relevance

12345

/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h216 int queued; member in struct:mt76_queue
H A Dmac80211.c874 if (q && q->queued)
/linux-master/include/linux/
H A Dkvm_host.h366 u32 queued; member in struct:kvm_vcpu::__anon682
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c2126 TX_STAT_INC(sc, txq->axq_qnum, queued);
2456 TX_STAT_INC(sc, txctl.txq->axq_qnum, queued);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c266 uint8_t queued = 0; local
292 if (!queued) {
293 queued = 1;
/linux-master/kernel/sched/
H A Drt.c153 /* We start is dequeued state, because no RT tasks are queued */
2136 * tasks queued on it (overloaded) needs to be notified that a CPU has opened
2137 * up that may be able to run one of its non-running queued RT tasks.
2148 * if its the only CPU with multiple RT tasks queued, and a large number
2588 static void task_tick_rt(struct rq *rq, struct task_struct *p, int queued) argument
H A Dsched.h439 * are queued on this cfs_rq, so a weight of a entity should not be
697 int curr; /* highest queued rt task prio */
1446 /* runqueue on which this entity is (to be) queued */
1811 * Don't (re)queue an already queued item; nor queue anything when
2297 void (*task_tick)(struct rq *rq, struct task_struct *p, int queued);
H A Dfair.c5503 entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued) argument
5518 * queued ticks are scheduled to match the slice, so don't bother
5521 if (queued) {
6032 /* Already queued for async unthrottle */
6445 * exist throttled cfs_rq(s), and the period_timer must have queued the
7553 * The assumption is that the wakee queued work for the
12610 static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued) argument
12617 entity_tick(cfs_rq, se, queued);
/linux-master/fs/f2fs/
H A Df2fs.h314 ktime_t queue_time; /* request queued time */
323 atomic_t queued_ckpt; /* # of queued ckpts */
370 unsigned char queued; /* queued discard */ member in struct:discard_cmd
426 atomic_t queued_discard; /* # of queued discard */
1039 atomic_t queued_flush; /* # of queued flushes */

Completed in 295 milliseconds

12345