Searched refs:schedule (Results 26 - 50 of 451) sorted by relevance

1234567891011>>

/linux-master/kernel/power/
H A Dprocess.c210 schedule();
231 schedule();
/linux-master/fs/
H A Dfs_pin.c57 schedule();
/linux-master/kernel/
H A Dvhost_task.c57 schedule();
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sed.c122 .schedule = ip_vs_sed_schedule,
H A Dip_vs_rr.c109 .schedule = ip_vs_rr_schedule,
H A Dip_vs_twos.c123 .schedule = ip_vs_twos_schedule,
/linux-master/samples/ftrace/
H A Dftrace-direct-multi-modify.c264 ftrace_set_filter_ip(&direct, (unsigned long) schedule, 0, 0);
H A Dftrace-direct-modify.c25 static unsigned long my_ip = (unsigned long)schedule;
/linux-master/drivers/acpi/arm64/
H A Dagdi.c78 schedule();
/linux-master/include/linux/
H A Dwait_bit.h89 * io_schedule() instead of schedule() for the actual waiting.
195 * to wait_on_bit(), but calls io_schedule() instead of schedule()
271 schedule())
283 schedule())
310 schedule())
/linux-master/kernel/trace/
H A Dring_buffer_benchmark.c225 schedule();
377 schedule();
393 schedule();
/linux-master/drivers/char/
H A Dnwbutton.c173 schedule();
/linux-master/fs/jffs2/
H A Dbackground.c99 schedule();
/linux-master/arch/hexagon/kernel/
H A Dprocess.c166 schedule();
/linux-master/fs/netfs/
H A Dlocking.c36 schedule();
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dutil.c126 schedule();
/linux-master/fs/dlm/
H A Drequestqueue.c100 schedule();
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek.c1545 const struct tc_taprio_qopt_offload *schedule)
1550 u32 max_sdu = schedule->max_sdu[tc] + VLAN_ETH_HLEN - ETH_FCS_LEN;
1553 if (!schedule->max_sdu[tc])
1584 const struct tc_taprio_qopt_offload *schedule)
1589 cur = initial = &schedule->entries[0];
1592 for (i = 1; i <= schedule->num_entries; ++i) {
1596 if (i == schedule->num_entries)
1605 if (i == schedule->num_entries)
1631 const struct tc_taprio_qopt_offload *schedule)
1633 u32 cycle_time = schedule
1544 hellcreek_setup_maxsdu(struct hellcreek *hellcreek, int port, const struct tc_taprio_qopt_offload *schedule) argument
1583 hellcreek_setup_gcl(struct hellcreek *hellcreek, int port, const struct tc_taprio_qopt_offload *schedule) argument
1630 hellcreek_set_cycle_time(struct hellcreek *hellcreek, const struct tc_taprio_qopt_offload *schedule) argument
1836 hellcreek_validate_schedule(struct hellcreek *hellcreek, struct tc_taprio_qopt_offload *schedule) argument
[all...]
/linux-master/fs/bcachefs/
H A Dclock.c89 schedule();
120 schedule();
/linux-master/drivers/misc/lkdtm/
H A Dheap.c205 schedule();
211 schedule();
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase.c191 static void mov_0_gs(unsigned long initial_base, bool schedule) argument
195 printf("[RUN]\tARCH_SET_GS to 0x%lx then mov 0 to %%gs%s\n", initial_base, schedule ? " and schedule " : "");
199 if (schedule)
375 printf("[RUN]\tARCH_SET_GS(0x%lx)%s, then schedule to 0x%lx\n",
378 printf("\tBefore schedule, set selector to 0x%hx\n", force_sel);
/linux-master/arch/m68k/kernel/
H A Dentry.S165 jmp schedule
238 jra schedule
262 jra schedule
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c31 schedule();
/linux-master/sound/firewire/oxfw/
H A Doxfw-hwdep.c30 schedule();
/linux-master/sound/firewire/dice/
H A Ddice-hwdep.c23 schedule();

Completed in 258 milliseconds

1234567891011>>