/netbsd-src/sys/external/bsd/drm2/dist/drm/scheduler/ |
H A D | sched_main.c | 77 static void drm_sched_rq_init(struct drm_gpu_scheduler *sched, in drm_sched_rq_init() 181 struct drm_gpu_scheduler *sched = entity->rq->sched; in drm_sched_dependency_optimized() local 203 static void drm_sched_start_timeout(struct drm_gpu_scheduler *sched) in drm_sched_start_timeout() 217 void drm_sched_fault(struct drm_gpu_scheduler *sched) in drm_sched_fault() 236 unsigned long drm_sched_suspend_timeout(struct drm_gpu_scheduler *sched) in drm_sched_suspend_timeout() 269 void drm_sched_resume_timeout(struct drm_gpu_scheduler *sched, in drm_sched_resume_timeout() 287 struct drm_gpu_scheduler *sched = s_job->sched; in drm_sched_job_begin() local 298 struct drm_gpu_scheduler *sched; in drm_sched_job_timedout() local 351 struct drm_gpu_scheduler *sched = bad->sched; in drm_sched_increase_karma() local 394 void drm_sched_stop(struct drm_gpu_scheduler *sched, struct drm_sched_job *bad) in drm_sched_stop() [all …]
|
H A D | sched_entity.c | 142 struct drm_gpu_scheduler *sched = entity->sched_list[i]; in drm_sched_entity_get_free_sched() local 173 struct drm_gpu_scheduler *sched; in drm_sched_entity_flush() local 298 struct drm_gpu_scheduler *sched = NULL; in drm_sched_entity_fini() local 406 struct drm_gpu_scheduler *sched = entity->rq->sched; in drm_sched_entity_add_dependency_cb() local 457 struct drm_gpu_scheduler *sched = entity->rq->sched; in drm_sched_entity_pop_job() local
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | schedule.h | 70 struct sched { struct 71 void (*func) __P((struct sched *)); /* callback on timeout */ argument 74 TAILQ_ENTRY(sched) chain; argument 92 void sched_schedule __P((struct sched *, time_t, argument
|
/netbsd-src/sys/opencrypto/ |
H A D | cryptosoft_xform.c | 398 null_setkey(u_int8_t **sched, const u_int8_t *key, int len) in null_setkey() 404 null_zerokey(u_int8_t **sched) in null_zerokey() 428 des1_setkey(u_int8_t **sched, const u_int8_t *key, int len) in des1_setkey() 442 des1_zerokey(u_int8_t **sched) in des1_zerokey() 468 des3_setkey(u_int8_t **sched, const u_int8_t *key, int len) in des3_setkey() 484 des3_zerokey(u_int8_t **sched) in des3_zerokey() 506 blf_setkey(u_int8_t **sched, const u_int8_t *key, int len) in blf_setkey() 518 blf_zerokey(u_int8_t **sched) in blf_zerokey() 538 cast5_setkey(u_int8_t **sched, const u_int8_t *key, int len) in cast5_setkey() 550 cast5_zerokey(u_int8_t **sched) in cast5_zerokey() [all …]
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_schedule.c | 93 __isl_give isl_schedule *isl_schedule_copy(__isl_keep isl_schedule *sched) in isl_schedule_copy() 121 __isl_null isl_schedule *isl_schedule_free(__isl_take isl_schedule *sched) in isl_schedule_free() 248 __isl_keep isl_schedule *sched, in isl_schedule_foreach_schedule_node_top_down() 457 __isl_give isl_union_map *isl_schedule_get_map(__isl_keep isl_schedule *sched) in isl_schedule_get_map()
|
H A D | isl_scheduler.h | 76 isl_mat *sched; member
|
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/ |
H A D | oenc_read.c | 86 int des_enc_read(int fd, void *buf, int len, des_key_schedule sched, in des_enc_read()
|
H A D | oenc_writ.c | 79 des_key_schedule sched, des_cblock *iv) in des_enc_write()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/ |
H A D | oenc_writ.c | 79 des_key_schedule sched, des_cblock *iv) in des_enc_write()
|
H A D | oenc_read.c | 86 int des_enc_read(int fd, void *buf, int len, des_key_schedule sched, in des_enc_read()
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | kerberos4-client.c | 31 static Key_schedule sched; variable
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | gpu_scheduler.h | 126 struct drm_gpu_scheduler *sched; member 163 struct drm_gpu_scheduler *sched; member 198 struct drm_gpu_scheduler *sched; member
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | loop_ull.c | 42 gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched, in gomp_loop_ull_init() 203 gomp_adjust_sched (long sched, gomp_ull *chunk_size) in gomp_adjust_sched() 246 gomp_ull incr, long sched, gomp_ull chunk_size, in GOMP_loop_ull_start() 418 gomp_ull incr, long sched, gomp_ull chunk_size, in GOMP_loop_ull_ordered_start() 602 long sched, gomp_ull chunk_size, in GOMP_loop_ull_doacross_start()
|
H A D | loop.c | 205 gomp_adjust_sched (long sched, long *chunk_size) in gomp_adjust_sched() 247 GOMP_loop_start (long start, long end, long incr, long sched, in GOMP_loop_start() 416 GOMP_loop_ordered_start (long start, long end, long incr, long sched, in GOMP_loop_ordered_start() 596 GOMP_loop_doacross_start (unsigned ncounts, long *counts, long sched, in GOMP_loop_doacross_start() 792 long incr, enum gomp_schedule_type sched, in gomp_parallel_loop_start()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | loop_ull.c | 42 gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched, in gomp_loop_ull_init() 203 gomp_adjust_sched (long sched, gomp_ull *chunk_size) in gomp_adjust_sched() 246 gomp_ull incr, long sched, gomp_ull chunk_size, in GOMP_loop_ull_start() 415 gomp_ull incr, long sched, gomp_ull chunk_size, in GOMP_loop_ull_ordered_start() 599 long sched, gomp_ull chunk_size, in GOMP_loop_ull_doacross_start()
|
H A D | loop.c | 205 gomp_adjust_sched (long sched, long *chunk_size) in gomp_adjust_sched() 247 GOMP_loop_start (long start, long end, long incr, long sched, in GOMP_loop_start() 413 GOMP_loop_ordered_start (long start, long end, long incr, long sched, in GOMP_loop_ordered_start() 593 GOMP_loop_doacross_start (unsigned ncounts, long *counts, long sched, in GOMP_loop_doacross_start() 789 long incr, enum gomp_schedule_type sched, in gomp_parallel_loop_start()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_job.c | 257 void amdgpu_job_stop_all_jobs_on_sched(struct drm_gpu_scheduler *sched) in amdgpu_job_stop_all_jobs_on_sched()
|
H A D | amdgpu_debugfs.c | 1101 static void amdgpu_ib_preempt_job_recovery(struct drm_gpu_scheduler *sched) in amdgpu_ib_preempt_job_recovery() 1121 struct drm_gpu_scheduler *sched = &ring->sched; in amdgpu_ib_preempt_mark_partial_job() local
|
H A D | amdgpu_ctx.c | 74 struct drm_gpu_scheduler **scheds = NULL, *sched = NULL; in amdgpu_ctx_init_entity() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
H A D | i915_gem_context_types.h | 144 struct i915_sched_attr sched; member
|
/netbsd-src/tests/lib/librt/ |
H A D | t_sched.c | 112 struct sched_param sched; in sched_priority_set() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
H A D | intel_engine_user.c | 149 u8 sched; in set_scheduler_caps() member
|
/netbsd-src/usr.sbin/mrouted/ |
H A D | main.c | 108 struct timeval sched, *svp = &sched, now, *nvp = &now; in main() local
|
/netbsd-src/sys/dev/pci/cxgb/ |
H A D | cxgb_ioctl.h | 118 uint8_t sched; member 127 uint8_t sched; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_request.h | 227 struct i915_sched_node sched; member
|