Home
last modified time | relevance | path

Searched refs:user_id (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/drivers/hwspinlock/
Dsprd_hwspinlock.c45 int user_id, lock_id; in sprd_hwspinlock_trylock() local
52 user_id = readl(sprd_hwlock->base + HWSPINLOCK_MASTERID(lock_id)); in sprd_hwspinlock_trylock()
55 lock_id, user_id); in sprd_hwspinlock_trylock()
/linux-6.12.1/drivers/media/platform/allegro-dvt/
Dallegro-mail.h144 u32 user_id; member
154 u32 user_id; member
Dallegro-core.c287 int user_id; member
431 unsigned int user_id) in allegro_find_channel_by_user_id() argument
436 if (channel->user_id == user_id) in allegro_find_channel_by_user_id()
1331 msg.user_id = channel->user_id; in allegro_mcu_send_create_channel()
2161 channel = allegro_find_channel_by_user_id(dev, msg->user_id); in allegro_handle_create_channel()
2166 msg->user_id); in allegro_handle_create_channel()
2173 channel->user_id, in allegro_handle_create_channel()
2183 channel->user_id, channel->mcu_channel_id); in allegro_handle_create_channel()
2250 channel->user_id, channel->mcu_channel_id); in allegro_handle_destroy_channel()
2528 if (channel->user_id != -1) { in allegro_destroy_channel()
[all …]
Dallegro-mail.c238 dst[i++] = msg->user_id; in allegro_enc_create_channel()
374 msg->user_id = src[i++]; in allegro_dec_create_channel()
/linux-6.12.1/fs/
Daio.c101 unsigned long user_id; member
373 ctx->user_id = ctx->mmap_base = vma->vm_start; in aio_ring_mremap()
564 ctx->user_id = ctx->mmap_base; in aio_setup_ring()
823 ctx, ctx->user_id, mm, ctx->nr_events); in ioctx_alloc()
1094 if (ctx && ctx->user_id == ctx_id) { in lookup_ioctx()
1402 ret = put_user(ioctx->user_id, ctxp); in SYSCALL_DEFINE2()
1434 ret = put_user((u32)ioctx->user_id, ctx32p); in COMPAT_SYSCALL_DEFINE2()
/linux-6.12.1/fs/hpfs/
Dhpfs.h464 u8 user_id[16]; /* unused */ member
/linux-6.12.1/fs/fuse/
Dfuse_i.h558 kuid_t user_id; member
610 kuid_t user_id; member
Dcontrol.c228 inode->i_uid = fc->user_id; in fuse_ctl_add_dentry()
Dinode.c811 ctx->user_id = kuid; in fuse_parse_param()
869 from_kuid_munged(fc->user_ns, fc->user_id)); in fuse_show_options()
1747 fc->user_id = ctx->user_id; in fuse_fill_super_common()
Ddir.c1432 return (uid_eq(cred->euid, fc->user_id) && in fuse_permissible_uidgid()
1433 uid_eq(cred->suid, fc->user_id) && in fuse_permissible_uidgid()
1434 uid_eq(cred->uid, fc->user_id) && in fuse_permissible_uidgid()
/linux-6.12.1/net/iucv/
Daf_iucv.c910 char user_id[9]; in iucv_sock_sendmsg() local
1080 user_id[8] = 0; in iucv_sock_sendmsg()
1081 memcpy(user_id, iucv->dst_user_id, 8); in iucv_sock_sendmsg()
1086 appl_id, user_id); in iucv_sock_sendmsg()
/linux-6.12.1/Documentation/filesystems/
Dfuse.rst77 user_id=N
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcore.c2324 desc_info->user_id = le32_get_bits(rxd_s->dword1, AX_RXD_USER_ID_MASK); in rtw89_core_query_rxdesc()
2414 desc_info->user_id = le32_get_bits(rxd_l->dword6, BE_RXD_USER_ID_MASK); in rtw89_core_query_rxdesc_v2()
Dcore.h1064 u8 user_id; member