Searched refs:sched (Results 101 - 125 of 3444) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dloop3.c3 #include <linux/sched.h>
/linux-master/include/linux/sched/
H A Ddeadline.h11 #include <linux/sched.h>
/linux-master/fs/nfs/
H A Dnfs.h12 #include <linux/sunrpc/sched.h>
/linux-master/security/apparmor/include/
H A Dresource.h15 #include <linux/sched.h>
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_exec_queue_types.h23 /** @sched: GPU scheduler for this xe_exec_queue */
24 struct xe_gpu_scheduler sched; member in struct:xe_guc_exec_queue
/linux-master/arch/riscv/include/asm/
H A Dstacktrace.h6 #include <linux/sched.h>
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dchannel.c261 if (likely(sc->sched.channel_switch_time))
263 usecs_to_jiffies(sc->sched.channel_switch_time);
311 ictx->flush_timeout = usecs_to_jiffies(sc->sched.channel_switch_time);
382 mod_timer(&sc->sched.timer, jiffies + timeout);
399 if (ctx->active && sc->sched.extend_absence) {
401 sc->sched.extend_absence = false;
408 if (ctx->active && sc->sched.beacon_miss >= 2) {
410 sc->sched.extend_absence = true;
423 avp->offchannel_duration = sc->sched.offchannel_duration;
451 if (sc->sched
[all...]
/linux-master/arch/openrisc/kernel/
H A Dstacktrace.c14 #include <linux/sched.h>
15 #include <linux/sched/debug.h>
16 #include <linux/sched/task_stack.h>
/linux-master/arch/sh/kernel/cpu/
H A Dfpu.c2 #include <linux/sched/signal.h>
3 #include <linux/sched/task.h>
4 #include <linux/sched/task_stack.h>
/linux-master/arch/um/kernel/
H A Dsysrq.c10 #include <linux/sched.h>
11 #include <linux/sched/debug.h>
12 #include <linux/sched/task_stack.h>
H A Dexec.c10 #include <linux/sched/mm.h>
11 #include <linux/sched/task.h>
12 #include <linux/sched/task_stack.h>
/linux-master/drivers/cpuidle/
H A Dpoll_state.c7 #include <linux/sched.h>
8 #include <linux/sched/clock.h>
9 #include <linux/sched/idle.h>
/linux-master/drivers/gpu/drm/scheduler/
H A Dgpu_scheduler_trace.h41 __string(name, sched_job->sched->name)
51 __assign_str(name, sched_job->sched->name);
54 &sched_job->sched->credit_count);
89 __string(name, sched_job->sched->name)
97 __assign_str(name, sched_job->sched->name);
H A Dsched_entity.c44 * @num_sched_list: number of drm sched in sched_list
119 * drm_sched_entity_modify_sched - Modify sched of an entity
123 * @num_sched_list: number of drm sched in sched_list
192 job->sched->ops->free_job(job);
283 struct drm_gpu_scheduler *sched; local
290 sched = entity->rq->sched;
298 sched->job_scheduled,
302 wait_event_killable(sched->job_scheduled,
383 drm_sched_wakeup(entity->rq->sched, entit
409 struct drm_gpu_scheduler *sched = entity->rq->sched; local
531 struct drm_gpu_scheduler *sched; local
[all...]
/linux-master/tools/perf/tests/shell/
H A Dlock_contention.sh47 perf lock record -o ${perfdata} -- perf bench sched messaging > /dev/null 2>&1
67 perf lock con -a -b -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result}
78 perf lock record -o- -- perf bench sched messaging 2> /dev/null | \
102 perf lock con -a -b -t -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result}
125 perf lock con -a -b -l -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result}
143 perf lock con -a -b -g -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result}
165 perf lock con -a -b -Y spinlock -q -- perf bench sched messaging > /dev/null 2> ${result}
197 perf lock con -a -b -L tasklist_lock -q -- perf bench sched messaging > /dev/null 2> ${result}
225 perf lock con -a -b -S unix_stream -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result}
253 perf lock con -a -b -t -S unix_stream -E 1 -q -- perf bench sched messagin
[all...]
/linux-master/crypto/
H A Dfcrypt.c54 __be32 sched[ROUNDS]; member in struct:fcrypt_ctx
223 #define F_ENCRYPT(R, L, sched) \
226 u.l = sched ^ R; \
242 F_ENCRYPT(X.r, X.l, ctx->sched[0x0]);
243 F_ENCRYPT(X.l, X.r, ctx->sched[0x1]);
244 F_ENCRYPT(X.r, X.l, ctx->sched[0x2]);
245 F_ENCRYPT(X.l, X.r, ctx->sched[0x3]);
246 F_ENCRYPT(X.r, X.l, ctx->sched[0x4]);
247 F_ENCRYPT(X.l, X.r, ctx->sched[0x5]);
248 F_ENCRYPT(X.r, X.l, ctx->sched[
[all...]
/linux-master/arch/mips/kernel/
H A Dstacktrace.c7 #include <linux/sched.h>
8 #include <linux/sched/debug.h>
9 #include <linux/sched/task_stack.h>
/linux-master/arch/x86/kernel/
H A Dstacktrace.c6 #include <linux/sched.h>
7 #include <linux/sched/debug.h>
8 #include <linux/sched/task_stack.h>
/linux-master/arch/csky/kernel/
H A Dprocess.c5 #include <linux/sched.h>
6 #include <linux/sched/task_stack.h>
7 #include <linux/sched/debug.h>
/linux-master/kernel/
H A Dvhost_task.c7 #include <linux/sched/task.h>
8 #include <linux/sched/vhost_task.h>
9 #include <linux/sched/signal.h>
/linux-master/arch/mips/sgi-ip27/
H A Dip27-berr.c13 #include <linux/sched.h> /* schow_regs(), force_sig() */
14 #include <linux/sched/debug.h>
15 #include <linux/sched/signal.h>
/linux-master/arch/alpha/lib/
H A Dudelay.c9 #include <linux/sched.h> /* for udelay's use of smp_processor_id */
/linux-master/arch/sh/boards/mach-dreamcast/
H A Dsetup.c17 #include <linux/sched.h>
/linux-master/drivers/mtd/tests/
H A Dmtd_test.h3 #include <linux/sched/signal.h>
/linux-master/arch/sparc/prom/
H A Dconsole_64.c11 #include <linux/sched.h>

Completed in 203 milliseconds

1234567891011>>