/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_mem.h | 18 struct nouveau_cli *cli; member in struct:nouveau_mem
|
nouveau_nv17_fence.c | 42 struct nouveau_cli *cli = (void *)prev->user.client; local in function:nv17_fence_sync 48 if (!mutex_trylock(&cli->mutex)) 75 mutex_unlock(&cli->mutex);
|
nouveau_vmm.h | 28 struct nouveau_cli *cli; member in struct:nouveau_vmm
|
nouveau_mem.c | 94 nvif_vmm_put(&mem->cli->drm->client.vmm.vmm, &mem->vma[1]); 95 nvif_vmm_put(&mem->cli->drm->client.vmm.vmm, &mem->vma[0]); 96 mutex_lock(&mem->cli->drm->master.lock); 98 mutex_unlock(&mem->cli->drm->master.lock); 105 struct nouveau_cli *cli = mem->cli; local in function:nouveau_mem_host 106 struct nouveau_drm *drm = cli->drm; 107 struct nvif_mmu *mmu = &cli->mmu; 109 bool super = cli->base.super; 134 cli->base.super = true 147 struct nouveau_cli *cli = mem->cli; local in function:nouveau_mem_vram [all...] |
nouveau_abi16.c | 48 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_abi16 49 if (!cli->abi16) { 51 cli->abi16 = abi16 = kzalloc(sizeof(*abi16), GFP_KERNEL); 52 if (cli->abi16) { 63 if (nvif_device_init(&cli->base.object, 0, NV_DEVICE, 66 return cli->abi16; 68 kfree(cli->abi16); 69 cli->abi16 = NULL; 72 return cli->abi16; 78 struct nouveau_cli *cli = nouveau_cli(file_priv) local in function:nouveau_abi16_get 89 struct nouveau_cli *cli = (void *)abi16->device.object.client; local in function:nouveau_abi16_put 166 struct nouveau_cli *cli = (void *)abi16->device.object.client; local in function:nouveau_abi16_fini 184 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_abi16_ioctl_getparam 256 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_abi16_ioctl_channel_alloc [all...] |
nouveau_chan.c | 60 struct nouveau_cli *cli = (void *)chan->user.client; local in function:nouveau_channel_killed 61 NV_PRINTK(warn, cli, "channel %d killed!\n", chan->chid); 72 struct nouveau_cli *cli = (void *)chan->user.client; local in function:nouveau_channel_idle 83 NV_PRINTK(err, cli, "failed to idle channel %d [%s]\n", 84 chan->chid, nvxx_client(&cli->base)->name); 96 struct nouveau_cli *cli = (void *)chan->user.client; local in function:nouveau_channel_del 99 if (cli) { 100 super = cli->base.super; 101 cli->base.super = true; 107 if (cli) 133 struct nouveau_cli *cli = (void *)device->object.client; local in function:nouveau_channel_prep 485 struct nouveau_cli *cli = (void *)device->object.client; local in function:nouveau_channel_new [all...] |
nouveau_fence.c | 190 struct nouveau_cli *cli = (void *)chan->user.client; local in function:nouveau_fence_context_new 203 strcpy(fctx->name, nvxx_client(&cli->base)->name);
|
nouveau_usif.c | 61 struct nouveau_cli *cli = nouveau_cli(filp); local in function:usif_notify_find 63 list_for_each_entry(ntfy, &cli->notifys, head) { 133 struct nouveau_cli *cli = nouveau_cli(f); local in function:usif_notify_new 134 struct nvif_client *client = &cli->base; 169 list_add(&ntfy->head, &cli->notifys); 178 struct nouveau_cli *cli = nouveau_cli(f); local in function:usif_notify_del 179 struct nvif_client *client = &cli->base; 201 struct nouveau_cli *cli = nouveau_cli(f); local in function:usif_notify_get 202 struct nvif_client *client = &cli->base; 238 struct nouveau_cli *cli = nouveau_cli(f) local in function:usif_notify_put 275 struct nouveau_cli *cli = nouveau_cli(f); local in function:usif_object_new 309 struct nouveau_cli *cli = nouveau_cli(filp); local in function:usif_ioctl [all...] |
nouveau_display.c | 659 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_display_dumb_create 674 ret = nouveau_gem_new(cli, args->size, 0, domain, 0, 0, &bo);
|
nouveau_drm.c | 155 struct nouveau_cli *cli = container_of(w, typeof(*cli), work); local in function:nouveau_cli_work 157 mutex_lock(&cli->lock); 158 list_for_each_entry_safe(work, wtmp, &cli->worker, head) { 164 mutex_unlock(&cli->lock); 171 schedule_work(&work->cli->work); 175 nouveau_cli_work_queue(struct nouveau_cli *cli, struct dma_fence *fence, 179 work->cli = cli; 180 mutex_lock(&cli->lock) 1053 struct nouveau_cli *cli; local in function:nouveau_drm_open 1102 struct nouveau_cli *cli = nouveau_cli(fpriv); local in function:nouveau_drm_postclose [all...] |
nouveau_gem.c | 72 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_gem_object_open 76 struct nouveau_vmm *vmm = cli->svm.cli ? &cli->svm : &cli->vmm; 141 nouveau_cli_work_queue(vma->vmm->cli, fence, &work->work); 147 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_gem_object_close 151 struct nouveau_vmm *vmm = cli->svm.cli ? &cli->svm : & cli->vmm 235 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_gem_info 273 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_gem_ioctl_new 390 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:validate_init 561 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_gem_pushbuf_validate 695 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_gem_ioctl_pushbuf [all...] |
nouveau_svm.c | 107 NV_DEBUG((s)->vmm->cli->drm, "svm-%p: "f"\n", (s), ##a) 109 NV_WARN((s)->vmm->cli->drm, "svm-%p: "f"\n", (s), ##a) 115 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_svmm_bind 189 nouveau_dmem_migrate_vma(cli->drm, vma, addr, next); 212 mutex_lock(&svmm->vmm->cli->drm->svm->mutex); 213 ivmm = nouveau_ivmm_find(svmm->vmm->cli->drm->svm, inst); 218 mutex_unlock(&svmm->vmm->cli->drm->svm->mutex); 233 mutex_lock(&svmm->vmm->cli->drm->svm->mutex); 234 list_add(&ivmm->head, &svmm->vmm->cli->drm->svm->inst); 235 mutex_unlock(&svmm->vmm->cli->drm->svm->mutex) 317 struct nouveau_cli *cli = nouveau_cli(file_priv); local in function:nouveau_svmm_init [all...] |
nouveau_drv.h | 121 struct nouveau_cli *cli; member in struct:nouveau_cli_work
|
nouveau_bo.c | 200 nouveau_bo_alloc(struct nouveau_cli *cli, u64 *size, int *align, u32 flags, 203 struct nouveau_drm *drm = cli->drm; 205 struct nvif_mmu *mmu = &cli->mmu; 206 struct nvif_vmm *vmm = cli->svm.cli ? &cli->svm.vmm : &cli->vmm.vmm; 234 if (cli->device.info.family >= NV_DEVICE_INFO_V0_FERMI) { 242 if (cli->device.info.family >= NV_DEVICE_INFO_V0_TESLA) { 263 if (cli->device.info.family > NV_DEVICE_INFO_V0_CURIE & 1218 struct nouveau_cli *cli = (void *)chan->user.client; local in function:nouveau_bo_move_m2mf [all...] |
/src/usr.sbin/rpc.bootparamd/ |
test.c | 68 CLIENT *cli; local in function:main 82 cli = clnt_create("localhost", BOOTPARAMPROG, BOOTPARAMVERS, "udp"); 83 if (!cli) 93 if ((out = bootparamproc_whoami_1(&bp, cli)) != NULL) {
|
/src/usr.sbin/rpc.statd/ |
test.c | 84 CLIENT *cli; local in function:main 94 cli = clnt_create("localhost", SM_PROG, SM_VERS, "udp"); 95 if (!cli) { 107 if (res = sm_mon_1(&mon, cli)) 112 if (out = sm_simu_crash_1(&dummy, cli))
|
stat_proc.c | 303 CLIENT *cli; local in function:sm_notify_1_svc 339 cli = clnt_create(lp->notifyHost, lp->notifyProg, 341 if (!cli) 345 if (clnt_call(cli, lp->notifyProc, xdr_status, &tx_arg, 350 clnt_destroy(cli);
|
statd.c | 562 CLIENT *cli; local in function:notify_one_host 576 cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp"); 577 if (!cli) { 582 if (clnt_call(cli, SM_NOTIFY, xdr_stat_chge, &arg, xdr_void, 586 clnt_destroy(cli); 589 clnt_destroy(cli);
|
/src/usr.sbin/rpc.lockd/ |
test.c | 331 CLIENT *cli; local in function:main 342 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp"); 343 if (!cli) { 347 clnt_control(cli, CLGET_TIMEOUT, (void *)&tim); 352 clnt_control(cli, CLSET_TIMEOUT, (void *)&tim); 353 clnt_control(cli, CLGET_TIMEOUT, (void *)&tim); 377 if (nlm_lock_res_1(&res_block, cli)) 384 out = nlm_lock_msg_1(&arg, cli);
|
lock_proc.c | 268 CLIENT *cli; local in function:transmit_result 272 if ((cli = get_client(addr, NLM_VERS)) != NULL) { 276 success = clnt_call(cli, (rpcproc_t)opcode, xdr_nlm_res, 296 CLIENT *cli; local in function:transmit4_result 300 if ((cli = get_client(addr, NLM_VERS4)) != NULL) { 304 success = clnt_call(cli, (rpcproc_t)opcode, xdr_nlm4_res, 397 CLIENT *cli; local in function:nlm_test_msg_1_svc 428 if ((cli = get_client(addr, NLM_VERS)) != NULL) { 432 success = clnt_call(cli, NLM_TEST_RES, xdr_nlm_testres, 842 CLIENT *cli; local in function:nlm4_test_msg_4_svc [all...] |
lockd_lock.c | 613 CLIENT *cli; local in function:send_granted 620 cli = get_client(fl->addr, (rpcvers_t) 622 if (cli == NULL) { 649 success = clnt_call(cli, NLM4_GRANTED_MSG, 652 success = clnt_call(cli, NLM4_GRANTED, 673 success = clnt_call(cli, NLM_GRANTED_MSG, 676 success = clnt_call(cli, NLM_GRANTED,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_crtc.c | 1084 struct nouveau_cli *cli = (void *)notify->object->client; local in function:nv04_flip_complete 1085 struct nouveau_drm *drm = cli->drm; 1155 struct nouveau_cli *cli; local in function:nv04_crtc_page_flip 1164 cli = (void *)chan->user.client; 1176 mutex_lock(&cli->mutex); 1225 mutex_unlock(&cli->mutex); 1241 mutex_unlock(&cli->mutex);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_disp.c | 155 struct nouveau_cli *cli = (void *)device->object.client; local in function:nv50_dmac_create 174 ret = nvif_mem_init_map(&cli->mmu, type, 0x1000, &dmac->push);
|