HomeSort by: relevance | last modified time | path
    Searched defs:schedule (Results 1 - 5 of 5) sorted by relevancy

  /src/games/trek/
schedule.c 1 /* $NetBSD: schedule.c,v 1.12 2022/05/22 11:27:33 andvar Exp $ */
35 static char sccsid[] = "@(#)schedule.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: schedule.c,v 1.12 2022/05/22 11:27:33 andvar Exp $");
48 ** SCHEDULE AN EVENT
58 schedule(int type, double offset, int x, int y, int z) function
72 printf("schedule: type %d @ %.2f "
84 errx(1, "Cannot schedule event %d parm %d %d %d", type, x, y, z);
140 ** Abbreviated schedule routine
154 return (schedule(ev, when, x, y, z));
  /src/lib/librumpuser/
rumpfiber.c 139 schedule(void) function
283 schedule();
292 /* Schedule will free the resources */
294 schedule();
295 printk("schedule() returned! Trying again\n");
314 schedule();
331 schedule();
340 schedule();
356 schedule();
606 schedule();
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_types.h 469 void (*schedule)(struct i915_request *request, member in struct:intel_engine_cs
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
sysctl.h 563 * This structure is used to pass a new ARINC653 schedule from a
567 /* major_frame holds the time for the new schedule's major frame
573 /* The sched_entries array holds the actual schedule entries. */
578 * this schedule entry applies to. It should be set to 0 if
624 XEN_GUEST_HANDLE_64(xen_sysctl_arinc653_schedule_t) schedule; member in struct:xen_sysctl_scheduler_op::__anon6663::xen_sysctl_sched_arinc653
  /src/sys/dev/pci/
if_iwmreg.h 2637 * the FW was able to schedule the event or not. For fragment start/end
2768 * the FW was able to schedule the event or not. For fragment start/end
2927 /* The maximal number of fragments in the FW's schedule session */
5326 * iwm_scan_schedule_lmac - schedule of scan offload
5479 * @schedule: two scheduling plans. The first one is finite, the second one can
5506 struct iwm_scan_schedule_lmac schedule[IWM_MAX_SCHED_SCAN_PLANS]; member in struct:iwm_scan_req_lmac
5513 * @last_schedule_line: last schedule line executed (fast or regular)
5798 * iwm_scan_offload_schedule - schedule of scan offload
5828 * @schedule_line: scan offload schedule, for fast and regular scan.
5867 * @last_schedule_line: last schedule line executed (fast or regular
6074 struct iwm_scan_umac_schedule schedule[IWM_MAX_SCHED_SCAN_PLANS]; member in struct:iwm_scan_req_umac_tail_v1
6093 struct iwm_scan_umac_schedule schedule[IWM_MAX_SCHED_SCAN_PLANS]; member in struct:iwm_scan_req_umac_tail_v2
    [all...]

Completed in 90 milliseconds