Home
last modified time | relevance | path

Searched refs:bo2 (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/system/dhcpclient/
Ddhcpc4.c74 static const lws_retry_bo_t bo2 = { variable
168 &bo2, lws_dhcpc4_retry_conn, in callback_dhcpc4()
271 lws_retry_sul_schedule(wsi->a.context, 0, &r->sul_conn, &bo2, in callback_dhcpc4()
302 NULL, NULL, &bo2, "dhcpc"); in lws_dhcpc4_retry_conn()
307 lws_retry_sul_schedule(r->context, 0, &r->sul_conn, &bo2, in lws_dhcpc4_retry_conn()
/third_party/libdrm/tests/amdgpu/
Damdgpu_test.h383 amdgpu_bo_handle bo2, amdgpu_bo_list_handle *list) in amdgpu_get_bo_list() argument
385 amdgpu_bo_handle resources[] = {bo1, bo2}; in amdgpu_get_bo_list()
387 return amdgpu_bo_list_create(dev, bo2 ? 2 : 1, resources, NULL, list); in amdgpu_get_bo_list()
Dbasic_tests.c828 amdgpu_bo_handle bo1, bo2, vram_max[2], gtt_max[2]; in amdgpu_bo_eviction_test() local
900 gtt_flags[loop2], &bo2, in amdgpu_bo_eviction_test()
909 resources[1] = bo2; in amdgpu_bo_eviction_test()
949 r = amdgpu_bo_unmap_and_free(bo2, bo2_va_handle, bo2_mc, in amdgpu_bo_eviction_test()
1564 amdgpu_bo_handle bo1, bo2; in amdgpu_command_submission_copy_linear_helper() local
1616 gtt_flags[loop2], &bo2, in amdgpu_command_submission_copy_linear_helper()
1625 resources[1] = bo2; in amdgpu_command_submission_copy_linear_helper()
1693 r = amdgpu_bo_unmap_and_free(bo2, bo2_va_handle, bo2_mc, in amdgpu_command_submission_copy_linear_helper()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_vp.c128 struct nouveau_bo *bo1, *bo2; in nv84_decoder_vp_h264() local
131 bo2 = buf->full; in nv84_decoder_vp_h264()
136 bo2 = ref2_default; in nv84_decoder_vp_h264()
139 param1.ref2_addrs[i] = bo2->offset; in nv84_decoder_vp_h264()
142 { bo2, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264()
/third_party/libwebsockets/lib/system/ntpclient/
Dntpclient.c65 static const lws_retry_bo_t bo2 = { variable
86 &bo2, "ntpclient"); in lws_ntpc_retry_conn()