Searched refs:user_id (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/hwspinlock/ |
| H A 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/tools/testing/selftests/namespaces/ |
| H A D | ns_active_ref_test.c | 2382 __u64 user_id, net_id; in TEST() local 2418 if (ioctl(user_fd, NS_GET_ID, &user_id) < 0) { in TEST() 2426 fprintf(stderr, "Child: user ns ID = %llu\n", (unsigned long long)user_id); in TEST() 2457 if (write(pipefd[1], &user_id, sizeof(user_id)) != sizeof(user_id)) { in TEST() 2511 ret = read(pipefd[0], &user_id, sizeof(user_id)); in TEST() 2512 if (ret != sizeof(user_id)) { in TEST() 2534 (unsigned long long)user_id, (unsigned long long)net_id); in TEST() 2541 user_fh->ns_id = user_id; in TEST() 2582 if (ns_ids[i] == user_id) { in TEST() 2647 if (ns_ids[i] == user_id) { in TEST()
|
| /linux/drivers/media/platform/allegro-dvt/ |
| H A D | allegro-core.c | 287 int user_id; member 436 unsigned int user_id) in allegro_ref_get_channel_by_user_id() argument 443 if (channel->user_id == user_id) { in allegro_ref_get_channel_by_user_id() 1381 msg.user_id = channel->user_id; in allegro_mcu_send_create_channel() 2213 channel = allegro_ref_get_channel_by_user_id(dev, msg->user_id); in allegro_handle_create_channel() 2218 msg->user_id); in allegro_handle_create_channel() 2225 channel->user_id, in allegro_handle_create_channel() 2235 channel->user_id, channel->mcu_channel_id); in allegro_handle_create_channel() 2303 channel->user_id, channel->mcu_channel_id); in allegro_handle_destroy_channel() 2586 if (channel->user_id != -1) { in allegro_destroy_channel() [all …]
|
| H A D | allegro-mail.h | 144 u32 user_id; member 154 u32 user_id; member
|
| H A 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/fs/hpfs/ |
| H A D | hpfs.h | 482 u8 user_id[16]; /* unused */ member
|
| /linux/fs/fuse/ |
| H A D | inode.c | 780 fsparam_uid ("user_id", OPT_USER_ID), 871 return invalfc(fsc, "Invalid user_id"); in fuse_parse_param() 872 ctx->user_id = kuid; in fuse_parse_param() 931 seq_printf(m, ",user_id=%u", in fuse_free_fsc() 932 from_kuid_munged(fc->user_ns, fc->user_id)); in fuse_free_fsc() 1769 fc->user_id = ctx->user_id; in fuse_sb_defaults()
|
| /linux/net/iucv/ |
| H A D | af_iucv.c | 914 char user_id[9]; in iucv_sock_sendmsg() 1084 user_id[8] = 0; in iucv_sock_sendmsg() 1085 memcpy(user_id, iucv->dst_user_id, 8); in iucv_sock_sendmsg() 1090 appl_id, user_id); in iucv_sock_sendmsg() 913 char user_id[9]; iucv_sock_sendmsg() local
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse.rst | 77 user_id=N
|