/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 in typeref:struct:event * 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 in typeref:typename:void 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/dev/pci/ |
if_iwmreg.h | 2458 * the FW was able to schedule the event or not. For fragment start/end 2589 * the FW was able to schedule the event or not. For fragment start/end 2726 /* The maximal number of fragments in the FW's schedule session */ 5010 * iwm_scan_schedule_lmac - schedule of scan offload 5150 * @schedule: two scheduling plans. The first one is finite, the second one can 5177 struct iwm_scan_schedule_lmac schedule[IWM_MAX_SCHED_SCAN_PLANS]; member in struct:iwm_scan_req_lmac 5184 * @last_schedule_line: last schedule line executed (fast or regular) 5469 * iwm_scan_offload_schedule - schedule of scan offload 5499 * @schedule_line: scan offload schedule, for fast and regular scan. 5538 * @last_schedule_line: last schedule line executed (fast or regular 5725 struct iwm_scan_umac_schedule schedule[IWM_MAX_SCHED_SCAN_PLANS]; member in struct:iwm_scan_req_umac_tail [all...] |