Home
last modified time | relevance | path

Searched refs:user (Results 1001 - 1025 of 1367) sorted by relevance

1...<<41424344454647484950>>...55

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dxfrm.h43 __kernel_uid32_t user; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dxfrm.h56 __kernel_uid32_t user; member
/kernel/linux/linux-6.6/samples/seccomp/
H A Duser-trap.c16 #include <sys/user.h>
179 * interesting, because we could do unprivlieged bind mounts with user in handle_req()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dxfrm.h56 __kernel_uid32_t user; member
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/form/router/
H A Dindex.js19 console.log(result.value.user) // text input value
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/form/router/
H A Dindex.js19 console.log(result.value.user) // text input value
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/form/router/
H A Dindex.js19 console.log(result.value.user) // text input value
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/form/router/
H A Dindex.js19 console.log(result.value.user) // text input value
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod.c1129 if (os->user & OCP_USER_MPU) { in _save_mpu_port_index()
2658 if (!oi || !oi->master || !oi->slave || !oi->user) in _register_link()
3464 oi->user = OCP_USER_MPU | OCP_USER_SDMA; in omap_hwmod_allocate_module()
3902 * @user: arbitrary context data to pass to the callback function
3912 void *user), in omap_hwmod_for_each_by_class()
3913 void *user) in omap_hwmod_for_each_by_class()
3928 ret = (*fn)(temp_oh, user); in omap_hwmod_for_each_by_class()
3910 omap_hwmod_for_each_by_class(const char *classname, int (*fn)(struct omap_hwmod *oh, void *user), void *user) omap_hwmod_for_each_by_class() argument
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Domap_hwmod.c1129 if (os->user & OCP_USER_MPU) { in _save_mpu_port_index()
2626 if (!oi || !oi->master || !oi->slave || !oi->user) in _register_link()
3434 oi->user = OCP_USER_MPU | OCP_USER_SDMA; in omap_hwmod_allocate_module()
3818 * @user: arbitrary context data to pass to the callback function
3828 void *user), in omap_hwmod_for_each_by_class()
3829 void *user) in omap_hwmod_for_each_by_class()
3844 ret = (*fn)(temp_oh, user); in omap_hwmod_for_each_by_class()
3826 omap_hwmod_for_each_by_class(const char *classname, int (*fn)(struct omap_hwmod *oh, void *user), void *user) omap_hwmod_for_each_by_class() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c115 * 6. Add a user interrupt command to the buffer. This command instructs
174 * the object. Simple! ... The relocation entries are stored in user memory
223 * copy the user's batchbuffer to a shadow (so that the user doesn't have
763 err = -EAGAIN; /* user racing with ctx set-vm */ in __eb_add_lut()
1662 * do relocations we are already stalling, disable the user's opt in eb_relocate_entry()
1667 /* and update the user's relocation entry */ in eb_relocate_entry()
1685 * to read. However, if the array is not writable the user loses in eb_relocate_vma()
1699 * whilst holding the struct mutex lest the user pass in the in eb_relocate_vma()
1937 * 1 - we try to just prefault all the user relocatio in eb_relocate_parse_slow()
2814 struct drm_i915_gem_exec_fence __user *user; add_fence_array() local
[all...]
/kernel/linux/linux-5.10/drivers/net/team/
H A Dteam.c93 bool new_linkup = port->user.linkup_enabled ? port->user.linkup : in team_refresh_port_linkup()
1470 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
1481 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()
1492 ctx->data.bool_val = port->user.linkup_enabled; in team_user_linkup_en_option_get()
1501 port->user.linkup_enabled = ctx->data.bool_val; in team_user_linkup_en_option_set()
/kernel/linux/linux-6.6/drivers/net/team/
H A Dteam.c94 bool new_linkup = port->user.linkup_enabled ? port->user.linkup : in team_refresh_port_linkup()
1467 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
1477 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()
1488 ctx->data.bool_val = port->user.linkup_enabled; in team_user_linkup_en_option_get()
1496 port->user.linkup_enabled = ctx->data.bool_val; in team_user_linkup_en_option_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c125 * 6. Add a user interrupt command to the buffer. This command instructs
184 * the object. Simple! ... The relocation entries are stored in user memory
233 * copy the user's batchbuffer to a shadow (so that the user doesn't have
909 * If the user has opted-in for protected-object tracking, make in eb_lookup_vma()
1515 * do relocations we are already stalling, disable the user's opt in eb_relocate_entry()
1520 /* and update the user's relocation entry */ in eb_relocate_entry()
1538 * to read. However, if the array is not writable the user loses in eb_relocate_vma()
1552 * whilst holding the struct mutex lest the user pass in the in eb_relocate_vma()
1799 * 1 - we try to just prefault all the user relocatio in eb_relocate_parse_slow()
2943 struct drm_i915_gem_exec_fence __user *user; add_fence_array() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c2073 static u32 vcap_sort_key(u32 max_size, u32 size, u8 user, u16 prio) in vcap_sort_key() argument
2075 return ((max_size - size) << 24) | (user << 16) | prio; in vcap_sort_key()
2107 ri->sort_key = vcap_sort_key(sw_count, ri->size, ri->data.user, in vcap_insert_rule()
2249 if (ri->data.user <= VCAP_USER_QOS) in vcap_rule_set_state()
2313 enum vcap_user user, u16 priority, in vcap_alloc_rule()
2355 ri->data.user = user; in vcap_alloc_rule()
3567 ri->data.user, ri->data.priority, 0); in vcap_copy_rule()
2311 vcap_alloc_rule(struct vcap_control *vctrl, struct net_device *ndev, int vcap_chain_id, enum vcap_user user, u16 priority, u32 id) vcap_alloc_rule() argument
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree.c477 static int rcu_pending(int user);
541 * 2) the task is about to enter in user mode and $ARCH doesn't support generic entry.
2263 * state, for example, user mode or idle loop. It also schedules RCU
2268 void rcu_sched_clock_irq(int user) in rcu_sched_clock_irq() argument
2283 if (!rcu_is_cpu_rrupt_from_idle() && !user) { in rcu_sched_clock_irq()
2289 rcu_flavor_sched_clock_irq(user); in rcu_sched_clock_irq()
2290 if (rcu_pending(user)) in rcu_sched_clock_irq()
2292 if (user || rcu_is_cpu_rrupt_from_idle()) in rcu_sched_clock_irq()
2811 * include CPUs that are offline, idle, or executing in user mode, as
3583 * CPUs that are offline, idle, or executing in user mod
3920 rcu_pending(int user) rcu_pending() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dport.c123 * Indicate if the user specified a valid port. SCI_SUCCESS This value is
366 struct sci_user_parameters *user = &ihost->user_parameters; in sci_port_is_valid_phy_assignment() local
390 user->phys[phy_index].max_speed_generation != in sci_port_is_valid_phy_assignment()
391 user->phys[existing_phy_index].max_speed_generation) in sci_port_is_valid_phy_assignment()
685 * not a valid PHY for this port then the function will notify the user.
1340 /* In the resetting state we don't notify the user regarding in sci_port_link_up()
1371 /* In the resetting state we don't notify the user regarding in sci_port_link_down()
1640 /* notify the user. */ in sci_port_broadcast_change_received()
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctsrc.c629 entry->user = src->rsc.ops->index(&src->rsc); in srcimp_map()
782 hw->srcimp_mgr_set_imapuser(mgr->ctrl_blk, entry->user); in srcimp_map_op()
847 entry->slot = entry->addr = entry->next = entry->user = 0; in srcimp_mgr_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c45 #include <nvif/user.h>
373 ret = nvif_object_ctor(&drm->channel->user, "drmNvsw", in nouveau_accel_gr_init()
403 ret = nvif_object_ctor(&drm->channel->user, "drmM2mfNtfy", in nouveau_accel_gr_init()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dport.c123 * Indicate if the user specified a valid port. SCI_SUCCESS This value is
366 struct sci_user_parameters *user = &ihost->user_parameters; in sci_port_is_valid_phy_assignment() local
390 user->phys[phy_index].max_speed_generation != in sci_port_is_valid_phy_assignment()
391 user->phys[existing_phy_index].max_speed_generation) in sci_port_is_valid_phy_assignment()
686 * not a valid PHY for this port then the function will notify the user.
1342 /* In the resetting state we don't notify the user regarding in sci_port_link_up()
1373 /* In the resetting state we don't notify the user regarding in sci_port_link_down()
1642 /* notify the user. */ in sci_port_broadcast_change_received()
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctsrc.c629 entry->user = src->rsc.ops->index(&src->rsc); in srcimp_map()
782 hw->srcimp_mgr_set_imapuser(mgr->ctrl_blk, entry->user); in srcimp_map_op()
847 entry->slot = entry->addr = entry->next = entry->user = 0; in srcimp_mgr_create()
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dmmu.c779 bool user) in kvm_trap_emul_invalidate_gva()
793 if (user) { in kvm_trap_emul_invalidate_gva()
778 kvm_trap_emul_invalidate_gva(struct kvm_vcpu *vcpu, unsigned long addr, bool user) kvm_trap_emul_invalidate_gva() argument
/kernel/linux/linux-5.10/net/tipc/
H A Dmsg.h86 #define SOCK_WAKEUP 14 /* pseudo user */
87 #define TOP_SRV 15 /* pseudo user */
1183 void tipc_msg_init(u32 own_addr, struct tipc_msg *m, u32 user, u32 type,
1185 struct sk_buff *tipc_msg_create(uint user, uint type, uint hdr_sz,
/kernel/linux/linux-6.6/include/linux/
H A Dfb.h241 int (*fb_open)(struct fb_info *info, int user);
242 int (*fb_release)(struct fb_info *info, int user);
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c439 acts = act->user; in efx_tc_update_encap()
487 acts = act->user; in efx_tc_update_encap()

Completed in 61 milliseconds

1...<<41424344454647484950>>...55