| /linux/net/mptcp/ |
| H A D | sched.c | 163 bool scheduled) in mptcp_sched_get_send() 165 WRITE_ONCE(subflow->scheduled, scheduled); in mptcp_sched_get_send() 186 if (READ_ONCE(subflow->scheduled)) in mptcp_sched_get_retrans() 206 if (READ_ONCE(subflow->scheduled)) in mptcp_sched_get_retrans() 152 mptcp_subflow_set_scheduled(struct mptcp_subflow_context * subflow,bool scheduled) mptcp_subflow_set_scheduled() argument
|
| /linux/tools/testing/selftests/rseq/ |
| H A D | slice_test.c | 162 unsigned long success = 0, yielded = 0, scheduled = 0, raced = 0; in TEST_F() local 207 scheduled++; in TEST_F() 217 printf("# Scheduled %12ld\n", scheduled); in TEST_F()
|
| /linux/Documentation/arch/powerpc/ |
| H A D | pmu-ebb.rst | 44 user process. This means once an EBB event is scheduled on the PMU, no non-EBB 56 first will be scheduled and the other will be put in error state. See the 84 userspace is able to reliably determine which PMC the event is scheduled on. 95 guarantee that it has been scheduled on the PMU. To ensure that the EBB event 96 has been scheduled on the PMU, you must perform a read() on the event. If the 97 read() returns EOF, then the event has not been scheduled and EBBs are not
|
| /linux/net/sctp/ |
| H A D | stream_sched_prio.c | 105 bool scheduled = false; in sctp_sched_prio_unsched() local 111 scheduled = true; in sctp_sched_prio_unsched() 127 return scheduled; in sctp_sched_prio_unsched()
|
| /linux/arch/s390/pci/ |
| H A D | pci_irq.c | 201 atomic_t scheduled; member 207 atomic_t *scheduled = data; in zpci_handle_remote_irq() local 211 } while (atomic_dec_return(scheduled)); in zpci_handle_remote_irq() 234 if (atomic_inc_return(&cpu_data->scheduled) > 1) in zpci_handle_fallback_irq() 237 INIT_CSD(&cpu_data->csd, zpci_handle_remote_irq, &cpu_data->scheduled); in zpci_handle_fallback_irq()
|
| /linux/kernel/ |
| H A D | workqueue_internal.h | 43 struct list_head scheduled; /* L: scheduled works */ member
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | l1d_flush.rst | 35 performed when the task is scheduled out and the incoming task belongs to a 68 requested L1D flushing is scheduled on a SMT-enabled core the kernel sends
|
| H A D | core-scheduling.rst | 35 Using this feature, userspace defines groups of tasks that can be co-scheduled 122 tasks selected to be scheduled are of the highest priority in a core. However, 128 by the scheduler (idle thread is scheduled to run). 224 - Gang scheduling: Requirements for a group of tasks that needs to be scheduled
|
| /linux/Documentation/ABI/removed/ |
| H A D | devfs | 2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18
|
| H A D | raw1394 | 2 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
|
| H A D | dv1394 | 2 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
|
| H A D | video1394 | 2 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | rc.h | 53 u8 *prev_ack, bool *scheduled);
|
| /linux/Documentation/userspace-api/ |
| H A D | rseq.rst | 70 interrupted and was scheduled out or before delivering a signal in 85 before they return to user space. All threads which are scheduled 91 consequence of the interrupt. All threads which are scheduled out 123 scheduled out inside of the critical section.
|
| /linux/drivers/rtc/ |
| H A D | interface.c | 453 time64_t now, scheduled; in __rtc_set_alarm() local 460 scheduled = rtc_tm_to_time64(&alarm->time); in __rtc_set_alarm() 468 if (scheduled <= now) in __rtc_set_alarm() 500 if (!err && (scheduled - now) <= 1) { in __rtc_set_alarm() 505 if (scheduled <= now) in __rtc_set_alarm()
|
| /linux/kernel/time/ |
| H A D | posix-cpu-timers.c | 1252 p->posix_cputimers_work.scheduled = false; in clear_posix_cputimers_work() 1272 return tsk->posix_cputimers_work.scheduled; in posix_cpu_timers_work_scheduled() 1277 if (WARN_ON_ONCE(tsk->posix_cputimers_work.scheduled)) in __run_posix_cpu_timers() 1281 tsk->posix_cputimers_work.scheduled = true; in __run_posix_cpu_timers() 1296 tsk->posix_cputimers_work.scheduled = false; in posix_cpu_timers_enable_work() 1317 tsk->posix_cputimers_work.scheduled = false; in posix_cpu_timers_enable_work()
|
| /linux/Documentation/mm/ |
| H A D | active_mm.rst | 58 anonymous process gets scheduled away, the borrowed address space is 70 gets scheduled away in favour of a real thread, the "zombie" mm gets
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | pxa_camera.rst | 170 - Videobuffer3 capture is not scheduled on DMA chain (as it stopped !!!) 186 and Videobuffer3 is scheduled on DMA chain.
|
| /linux/drivers/soc/fsl/qbman/ |
| H A D | Kconfig | 65 across a series of FQs scheduled to different portals (and cpus), with
|
| /linux/Documentation/arch/x86/ |
| H A D | amd-hfi.rst | 50 classification and a preference where a given thread should be scheduled 102 1. A thread is spawned and scheduled to the ideal core using the default
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ctx.c | 179 if (!test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &s_fence->scheduled.flags)) in amdgpu_ctx_fence_time() 184 return ktime_sub(ktime_get(), s_fence->scheduled.timestamp); in amdgpu_ctx_fence_time() 187 s_fence->scheduled.timestamp); in amdgpu_ctx_fence_time()
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 50 treated as ``SCHED_NORMAL`` and scheduled by the fair-class scheduler until the 55 ``SCHED_EXT`` tasks are scheduled by sched_ext. 58 set in ``ops->flags``, only tasks with the ``SCHED_EXT`` policy are scheduled 60 ``SCHED_IDLE`` policies are scheduled by the fair-class scheduler which has 281 The following briefly shows how a waking task is scheduled and executed. 550 all others are scheduled in user space by a simple vruntime scheduler.
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_scsi_host.c | 394 int scheduled = 0, tries = 100; in sas_queue_reset() local 402 while (!scheduled && tries--) { in sas_queue_reset() 406 scheduled = 1; in sas_queue_reset() 416 if (scheduled) in sas_queue_reset()
|
| /linux/sound/ |
| H A D | Kconfig | 31 /proc/devices. sound-slot/service-* module aliases are scheduled
|
| /linux/net/batman-adv/ |
| H A D | bat_iv_ogm.c | 906 bool scheduled; in batadv_iv_ogm_schedule_buff() local 957 scheduled = batadv_iv_ogm_queue_add(bat_priv, ogm_buff->buf, ogm_buff->len, in batadv_iv_ogm_schedule_buff() 959 if (!scheduled) in batadv_iv_ogm_schedule_buff() 973 scheduled = batadv_iv_ogm_queue_add(bat_priv, ogm_buff->buf, in batadv_iv_ogm_schedule_buff() 978 if (!scheduled && tmp_hard_iface == hard_iface) in batadv_iv_ogm_schedule_buff()
|