Home
last modified time | relevance | path

Searched refs:user_token (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Drds.h363 __u64 user_token; member
390 __u64 user_token; member
394 __u64 user_token; member
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_bufs.c91 unsigned long user_token, int hashed_handle, int shm) in drm_map_handle() argument
107 hash->key = user_token >> PAGE_SHIFT; in drm_map_handle()
131 add |= ((user_token >> PAGE_SHIFT) & ((1UL << bits) - 1UL)); in drm_map_handle()
135 user_token, 32 - PAGE_SHIFT - 3, in drm_map_handle()
154 unsigned long user_token; in drm_addmap_core() local
359 ret = drm_map_handle(dev, &list->hash, user_token, 0, in drm_addmap_core()
370 list->user_token = list->hash.key << PAGE_SHIFT; in drm_addmap_core()
399 if (_entry->user_token == token) in drm_legacy_findmap()
436 map->handle = (void *)(unsigned long)maplist->user_token; in drm_legacy_addmap_ioctl()
496 map->handle = (void *)(unsigned long) r_list->user_token; in drm_legacy_getmap_ioctl()
[all …]
H A Ddrm_context.c196 (void *)(unsigned long)_entry->user_token; in drm_legacy_getsareactx()
234 && r_list->user_token == (unsigned long) request->handle) in drm_legacy_setsareactx()
/openbmc/linux/include/drm/
H A Ddrm_legacy.h172 uint64_t user_token; member
/openbmc/linux/net/rds/
H A Drdma.c689 op->op_notifier->n_user_token = args->user_token; in rds_cmsg_rdma_args()
946 rm->atomic.op_notifier->n_user_token = args->user_token; in rds_cmsg_atomic()
H A Drecv.c495 cmsg.user_token = notifier->n_user_token; in rds_notify_queue_get()