Searched refs:user (Results 476 - 500 of 697) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgt215.c252 .user = {
/linux-master/security/keys/
H A Dinternal.h47 * Keep track of keys for a user.
62 int qnkeys; /* number of keys allocated to this user */
63 int qnbytes; /* number of bytes allocated to this user */
71 extern void key_user_put(struct key_user *user);
/linux-master/fs/ubifs/
H A Dauth.c15 #include <keys/user-type.h>
503 * image. This is only a convenience to the user to provide a better
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c48 #include <nvif/user.h>
399 ret = nvif_object_ctor(&drm->channel->user, "drmNvsw",
404 ret = nvif_object_ctor(&drm->channel->user, "drmBlit",
443 ret = nvif_object_ctor(&drm->channel->user, "drmM2mfNtfy",
/linux-master/arch/x86/kernel/
H A Dshstk.c19 #include <linux/user.h>
/linux-master/drivers/net/dsa/microchip/
H A Dksz9477.c208 * into account the Wake-on-LAN (WoL) settings on the user ports. It updates
1015 * If yes, instruct the user to remove the previous entry & exit
1362 struct net_device *user; local
1394 user = dsa_to_port(ds, port)->user;
1395 user->features |= KSZ9477_SUPPORTED_HSR_FEATURES;
/linux-master/include/uapi/linux/
H A Dxfrm.h62 __kernel_uid32_t user; member in struct:xfrm_selector
152 XFRM_SHARE_USER, /* For this user only */
236 * Generic LSM security context for communicating to user space
436 #define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
/linux-master/security/keys/trusted-keys/
H A Dtrusted_core.c9 #include <keys/user-type.h>
/linux-master/arch/arm/mm/
H A Dproc-sa1100.S195 mcr p15, 0, ip, c9, c0, 5 @ allow user space to use RB
/linux-master/tools/testing/selftests/
H A DMakefile108 TARGETS += user
/linux-master/include/linux/
H A Dio_uring_types.h393 struct user_struct *user; member in struct:io_ring_ctx
446 /* first byte is taken by user flags, shift it to not overlap */
/linux-master/fs/smb/server/
H A Dsmb2pdu.c72 pr_err("Invalid user session id: %llu\n", id);
563 * smb2_check_user_session() - check for valid session for a user
577 * require a session id, so no need to validate user session's for
606 /* Check for validity of user session */
610 ksmbd_debug(SMB, "Invalid user session, Uid %llu\n", sess_id);
1399 struct ksmbd_user *user; local
1427 ksmbd_debug(SMB, "session setup request for user %s\n", name);
1428 user = ksmbd_login_user(name);
1430 return user;
1440 struct ksmbd_user *user; local
[all...]
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dmr.c30 * table. The lower 8 bits can be owned by the user (copied from
109 /* count returning the ptr to user */
292 if (ibpd_to_rvtpd(pd)->user)
622 /* not applicable to dma MR or user MR */
731 if (pd->user)
844 if (pd->user)
/linux-master/sound/pci/ctxfi/
H A Dctsrc.c630 entry->user = src->rsc.ops->index(&src->rsc);
783 hw->srcimp_mgr_set_imapuser(mgr->ctrl_blk, entry->user);
848 entry->slot = entry->addr = entry->next = entry->user = 0;
H A Dctdaio.c172 entry->user = entry->addr = daio->rscl.ops->index(&daio->rscl);
201 entry->user = entry->addr = daio->rscr.ops->index(&daio->rscr);
710 entry->slot = entry->addr = entry->next = entry->user = 0;
/linux-master/block/
H A Dblk-iocost.c826 /* if user is overriding anything, maintain what was there */
3169 dname, ioc->enabled, ioc->user_qos_params ? "user" : "auto",
3216 bool enable, user; local
3247 user = ioc->user_qos_params;
3267 user = false;
3268 else if (!strcmp(buf, "user"))
3269 user = true;
3309 user = true;
3325 if (user) {
3371 dname, ioc->user_cost_model ? "user"
3410 bool user; local
[all...]
/linux-master/kernel/rcu/
H A Dtree_plugin.h719 static void rcu_flavor_sched_clock_irq(int user) argument
962 * namely user mode and idle loop.
964 static void rcu_flavor_sched_clock_irq(int user) argument
966 if (user || rcu_is_cpu_rrupt_from_idle()) {
969 * Get here if this CPU took its interrupt from user
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S156 | 6.3 Restore the user FPCR
174 | 7.2 Restore user FPCR.
200 | 9.4 Restore user FPCR.
216 | precision prescribed by the user FPCR.
280 | 6.6 Restore user FPCR.
295 | Notes: The idea is to return "X - tiny" under the user
324 | Restore user FPCR
327 | in the user rounding precision and mode.
566 fmovel %d1,%FPCR | ...restore user FPCR
574 fadds #0x3F800000,%fp0 | ...1+X in user mod
[all...]
/linux-master/drivers/spi/
H A Dspi-mtk-snfi.c665 struct nand_ecc_props *user = &nand->ecc.user_conf; local
684 if (user->step_size && user->strength) {
685 step_size = user->step_size;
686 strength = user->strength;
709 // if there's a user requested strength, find the minimum strength that
/linux-master/drivers/video/fbdev/
H A Dudlfb.c898 static int dlfb_ops_open(struct fb_info *info, int user) argument
905 * not what the user wants. Fail by default with option to enable.
907 if ((user == 0) && (!console))
933 dev_dbg(info->dev, "open, user=%d fb_info=%p count=%d\n",
934 user, info, dlfb->fb_count);
974 static int dlfb_ops_release(struct fb_info *info, int user) argument
986 dev_dbg(info->dev, "release, user=%d count=%d\n", user, dlfb->fb_count);
1340 * But at least the user has a chance to choose
H A Dsmscufx.c1009 static int ufx_ops_open(struct fb_info *info, int user) argument
1015 * not what the user wants. Fail by default with option to enable. */
1016 if (user == 0 && !console)
1046 pr_debug("open /dev/fb%d user=%d fb_info=%p count=%d",
1047 info->node, user, info, dev->fb_count);
1110 static int ufx_ops_release(struct fb_info *info, int user) argument
1128 pr_debug("released /dev/fb%d user=%d count=%d",
1129 info->node, user, dev->fb_count);
1535 * But at least the user has a chance to choose
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c478 * ice_parse_rx_flow_user_data - deconstruct user-defined data
1324 * @user: user defined data from flow specification
1330 struct ice_rx_flow_userdef *user)
1408 if (user && user->flex_fltr) {
1410 ice_flow_add_fld_raw(seg, user->flex_offset,
1414 ice_flow_add_fld_raw(&tun_seg[1], user->flex_offset,
1796 * This function updates destination VSI and queue if user specifies
1871 /* Record the original queue index as specified by user
1329 ice_cfg_fdir_xtrct_seq(struct ice_pf *pf, struct ethtool_rx_flow_spec *fsp, struct ice_rx_flow_userdef *user) argument
[all...]
/linux-master/net/ax25/
H A Daf_ax25.c303 * This is called from user mode and the timers. Thus it protects itself
1091 ax25_uid_assoc *user; local
1108 user = ax25_findbyuid(current_euid());
1109 if (user) {
1110 call = user->call;
1111 ax25_uid_put(user);
1625 /* Add the PID if one is not supplied by the user in the skb */
1788 /* These two are safe on a single CPU system as only user tasks fiddle here */
/linux-master/arch/arm/mach-omap2/
H A Domap_hwmod.c1129 if (os->user & OCP_USER_MPU) {
2626 if (!oi || !oi->master || !oi->slave || !oi->user)
3435 oi->user = OCP_USER_MPU | OCP_USER_SDMA;
3819 * @user: arbitrary context data to pass to the callback function
3829 void *user),
3830 void *user)
3845 ret = (*fn)(temp_oh, user);
3827 omap_hwmod_for_each_by_class(const char *classname, int (*fn)(struct omap_hwmod *oh, void *user), void *user) argument
/linux-master/drivers/net/team/
H A Dteam_core.c95 bool new_linkup = port->user.linkup_enabled ? port->user.linkup :
1468 ctx->data.bool_val = port->user.linkup;
1478 port->user.linkup = ctx->data.bool_val;
1489 ctx->data.bool_val = port->user.linkup_enabled;
1497 port->user.linkup_enabled = ctx->data.bool_val;

Completed in 797 milliseconds

<<11121314151617181920>>