Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 – 54 of 54) sorted by relevance

/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-class-rfkill10 This file is deprecated and scheduled to be removed in 2014,
28 This file is scheduled to be removed in 2012.
/linux-4.1.27/Documentation/powerpc/
Dpmu-ebb.txt43 user process. This means once an EBB event is scheduled on the PMU, no non-EBB
55 first will be scheduled and the other will be put in error state. See the
83 userspace is able to reliably determine which PMC the event is scheduled on.
94 guarantee that it has been scheduled on the PMU. To ensure that the EBB event
95 has been scheduled on the PMU, you must perform a read() on the event. If the
96 read() returns EOF, then the event has not been scheduled and EBBs are not
/linux-4.1.27/kernel/
Dworkqueue_internal.h33 struct list_head scheduled; /* L: scheduled works */ member
Dworkqueue.c1651 INIT_LIST_HEAD(&worker->scheduled); in alloc_worker()
1802 WARN_ON(!list_empty(&worker->scheduled)) || in destroy_worker()
2030 move_linked_works(work, &collision->scheduled, NULL); in process_one_work()
2133 while (!list_empty(&worker->scheduled)) { in process_scheduled_works()
2134 struct work_struct *work = list_first_entry(&worker->scheduled, in process_scheduled_works()
2190 WARN_ON_ONCE(!list_empty(&worker->scheduled)); in worker_thread()
2209 if (unlikely(!list_empty(&worker->scheduled))) in worker_thread()
2212 move_linked_works(work, &worker->scheduled, NULL); in worker_thread()
2258 struct list_head *scheduled = &rescuer->scheduled; in rescuer_thread() local
2304 WARN_ON_ONCE(!list_empty(scheduled)); in rescuer_thread()
[all …]
/linux-4.1.27/Documentation/ABI/removed/
Ddevfs2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18
Ddv13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
Draw13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
Dvideo13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
/linux-4.1.27/Documentation/vm/
Dactive_mm.txt46 anonymous process gets scheduled away, the borrowed address space is
58 gets scheduled away in favour of a real thread, the "zombie" mm gets
/linux-4.1.27/drivers/scsi/libsas/
Dsas_scsi_host.c449 int scheduled = 0, tries = 100; in sas_queue_reset() local
459 while (!scheduled && tries--) { in sas_queue_reset()
463 scheduled = 1; in sas_queue_reset()
476 if (scheduled) in sas_queue_reset()
/linux-4.1.27/Documentation/video4linux/
Dpxa_camera.txt151 - Videobuffer3 capture is not scheduled on DMA chain (as it stopped !!!)
165 and Videobuffer3 is scheduled on DMA chain.
Dsoc-camera.txt39 mx1_camera.c (broken, scheduled for removal), mx2_camera.c, mx3_camera.c,
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt49 scheduled using EDF[1] on these scheduling deadlines (the task with the
99 and cannot be scheduled until its scheduling deadline. The "replenishment
187 must be scheduled by setting:
274 runtime at each instance, and that is scheduled according to the urgency of
372 The above creates 2 threads. The first one, scheduled by SCHED_DEADLINE,
373 executes for 10ms every 100ms. The second one, scheduled at SCHED_FIFO
Dsched-domains.txt29 through scheduler_tick(). It raises a softirq after the next regularly scheduled
Dsched-rt-group.txt69 0.00015s. So this group can be scheduled with a period of 0.005s and a run time
/linux-4.1.27/drivers/rtc/
Dinterface.c354 time64_t now, scheduled; in __rtc_set_alarm() local
360 scheduled = rtc_tm_to_time64(&alarm->time); in __rtc_set_alarm()
367 if (scheduled <= now) in __rtc_set_alarm()
/linux-4.1.27/lib/
DKconfig.kmemcheck61 be scheduled. If the queue is full, new error reports will be
/linux-4.1.27/Documentation/
Dlockup-watchdogs.txt49 timestamp every time it is scheduled. If that timestamp is not updated
Dcputopology.txt77 online: CPUs that are online and being scheduled [cpu_online_mask]
Dworkqueue.txt157 functions are deprecated and scheduled for removal. alloc_workqueue()
165 resources, scheduled and executed.
368 1. Something beeing scheduled in rapid succession
Drtc.txt192 state until it's time to execute some scheduled tasks.
Dkmemcheck.txt134 emptied as soon as a tasklet may be scheduled. If the queue is full,
Ddevices.txt26 The symbol {2.6} means the allocation is obsolete and scheduled for
/linux-4.1.27/Documentation/block/
Dcfq-iosched.txt269 100ms each. If a REQ_NOIDLE request comes in, it will be scheduled
272 request comes in, again it will be scheduled after 1second. Repeat it
281 scheduled for another second. A process doing small fsync, will suffer
Dbiodoc.txt1022 unplugged (to open up the flow again), either through a scheduled task or
/linux-4.1.27/sound/
DKconfig48 /proc/devices. sound-slot/service-* module aliases are scheduled
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_verbs.c338 int *scheduled) in qib_post_one_send() argument
449 *scheduled = 1; in qib_post_one_send()
468 int scheduled = 0; in qib_post_send() local
471 err = qib_post_one_send(qp, wr, &scheduled); in qib_post_send()
479 if (!scheduled) in qib_post_send()
/linux-4.1.27/Documentation/usb/
Dehci.txt82 limits on the number of periodic transactions that can be scheduled,
210 transfers are fully scheduled, so the main issue is likely to be how
Derror-codes.txt41 the URB would be scheduled in have already expired.
Dproc_usb_info.txt152 The percentage is how much of the "reserved" bandwidth is scheduled by
Dpower-management.txt407 the device hasn't been idle for long enough, a timer is scheduled to
/linux-4.1.27/Documentation/networking/
Doperstates.txt109 scheduled to translate the flag combination to IFLA_OPERSTATE as
Dstmmac.txt55 scheduled to release the transmit resources.
63 Then the poll method will be scheduled at some future point.
/linux-4.1.27/Documentation/nfc/
Dnfc-hci.txt221 MSGTXWQ context will then be scheduled and invoke nfc_hci_msg_tx_work().
226 SMW context gets scheduled and invokes nfc_shdlc_sm_work(). This function
/linux-4.1.27/drivers/block/paride/
DTransition-notes2 If ps_tq is scheduled, ps_tq_active is 1. ps_tq_int() can be called
/linux-4.1.27/Documentation/power/
Druntime_pm.txt196 scheduled requests to execute the other callbacks for the same device,
197 except for scheduled autosuspends.
326 not yet expired then an autosuspend is scheduled for the appropriate time
353 hasn't been scheduled (or queued up if 'delay' is 0); if the execution of
354 ->runtime_suspend() is already scheduled and not yet expired, the new
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-system-cpu29 online: cpus that are online and being scheduled.
/linux-4.1.27/arch/x86/crypto/
Dsha512-ssse3-asm.S259 movdqa %xmm0, W_t(\rnd) # Store scheduled qwords
Dsha256-avx2-asm.S651 #### Do second block using previously scheduled results
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dentry.S409 ;; process due to a SEGV, scheduled due to a page blocking or
/linux-4.1.27/Documentation/timers/
Dhighres.txt216 evaluates the next scheduled timer event (from both hrtimers and the timer
/linux-4.1.27/tools/perf/
Ddesign.txt269 A counter group is scheduled onto the CPU as a unit, that is, it will
/linux-4.1.27/Documentation/scsi/
Dscsi_eh.txt116 After a timeout occurs a command abort is scheduled from
/linux-4.1.27/Documentation/trace/
Dftrace.txt25 a task is woken to the task is actually scheduled in.
522 the highest priority task to get scheduled after
845 scheduled out as part of the function call.
1497 and in the running state 'R'. The sleep task was scheduled in with
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt114 CPUs a task may be scheduled (sched_setaffinity) and on which Memory
158 displaying the task's cpus_allowed (on which CPUs it may be scheduled)
Dunified-hierarchy.txt92 command. Note that this is still under development and scheduled to
/linux-4.1.27/kernel/trace/
DKconfig222 to be scheduled in, starting from the point it has woken up.
/linux-4.1.27/Documentation/s390/
Dcds.txt340 or similar needs to be scheduled. During I/O processing the Linux/390 generic
/linux-4.1.27/Documentation/security/
Dcredentials.txt540 reference count reaches zero, the credentials will be scheduled for
/linux-4.1.27/net/sched/
DKconfig53 in turn scheduled by separate algorithms.
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt324 Check interval. When a task in D state did not get scheduled
/linux-4.1.27/net/netfilter/
DKconfig32 and is also scheduled to replace the old syslog-based ipt_LOG
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt319 Venus. The process P will be scheduled at some point and continues
Dproc.txt317 task_cpu which CPU the task is scheduled on