/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 910 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
|
H A D | cwsr_trap_handler_gfx10.asm | 900 s_barrier //barrier to ensure the readiness of LDS before access attemps from any other wave in the same TG
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 409 unsigned int pmask; /* port access rights mask */ 506 * The access and execute times are signed in order to accommodate negative 513 s16 access; /* time (ms) to access mailbox */ member 698 struct mutex vi_mirror_mutex; /* Sync access to Mirror VI info */
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emu10k1x.c | 1151 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol.c | 1329 pr_debug("Failed to open %s. Note /proc/kcore requires CAP_SYS_RAWIO capability to access.\n", in dso__load_kcore() 1350 * covered by kcore, because we need to access in dso__load_kcore() 1750 rc = access(filebuf, R_OK); in dso__find_perf_map() 2135 * Use open(O_RDONLY) to check readability directly instead of access(R_OK) 2136 * since access(R_OK) only checks with real UID/GID but open() use effective 2171 * To check readability of /proc/kcore, do not use access(R_OK) in dso__find_kallsyms() 2172 * since /proc/kcore requires CAP_SYS_RAWIO to read and access in dso__find_kallsyms()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.c | 1134 .access = SNDRV_CTL_ELEM_ACCESS_READ |
|
/kernel/linux/linux-5.10/include/linux/greybus/ |
H A D | greybus_protocols.h | 2023 __le32 access; /* GB_AUDIO_ACCESS_* */ member
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsglob.h | 1055 bool expired_pwd; /* track if access denied or expired pwd so can know if need to update */ 1375 __u32 access; member
|
/kernel/linux/linux-6.6/include/linux/greybus/ |
H A D | greybus_protocols.h | 2023 __le32 access; /* GB_AUDIO_ACCESS_* */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 915 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 408 unsigned int pmask; /* port access rights mask */ 504 * The access and execute times are signed in order to accommodate negative 511 s16 access; /* time (ms) to access mailbox */ member 696 struct mutex vi_mirror_mutex; /* Sync access to Mirror VI info */
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emu10k1x.c | 1110 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 854 ret = access(pathRet, amode); in SysAccess()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt722-sdca.c | 687 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
|
H A D | peb2466.c | 312 control.access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | in peb2466_add_lkup_ctrl()
|
/third_party/alsa-utils/alsactl/ |
H A D | init_parse.c | 1581 count = access(string, F_OK); in parse_line() 1582 dbg("access(%s) = %i (%s)", string, count, value); in parse_line()
|
/third_party/curl/lib/ |
H A D | mime.c | 1415 if(stat(filename, &sbuf) || access(filename, R_OK)) in curl_mime_filedata() 1773 /* Be sure we won't access old headers later. */ in Curl_mime_prepare_headers()
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 32 This is value is exposed so that cross-compile toolchains can access the host 52 This value is exposed so that cross-compiles can access the host build 566 allow actions that run compiler or compiler-like tools to access the results 709 application extension has access to runtime resources from the application
|
/third_party/libsnd/src/ |
H A D | common.c | 1833 if (tmpdir && access (tmpdir, R_OK | W_OK | X_OK) == 0) in psf_open_tmpfile()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1585 X(ACCESS, access(req->path, req->flags)); in uv__fs_work()
|
H A D | core.c | 1869 if (access(abspath, X_OK) == 0) { in uv__search_path()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_lower_ray_queries.c | 370 nir_build_load_global(b, 1, 32, accel_struct, .access = ACCESS_NON_WRITEABLE, in lower_rq_initialize()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_encode.c | 1405 virgl_encoder_write_dword(ctx->cbuf, images[i].access); in virgl_encode_set_shader_images()
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_clear.c | 167 .access = ACCESS_NON_READABLE); in blorp_params_get_clear_kernel_cs() 566 * accessing tiled memory. Using this Message Type to access linear in blorp_clear()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_session.cc | 1199 if (loggingconf.access.write_early && downstream->accesslog_ready()) { in on_response_headers()
|