Searched refs:schedule (Results 226 - 250 of 451) sorted by relevance

1234567891011>>

/linux-master/arch/alpha/kernel/
H A Dentry.S558 jsr $26, schedule
/linux-master/drivers/base/power/
H A Dwakeup.c984 schedule();
/linux-master/drivers/bluetooth/
H A Dbtmrvl_main.c607 schedule();
/linux-master/net/netfilter/ipvs/
H A Dip_vs_lblcr.c680 /* The cache entry is invalid, time to schedule */
695 /* No cache entry, time to schedule */
728 .schedule = ip_vs_lblcr_schedule,
/linux-master/arch/loongarch/kvm/
H A Dmmu.c836 schedule();
/linux-master/ipc/
H A Dmsg.c916 schedule();
1198 schedule();
/linux-master/drivers/block/drbd/
H A Ddrbd_req.c121 * and postpone, or schedule for retry, a write,
966 /* Handle the first found overlap. After the schedule
977 schedule();
1540 schedule();
/linux-master/drivers/crypto/
H A Dmxs-dcp.c424 schedule();
754 schedule();
/linux-master/kernel/time/
H A Dtimer.c1152 * We are trying to schedule the timer on the new base.
1740 * schedule work and work can arm the timer. On shutdown the workqueue must
2534 * Specifying a @timeout value of %MAX_SCHEDULE_TIMEOUT will schedule
2557 schedule();
2581 schedule();
2596 * schedule() unconditionally.
/linux-master/net/netrom/
H A Daf_netrom.c749 schedule();
814 schedule();
/linux-master/net/sunrpc/
H A Dsvc_xprt.c739 schedule();
751 schedule();
/linux-master/drivers/net/usb/
H A Dr8152.c880 struct delayed_work schedule, hw_phy_work; member in struct:r8152
1891 schedule_delayed_work(&tp->schedule, 1);
1999 schedule_delayed_work(&tp->schedule, 0);
2005 schedule_delayed_work(&tp->schedule, 0);
2566 * next bulk transfer until next schedule, if budget is
2702 /* Splice the remained list back to rx_done for next schedule */
2862 schedule_delayed_work(&tp->schedule, 0);
2943 schedule_delayed_work(&tp->schedule, 0);
6840 struct r8152 *tp = container_of(work, struct r8152, schedule.work);
6855 schedule_delayed_work(&tp->schedule,
[all...]
/linux-master/kernel/
H A Dsignal.c868 * ptrace_trap_notify - schedule trap to notify ptracer
2258 * signals here to prevent ptrace_stop sleeping in schedule.
2331 * this task wait in schedule(). If this task gets preempted then it
2334 * gets scheduled, enters schedule() and will wait for the ptracer.
2339 * will be no preemption between unlock and schedule() and so
2358 schedule();
2525 schedule();
2596 * pending traps. Clear TIF_SIGPENDING to not get out of schedule()
2604 schedule();
4683 schedule();
[all...]
H A Dexit.c438 schedule();
1635 schedule();
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h2822 /* Flag to schedule the traffic type */
2826 u8 schedule:1; member in struct:wcn36xx_hal_ts_info_sch
2828 u8 schedule:1;
2836 struct wcn36xx_hal_ts_info_sch schedule; member in struct:wcn36xx_hal_ts_info
/linux-master/fs/jbd2/
H A Djournal.c237 schedule();
739 schedule();
3054 schedule();
/linux-master/drivers/comedi/
H A Dcomedi_fops.c1581 schedule();
2532 schedule();
2666 schedule();
/linux-master/arch/xtensa/kernel/
H A Dentry.S531 abi_call schedule # void schedule (void)
/linux-master/drivers/char/ipmi/
H A Dipmi_si_intf.c1012 schedule();
1021 schedule();
/linux-master/drivers/misc/cxl/
H A Dpci.c1120 schedule();
1839 schedule();
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_cm.c387 void siw_qp_cm_drop(struct siw_qp *qp, int schedule) argument
397 if (schedule) {
/linux-master/fs/
H A Dinode.c2246 schedule();
2402 schedule();
/linux-master/fs/jfs/
H A Djfs_logmgr.c1564 schedule();
2331 schedule();
/linux-master/drivers/s390/crypto/
H A Dap_bus.c504 schedule();
510 schedule();
2255 * schedule work into the system long wq which when
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c929 if (engine->sched_engine->schedule && arg->flags & TEST_PRIORITY) {
934 engine->sched_engine->schedule(rq[idx], &attr);

Completed in 399 milliseconds

1234567891011>>