Home
last modified time | relevance | path

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

/linux/drivers/hwspinlock/
H A 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/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c2382 __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 Dallegro-mail.h144 u32 user_id; member
154 u32 user_id; member
H A Dallegro-core.c287 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 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/fs/hpfs/
H A Dhpfs.h482 u8 user_id[16]; /* unused */ member
/linux/net/iucv/
H A Daf_iucv.c928 char user_id[9]; in iucv_sock_sendmsg() local
1098 user_id[8] = 0; in iucv_sock_sendmsg()
1099 memcpy(user_id, iucv->dst_user_id, 8); in iucv_sock_sendmsg()
1104 appl_id, user_id); in iucv_sock_sendmsg()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c208 u16 user_id, in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() argument
250 if (user_id < HAL_MAX_UL_MU_USERS) { in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
251 mon_rx_user_status = &ppdu_info->userstats[user_id]; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
/linux/Documentation/filesystems/fuse/
H A Dfuse.rst77 user_id=N
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c4128 desc_info->user_id = le32_get_bits(rxd_s->dword1, AX_RXD_USER_ID_MASK); in rtw89_core_query_rxdesc()
4230 desc_info->user_id = le32_get_bits(rxd_l->dword6, BE_RXD_USER_ID_MASK); in rtw89_core_query_rxdesc_v2()
4305 desc_info->user_id = le32_get_bits(rxd_l->dword6, BE_RXD_USER_ID_MASK); in rtw89_core_query_rxdesc_v3()
H A Dcore.h1161 u8 user_id; member