/linux-6.1.9/drivers/hwspinlock/ |
D | sprd_hwspinlock.c | 45 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.1.9/drivers/media/platform/allegro-dvt/ |
D | allegro-mail.h | 144 u32 user_id; member 154 u32 user_id; member
|
D | allegro-core.c | 288 int user_id; member 432 unsigned int user_id) in allegro_find_channel_by_user_id() argument 437 if (channel->user_id == user_id) in allegro_find_channel_by_user_id() 1332 msg.user_id = channel->user_id; in allegro_mcu_send_create_channel() 2162 channel = allegro_find_channel_by_user_id(dev, msg->user_id); in allegro_handle_create_channel() 2167 msg->user_id); in allegro_handle_create_channel() 2174 channel->user_id, in allegro_handle_create_channel() 2184 channel->user_id, channel->mcu_channel_id); in allegro_handle_create_channel() 2251 channel->user_id, channel->mcu_channel_id); in allegro_handle_destroy_channel() 2529 if (channel->user_id != -1) { in allegro_destroy_channel() [all …]
|
D | allegro-mail.c | 238 dst[i++] = msg->user_id; in allegro_enc_create_channel() 374 msg->user_id = src[i++]; in allegro_dec_create_channel()
|
/linux-6.1.9/fs/ |
D | aio.c | 101 unsigned long user_id; member 370 ctx->user_id = ctx->mmap_base = vma->vm_start; in aio_ring_mremap() 567 ctx->user_id = ctx->mmap_base; in aio_setup_ring() 817 ctx, ctx->user_id, mm, ctx->nr_events); in ioctx_alloc() 1089 if (ctx && ctx->user_id == ctx_id) { in lookup_ioctx() 1355 ret = put_user(ioctx->user_id, ctxp); in SYSCALL_DEFINE2() 1387 ret = put_user((u32)ioctx->user_id, ctx32p); in COMPAT_SYSCALL_DEFINE2()
|
/linux-6.1.9/fs/fuse/ |
D | fuse_i.h | 500 kuid_t user_id; member 552 kuid_t user_id; member
|
D | inode.c | 716 ctx->user_id = make_kuid(fsc->user_ns, result.uint_32); in fuse_parse_param() 717 if (!uid_valid(ctx->user_id)) in fuse_parse_param() 771 from_kuid_munged(fc->user_ns, fc->user_id)); in fuse_show_options() 1574 fc->user_id = ctx->user_id; in fuse_fill_super_common()
|
D | control.c | 236 inode->i_uid = fc->user_id; in fuse_ctl_add_dentry()
|
D | dir.c | 1262 if (uid_eq(cred->euid, fc->user_id) && in fuse_allow_current_process() 1263 uid_eq(cred->suid, fc->user_id) && in fuse_allow_current_process() 1264 uid_eq(cred->uid, fc->user_id) && in fuse_allow_current_process()
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | rx_common.c | 569 if (ctx->user_id != id) in efx_alloc_rss_context_entry() 587 new->user_id = id; in efx_alloc_rss_context_entry() 600 if (ctx->user_id == id) in efx_find_rss_context_entry()
|
D | net_driver.h | 771 u32 user_id; member
|
D | ethtool_common.c | 1333 *rss_context = ctx->user_id; in efx_ethtool_set_rxfh_context()
|
D | mcdi_filters.c | 2217 ctx->user_id, rc); in efx_mcdi_rx_restore_rss_contexts()
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | rx_common.c | 573 if (ctx->user_id != id) in efx_siena_alloc_rss_context_entry() 591 new->user_id = id; in efx_siena_alloc_rss_context_entry() 605 if (ctx->user_id == id) in efx_siena_find_rss_context_entry()
|
D | net_driver.h | 723 u32 user_id; member
|
D | ethtool_common.c | 1297 *rss_context = ctx->user_id; in efx_siena_ethtool_set_rxfh_context()
|
/linux-6.1.9/fs/hpfs/ |
D | hpfs.h | 464 u8 user_id[16]; /* unused */ member
|
/linux-6.1.9/net/iucv/ |
D | af_iucv.c | 910 char user_id[9]; in iucv_sock_sendmsg() local 1081 user_id[8] = 0; in iucv_sock_sendmsg() 1082 memcpy(user_id, iucv->dst_user_id, 8); in iucv_sock_sendmsg() 1087 appl_id, user_id); in iucv_sock_sendmsg()
|
/linux-6.1.9/Documentation/filesystems/ |
D | fuse.rst | 77 user_id=N
|
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/ |
D | core.c | 1579 desc_info->user_id = RTW89_GET_RXWD_USER_ID(rxd_s); in rtw89_core_query_rxdesc()
|
D | core.h | 717 u8 user_id; member
|