HomeSort by: relevance | last modified time | path
    Searched defs:use_static (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_packet_manager_v9.c 151 bool use_static = is_static; local in function:pm_map_queues_v9
172 if (use_static)
182 use_static = false; /* no static queues under SDMA */
kfd_packet_manager_vi.c 150 bool use_static = is_static; local in function:pm_map_queues_vi
168 if (use_static)
180 use_static = false; /* no static queues under SDMA */
  /src/tests/libexec/ld.elf_so/
t_tls_extern.c 321 void *use_dynamic, *use_static; local in function:ATF_TC_BODY
326 ATF_REQUIRE_DL(use_static = dlopen("libh_onlyuse_static.so", 0));
328 ATF_REQUIRE_DL(fstatic = dlsym(use_static, "fstatic"));
345 void *use_static, *use_dynamic; local in function:ATF_TC_BODY
350 ATF_REQUIRE_DL(use_static = dlopen("libh_onlyuse_static.so", 0));
351 ATF_REQUIRE_DL(fstatic = dlsym(use_static, "fstatic"));
369 void *use_static, *use_dynamic; local in function:ATF_TC_BODY
374 ATF_REQUIRE_DL(use_static = dlopen("libh_onlyuse_static.so", 0));
376 ATF_REQUIRE_DL(fstatic = dlsym(use_static, "fstatic"));

Completed in 11 milliseconds