Searched refs:dequeued (Results 1 - 5 of 5) sorted by last modified time

/linux-master/tools/include/uapi/linux/
H A Dkvm.h351 __u8 dequeued; member in struct:kvm_run::__anon162::__anon182
/linux-master/include/uapi/linux/
H A Dkvm.h351 __u8 dequeued; member in struct:kvm_run::__anon894::__anon914
/linux-master/arch/s390/kvm/
H A Dpriv.c560 * We indicate whether we dequeued a pending I/O interrupt
567 vcpu->run->s390_tsch.dequeued = !!inti;
/linux-master/kernel/sched/
H A Dfair.c4778 * Synchronize entity load avg of dequeued entity without locking
4885 unsigned int ewma, dequeued, last_ewma_diff; local
4908 dequeued = task_util(p);
4914 if (ewma <= dequeued) {
4915 ewma = dequeued;
4923 last_ewma_diff = ewma - dequeued;
4931 if (dequeued > arch_scale_cpu_capacity(cpu_of(rq_of(cfs_rq))))
4938 if ((dequeued + UTIL_EST_MARGIN) < task_runnable(p))
/linux-master/net/sunrpc/
H A Dcache.c1088 struct list_head dequeued; local
1090 INIT_LIST_HEAD(&dequeued);
1102 list_move(&cr->q.list, &dequeued);
1105 while (!list_empty(&dequeued)) {
1106 cr = list_entry(dequeued.next, struct cache_request, q.list);

Completed in 176 milliseconds