/dflybsd-src/sys/dev/drm/amd/amdgpu/ |
H A D | amdgpu_job.c | 34 struct amdgpu_job *job = to_amdgpu_job(s_job); in amdgpu_job_timedout() local 44 struct amdgpu_job **job, struct amdgpu_vm *vm) in amdgpu_job_alloc() 75 struct amdgpu_job **job) in amdgpu_job_alloc_with_ib() 92 void amdgpu_job_free_resources(struct amdgpu_job *job) in amdgpu_job_free_resources() 108 struct amdgpu_job *job = to_amdgpu_job(s_job); in amdgpu_job_free_cb() local 117 void amdgpu_job_free(struct amdgpu_job *job) in amdgpu_job_free() 127 int amdgpu_job_submit(struct amdgpu_job *job, struct drm_sched_entity *entity, in amdgpu_job_submit() 153 int amdgpu_job_submit_direct(struct amdgpu_job *job, struct amdgpu_ring *ring, in amdgpu_job_submit_direct() 172 struct amdgpu_job *job = to_amdgpu_job(sched_job); in amdgpu_job_dependency() local 205 struct amdgpu_job *job; in amdgpu_job_run() local
|
H A D | amdgpu_vcn.c | 291 struct amdgpu_job *job; in amdgpu_vcn_dec_send_msg() local 472 struct amdgpu_job *job; in amdgpu_vcn_enc_get_create_msg() local 524 struct amdgpu_job *job; in amdgpu_vcn_enc_get_destroy_msg() local 648 struct amdgpu_job *job; in amdgpu_vcn_jpeg_set_reg() local
|
H A D | amdgpu_ids.c | 273 struct amdgpu_job *job, in amdgpu_vmid_grab_reserved() 338 struct amdgpu_job *job, in amdgpu_vmid_grab_used() 408 struct amdgpu_job *job) in amdgpu_vmid_grab()
|
H A D | amdgpu_trace.h | 44 #define trace_amdgpu_vm_grab_id(vm, ring_idx, job) argument 54 #define trace_amdgpu_sched_run_job(job) argument
|
H A D | amdgpu_ib.c | 119 struct amdgpu_ib *ibs, struct amdgpu_job *job, in amdgpu_ib_schedule()
|
H A D | amdgpu_vm.c | 434 struct amdgpu_job *job; in amdgpu_vm_clear_bo() local 716 struct amdgpu_job *job) in amdgpu_vm_need_pipeline_sync() 754 int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync) in amdgpu_vm_flush() 1117 struct amdgpu_job *job; in amdgpu_vm_update_directories() local 1452 struct amdgpu_job *job; in amdgpu_vm_bo_update_mapping() local
|
H A D | amdgpu_vce.c | 435 struct amdgpu_job *job; in amdgpu_vce_get_create_msg() local 514 struct amdgpu_job *job; in amdgpu_vce_get_destroy_msg() local
|
H A D | uvd_v6_0.c | 221 struct amdgpu_job *job; in uvd_v6_0_enc_get_create_msg() local 283 struct amdgpu_job *job; in uvd_v6_0_enc_get_destroy_msg() local
|
H A D | uvd_v7_0.c | 229 struct amdgpu_job *job; in uvd_v7_0_enc_get_create_msg() local 292 struct amdgpu_job *job; in uvd_v7_0_enc_get_destroy_msg() local
|
H A D | amdgpu_amdkfd.c | 452 struct amdgpu_job *job; in amdgpu_amdkfd_submit_ib() local
|
H A D | amdgpu_ttm.c | 1984 struct amdgpu_job *job; in amdgpu_map_buffer() local 2048 struct amdgpu_job *job; in amdgpu_copy_buffer() local 2125 struct amdgpu_job *job; in amdgpu_fill_buffer() local
|
H A D | amdgpu_uvd.c | 1022 struct amdgpu_job *job; in amdgpu_uvd_send_msg() local
|
/dflybsd-src/contrib/bmake/ |
H A D | job.c | 487 Job_FlagsToString(const Job *job, char *buf, size_t bufsize) in Job_FlagsToString() 498 Job *job; in DumpJobs() local 554 JobCreatePipe(Job *job, int minfd) in JobCreatePipe() 598 Job *job; in JobCondPassSig() local 721 Job *job; in JobFindPid() local 848 JobWriteSpecialsEchoCtl(Job *job, ShellWriter *wr, CommandFlags *inout_cmdFlags, in JobWriteSpecialsEchoCtl() 875 JobWriteSpecials(Job *job, ShellWriter *wr, const char *escCmd, bool run, in JobWriteSpecials() 913 JobWriteCommand(Job *job, ShellWriter *wr, StringListNode *ln, const char *ucmd) in JobWriteCommand() 1013 JobWriteCommands(Job *job) in JobWriteCommands() 1043 JobSaveCommands(Job *job) in JobSaveCommands() [all …]
|
H A D | trace.c | 84 Trace_Log(TrEvent event, Job *job) in Trace_Log()
|
H A D | meta.c | 650 meta_job_start(Job *job, GNode *gn) in meta_job_start() 758 meta_job_error(Job *job, GNode *gn, bool ignerr, int status) in meta_job_error() 787 meta_job_output(Job *job, char *cp, const char *nl) in meta_job_output() 857 meta_job_finish(Job *job) in meta_job_finish()
|
/dflybsd-src/usr.bin/dsynth/ |
H A D | bulk.c | 39 typedef struct job { struct 44 } job_t; argument 338 job_t *job = arg; in bulkthread() local
|
/dflybsd-src/bin/sh/ |
H A D | jobs.c | 98 struct job { struct 102 pid_t pgrp; /* process group of this job */ argument 103 char state; /* true if job is finished */ argument 110 char jobctl; /* job running under job control */ argument 111 struct job *next; /* job used after this one */ argument 552 struct job *job; in waitcmd() local 572 waitcmdloop(struct job *job) in waitcmdloop() 1146 dowait(int mode, struct job *job) in dowait()
|
/dflybsd-src/sys/dev/drm/scheduler/ |
H A D | gpu_scheduler_trace.h | 36 #define trace_amd_sched_job(job) argument 37 #define trace_amd_sched_process_job(job) argument
|
H A D | gpu_scheduler.c | 240 struct drm_sched_job *job = container_of(cb, struct drm_sched_job, in drm_sched_entity_kill_jobs_cb() local 317 struct drm_sched_job *job; in drm_sched_entity_fini() local 591 struct drm_sched_job *job = container_of(cb, struct drm_sched_job, in drm_sched_job_finish_cb() local 614 struct drm_sched_job *job = container_of(work, struct drm_sched_job, in drm_sched_job_timedout() local 737 int drm_sched_job_init(struct drm_sched_job *job, in drm_sched_job_init()
|
/dflybsd-src/usr.sbin/yppush/ |
H A D | yppush_main.c | 111 struct jobs *job; in yppush_show_status() local 279 yppush_send_xfr(struct jobs *job) in yppush_send_xfr() 372 struct jobs *job; in yp_push() local
|
/dflybsd-src/usr.sbin/cron/cron/ |
H A D | job.c | 28 } job; typedef
|
/dflybsd-src/contrib/zstd/lib/common/ |
H A D | pool.c | 86 { POOL_job const job = ctx->queue[ctx->queueHead]; in POOL_thread() local 262 POOL_job const job = {function, opaque}; in POOL_add_internal() local
|
/dflybsd-src/usr.bin/at/ |
H A D | at.c | 449 in_job_list(long job, long *joblist, int len) in in_job_list()
|
/dflybsd-src/usr.sbin/lpr/lpc/ |
H A D | cmds.c | 1204 doarg(char *job) in doarg()
|
/dflybsd-src/contrib/zstd/lib/compress/ |
H A D | zstdmt_compress.c | 663 ZSTDMT_jobDescription* const job = (ZSTDMT_jobDescription*)jobDescription; in ZSTDMT_compressionJob() local 1303 static void ZSTDMT_writeLastEmptyBlock(ZSTDMT_jobDescription* job) in ZSTDMT_writeLastEmptyBlock()
|