Searched defs:p_fd (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/namespaces/ |
| H A D | ns_active_ref_test.c | 996 int p_fd = open("/proc/self/ns/user", O_RDONLY); in TEST() local 1101 int p_fd = open_by_handle_at(FD_NSFS_ROOT, p_handle, O_RDONLY); in TEST() local 1141 int p_fd = open("/proc/self/ns/user", O_RDONLY); in TEST() local 1265 int p_fd = open_by_handle_at(FD_NSFS_ROOT, p_handle, O_RDONLY); in TEST() local 1662 int p_fd = open("/proc/self/ns/user", O_RDONLY); in TEST() local 1806 int p_fd = open_by_handle_at(FD_NSFS_ROOT, parent_handle, O_RDONLY); in TEST() local
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_syncobj.c | 662 int drm_syncobj_get_fd(struct drm_syncobj *syncobj, int *p_fd) in drm_syncobj_get_fd() 688 u32 handle, int *p_fd) in drm_syncobj_handle_to_fd() 758 int handle, u64 point, int *p_fd) in drm_syncobj_export_sync_file()
|