Searched refs:user (Results 76 - 100 of 691) sorted by relevance

1234567891011>>

/linux-master/arch/um/drivers/
H A Dvde_kern.c23 vpri = (struct vde_data *) pri->user;
41 struct vde_data *pri = (struct vde_data *) &lp->user;
53 struct vde_data *pri = (struct vde_data *) &lp->user;
117 .user = &vde_user_info,
H A Dslirp_kern.c26 spri = (struct slirp_data *) private->user;
55 (struct slirp_data *) &lp->user);
61 (struct slirp_data *) &lp->user);
108 .user = &slirp_user_info,
/linux-master/arch/x86/um/asm/
H A Dprocessor.h22 #include <asm/user.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dgp10b.c45 .user = { { 0, 0, MAXWELL_FAULT_BUFFER_A }, 0 },
/linux-master/net/bridge/netfilter/
H A Debt_limit.c59 user2credits(u_int32_t user) argument
62 if (user > 0xFFFFFFFF / (HZ*CREDITS_PER_JIFFY))
64 return (user / EBT_LIMIT_SCALE) * HZ * CREDITS_PER_JIFFY;
66 return (user * HZ * CREDITS_PER_JIFFY) / EBT_LIMIT_SCALE;
/linux-master/arch/m68k/include/asm/
H A Duser.h6 can understand it and provide useful information to the user (under
11 the contents of the user struct to find out what the floating point
14 UPAGE: 1 page consisting of a user struct that tells gdb what is present
20 current->brk to pick up all of the user variables, plus any memory
38 is still the layout used by user (the new pt_regs doesn't have
54 /* When the kernel dumps core, it starts by dumping the user struct -
57 struct user{ struct
/linux-master/arch/arm/include/asm/
H A Duser.h8 can understand it and provide useful information to the user (under
13 the contents of the user struct to find out what the floating point
16 UPAGE: 1 page consisting of a user struct that tells gdb what is present
22 current->brk to pick up all of the user variables, plus any memory
50 /* When the kernel dumps core, it starts by dumping the user struct -
53 struct user{ struct
91 * VFP exception registers exposed to user space during signal delivery.
/linux-master/arch/x86/include/asm/fpu/
H A Dsignal.h9 #include <linux/user.h>
/linux-master/fs/dlm/
H A DMakefile18 user.o \
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dpriv.h17 } user; member in struct:nvkm_vfn_func
H A Dga100.c41 .user = { 0x030000, 0x010000, { -1, -1, AMPERE_USERMODE_A } },
H A Duvfn.c39 *addr = device->func->resource_addr(device, 0) + vfn->addr.user;
40 *size = vfn->func->user.size;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dad102.c34 .user = {
/linux-master/sound/core/
H A Dtimer_compat.c35 struct snd_timer_gparams32 __user *user)
39 if (copy_from_user(&gparams.tid, &user->tid, sizeof(gparams.tid)) ||
40 get_user(gparams.period_num, &user->period_num) ||
41 get_user(gparams.period_den, &user->period_den))
34 snd_timer_user_gparams_compat(struct file *file, struct snd_timer_gparams32 __user *user) argument
/linux-master/kernel/bpf/
H A Dstackmap.c128 u64 *ips, u32 trace_nr, bool user)
137 * fallback is used for kernel stack (!user) on a stackmap with
140 if (!user || !current || !current->mm || irq_work_busy ||
220 bool user = flags & BPF_F_USER_STACK; local
249 ips, trace_nr, user);
288 bool user = flags & BPF_F_USER_STACK; local
290 bool kernel = !user;
300 trace = get_perf_callchain(regs, 0, kernel, user, max_depth,
336 bool kernel, user; local
349 user
127 stack_map_get_build_id_offset(struct bpf_stack_build_id *id_offs, u64 *ips, u32 trace_nr, bool user) argument
396 bool user = flags & BPF_F_USER_STACK; local
514 bool kernel, user; local
[all...]
/linux-master/include/linux/mtd/
H A Dinftl.h12 #error This is a kernel header. Perhaps include nftl-user.h instead?
19 #include <mtd/inftl-user.h>
/linux-master/include/uapi/linux/
H A Datmsap.h35 #define ATM_L2_USER 0x10 /* user-specified */
54 #define ATM_L3_USER 0x10 /* user-specified */
65 #define ATM_HL_USER 0x02 /* user-specific */
112 unsigned char user; /* user-specified l2 information */ member in union:atm_blli::__anon12599
123 unsigned char user; /* user specified l3 information */ member in union:atm_blli::__anon12601
/linux-master/arch/um/include/shared/
H A Dnet_kern.h42 char user[]; member in struct:uml_net_private
56 const struct net_user_info *user; member in struct:transport
/linux-master/include/rdma/
H A Drestrack.h94 * There are two types of entities: created by user and created
110 * @user: user resource
112 bool user; member in struct:rdma_restrack_entry
127 return !res->user;
165 * Every user of this API should be cross examined.
/linux-master/io_uring/
H A Dnotif.h47 if (ctx->user) {
48 ret = __io_account_mem(ctx->user, nr_pages);
/linux-master/drivers/md/dm-vdo/indexer/
H A Dconfig.c30 struct uds_configuration *user)
32 struct index_geometry *geometry = user->geometry;
56 if (saved_config->cache_chapters != user->cache_chapters) {
58 saved_config->cache_chapters, user->cache_chapters);
62 if (saved_config->volume_index_mean_delta != user->volume_index_mean_delta) {
65 user->volume_index_mean_delta);
75 if (saved_config->sparse_sample_rate != user->sparse_sample_rate) {
78 user->sparse_sample_rate);
82 if (saved_config->nonce != user->nonce) {
85 (unsigned long long) user
28 are_matching_configurations(struct uds_configuration *saved_config, struct index_geometry *saved_geometry, struct uds_configuration *user) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c31 #include <nvif/user.h>
75 struct nvif_user *user = &chan->drm->client.device.user; local
93 if (user->func && user->func->doorbell)
94 user->func->doorbell(user, chan->token);
/linux-master/security/keys/
H A Dgc.c158 /* deal with the user's key tracking and quota */
160 spin_lock(&key->user->lock);
161 key->user->qnkeys--;
162 key->user->qnbytes -= key->quotalen;
163 spin_unlock(&key->user->lock);
166 atomic_dec(&key->user->nkeys);
168 atomic_dec(&key->user->nikeys);
170 key_user_put(key->user);
/linux-master/net/unix/
H A Dgarbage.c112 void unix_inflight(struct user_struct *user, struct file *filp) argument
131 WRITE_ONCE(user->unix_inflight, user->unix_inflight + 1);
136 void unix_notinflight(struct user_struct *user, struct file *filp) argument
154 WRITE_ONCE(user->unix_inflight, user->unix_inflight - 1);
404 READ_ONCE(fpl->user->unix_inflight) < UNIX_INFLIGHT_SANE_USER)
/linux-master/tools/testing/selftests/user_events/
H A Dabi_test.c216 FIXTURE(user) {
222 FIXTURE_SETUP(user) {
230 FIXTURE_TEARDOWN(user) {
234 TEST_F(user, enablement) {
255 TEST_F(user, flags) {
275 TEST_F(user, bit_sizes) {
301 TEST_F(user, multi_format) {
344 TEST_F(user, forks) {
399 TEST_F(user, clones) {

Completed in 606 milliseconds

1234567891011>>