| /kernel/linux/linux-5.10/fs/lockd/ |
| D | svcshare.c | 18 #include <linux/lockd/share.h> 21 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner() argument 23 return share->s_owner.len == oh->len in nlm_cmp_owner() 24 && !memcmp(share->s_owner.data, oh->data, oh->len); in nlm_cmp_owner() 31 struct nlm_share *share; in nlmsvc_share_file() local 35 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file() 36 if (share->s_host == host && nlm_cmp_owner(share, oh)) in nlmsvc_share_file() 38 if ((argp->fsm_access & share->s_mode) in nlmsvc_share_file() 39 || (argp->fsm_mode & share->s_access )) in nlmsvc_share_file() 43 share = kmalloc(sizeof(*share) + oh->len, in nlmsvc_share_file() [all …]
|
| /kernel/linux/linux-4.19/fs/lockd/ |
| D | svcshare.c | 18 #include <linux/lockd/share.h> 21 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner() argument 23 return share->s_owner.len == oh->len in nlm_cmp_owner() 24 && !memcmp(share->s_owner.data, oh->data, oh->len); in nlm_cmp_owner() 31 struct nlm_share *share; in nlmsvc_share_file() local 35 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file() 36 if (share->s_host == host && nlm_cmp_owner(share, oh)) in nlmsvc_share_file() 38 if ((argp->fsm_access & share->s_mode) in nlmsvc_share_file() 39 || (argp->fsm_mode & share->s_access )) in nlmsvc_share_file() 43 share = kmalloc(sizeof(*share) + oh->len, in nlmsvc_share_file() [all …]
|
| D | svc4proc.c | 14 #include <linux/lockd/share.h> 340 * SHARE: create a DOS share or alter existing share. 350 dprintk("lockd: SHARE called\n"); in nlm4svc_proc_share() 364 /* Now try to create the share */ in nlm4svc_proc_share() 367 dprintk("lockd: SHARE status %d\n", ntohl(resp->status)); in nlm4svc_proc_share() 374 * UNSHARE: Release a DOS share. 533 PROC(share, shareargs, shareres, args, res, Ck+St+1),
|
| D | svcproc.c | 14 #include <linux/lockd/share.h> 383 * SHARE: create a DOS share or alter existing share. 393 dprintk("lockd: SHARE called\n"); in nlmsvc_proc_share() 407 /* Now try to create the share */ in nlmsvc_proc_share() 410 dprintk("lockd: SHARE status %d\n", ntohl(resp->status)); in nlmsvc_proc_share() 417 * UNSHARE: Release a DOS share. 577 PROC(share, shareargs, shareres, args, res, Ck+St+1),
|
| /kernel/linux/linux-4.19/tools/perf/tests/ |
| D | bp_account.c | 71 static int bp_accounting(int wp_cnt, int share) in bp_accounting() argument 91 if (!share) { in bp_accounting() 171 * - detects if watchpoints and breakpoints share 175 * - in case wp and bp do not share slots, 184 int share = detect_share(wp_cnt, bp_cnt); in test__bp_accounting() local 186 pr_debug("watchpoints count %d, breakpoints count %d, has_ioctl %d, share %d\n", in test__bp_accounting() 187 wp_cnt, bp_cnt, has_ioctl, share); in test__bp_accounting() 192 return bp_accounting(wp_cnt, share); in test__bp_accounting()
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | bp_account.c | 68 static int bp_accounting(int wp_cnt, int share) in bp_accounting() argument 88 if (!share) { in bp_accounting() 168 * - detects if watchpoints and breakpoints share 172 * - in case wp and bp do not share slots, 181 int share = detect_share(wp_cnt, bp_cnt); in test__bp_accounting() local 183 pr_debug("watchpoints count %d, breakpoints count %d, has_ioctl %d, share %d\n", in test__bp_accounting() 184 wp_cnt, bp_cnt, has_ioctl, share); in test__bp_accounting() 189 return bp_accounting(wp_cnt, share); in test__bp_accounting()
|
| /kernel/linux/linux-5.10/Documentation/misc-devices/ |
| D | uacce.rst | 9 This differs from the data sharing between cpu and io device, which share 12 share the same virtual address in the communication. 14 IOMMU share the same CPU page tables and as a result the same translation 97 hardware by ioctl (as control path) or share memory (as data path). 109 * @UACCE_QFRT_DUS: device user share region 123 The device user share region is used for share data buffer between user process
|
| /kernel/linux/linux-4.19/tools/power/pm-graph/ |
| D | Makefile | 29 install -d $(DESTDIR)$(PREFIX)/share/man/man8 30 install bootgraph.8 $(DESTDIR)$(PREFIX)/share/man/man8 31 install sleepgraph.8 $(DESTDIR)$(PREFIX)/share/man/man8 34 rm -f $(DESTDIR)$(PREFIX)/share/man/man8/bootgraph.8 35 rm -f $(DESTDIR)$(PREFIX)/share/man/man8/sleepgraph.8
|
| /kernel/linux/linux-5.10/tools/power/pm-graph/ |
| D | Makefile | 29 install -d $(DESTDIR)$(PREFIX)/share/man/man8 30 install bootgraph.8 $(DESTDIR)$(PREFIX)/share/man/man8 31 install sleepgraph.8 $(DESTDIR)$(PREFIX)/share/man/man8 34 rm -f $(DESTDIR)$(PREFIX)/share/man/man8/bootgraph.8 35 rm -f $(DESTDIR)$(PREFIX)/share/man/man8/sleepgraph.8
|
| /kernel/linux/linux-5.10/Documentation/filesystems/cifs/ |
| D | cifsroot.rst | 57 cifsroot=//<server-ip>/<share>[,options] 60 located in the <server-ip> and <share> specified in this option. 67 share 68 Path to SMB share (rootfs). 76 Export root file system as a Samba share in smb.conf file::
|
| /kernel/linux/linux-4.19/include/linux/lockd/ |
| D | share.h | 3 * linux/include/linux/lockd/share.h 5 * DOS share management for lockd. 14 * DOS share for a specific file
|
| /kernel/linux/linux-5.10/include/linux/lockd/ |
| D | share.h | 3 * linux/include/linux/lockd/share.h 5 * DOS share management for lockd. 14 * DOS share for a specific file
|
| /kernel/linux/linux-5.10/include/linux/sched/ |
| D | sd_flags.h | 16 * domain share the same resource), or because they are tied to a scheduling 94 * Domain members share CPU capacity (i.e. SMT) 96 * SHARED_CHILD: Set from the base domain up until spanned CPUs no longer share 103 * Domain members share CPU package resources (i.e. caches) 105 * SHARED_CHILD: Set from the base domain up until spanned CPUs no longer share
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | ip6_flowlabel.c | 99 return fl->share == IPV6_FL_S_EXCL || in fl_shared_exclusive() 100 fl->share == IPV6_FL_S_PROCESS || in fl_shared_exclusive() 101 fl->share == IPV6_FL_S_USER; in fl_shared_exclusive() 108 if (fl->share == IPV6_FL_S_PROCESS) in fl_free_rcu() 136 if (fl->opt && fl->share == IPV6_FL_S_EXCL) { in fl_release() 430 fl->share = freq->flr_share; in fl_create() 439 switch (fl->share) { in fl_create() 523 freq->flr_share = sfl->fl->share; in ipv6_flowlabel_opt_get() 665 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_get() 666 fl1->share != fl->share || in ipv6_flowlabel_get() [all …]
|
| /kernel/linux/linux-5.10/Documentation/mips/ |
| D | ingenic-tcu.rst | 41 - Each channel can generate an interrupt. Some channels share an interrupt 45 own interrupt line; channels 2-7 share the last interrupt line. 46 - On JZ4725B, channel 0 has its own interrupt; channels 1-5 share one 49 channels 0-4 and (if eight channels) 6-7 all share one interrupt line;
|
| /kernel/linux/linux-5.10/scripts/package/ |
| D | builddeb | 32 mkdir -p "$pdir/usr/share/doc/$pname" 33 cp debian/copyright "$pdir/usr/share/doc/$pname/" 34 cp debian/changelog "$pdir/usr/share/doc/$pname/changelog.Debian" 35 gzip -n -9 "$pdir/usr/share/doc/$pname/changelog.Debian" 142 …mkdir -p "$tmpdir/usr/lib/uml/modules/$version" "$tmpdir/usr/bin" "$tmpdir/usr/share/doc/$packagen… 144 cp $KCONFIG_CONFIG "$tmpdir/usr/share/doc/$packagename/config" 145 gzip "$tmpdir/usr/share/doc/$packagename/config"
|
| /kernel/linux/linux-4.19/scripts/package/ |
| D | builddeb | 19 mkdir -p "$pdir/usr/share/doc/$pname" 20 cp debian/copyright "$pdir/usr/share/doc/$pname/" 21 cp debian/changelog "$pdir/usr/share/doc/$pname/changelog.Debian" 22 gzip -9 "$pdir/usr/share/doc/$pname/changelog.Debian" 75 …mkdir -p "$tmpdir/usr/lib/uml/modules/$version" "$tmpdir/usr/bin" "$tmpdir/usr/share/doc/$packagen… 78 cp $KCONFIG_CONFIG "$tmpdir/usr/share/doc/$packagename/config" 79 gzip "$tmpdir/usr/share/doc/$packagename/config"
|
| /kernel/linux/linux-5.10/sound/isa/gus/ |
| D | gus_mem.c | 65 if (block->share) { /* ok.. shared block */ in snd_gf1_mem_xfree() 66 block->share--; in snd_gf1_mem_xfree() 135 block->share = 0; in snd_gf1_mem_find() 185 snd_printk(KERN_ERR "snd_gf1_mem_alloc - share: sizes differ\n"); in snd_gf1_mem_alloc() 188 nblock->share++; in snd_gf1_mem_alloc() 295 if (block->share || in snd_gf1_mem_info_read() 298 snd_iprintf(buffer, " Share : %i [id0 0x%x] [id1 0x%x] [id2 0x%x] [id3 0x%x]\n", in snd_gf1_mem_info_read() 299 block->share, in snd_gf1_mem_info_read()
|
| /kernel/linux/linux-4.19/net/ipv6/ |
| D | ip6_flowlabel.c | 101 if (fl->share == IPV6_FL_S_PROCESS) in fl_free_rcu() 124 if (fl->opt && fl->share == IPV6_FL_S_EXCL) { in fl_release() 417 fl->share = freq->flr_share; in fl_create() 426 switch (fl->share) { in fl_create() 505 freq->flr_share = sfl->fl->share; in ipv6_flowlabel_opt_get() 640 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_opt() 641 fl1->share != fl->share || in ipv6_flowlabel_opt() 642 ((fl1->share == IPV6_FL_S_PROCESS) && in ipv6_flowlabel_opt() 644 ((fl1->share == IPV6_FL_S_USER) && in ipv6_flowlabel_opt() 799 fl->share, in ip6fl_seq_show() [all …]
|
| /kernel/linux/linux-4.19/sound/isa/gus/ |
| D | gus_mem.c | 80 if (block->share) { /* ok.. shared block */ in snd_gf1_mem_xfree() 81 block->share--; in snd_gf1_mem_xfree() 150 block->share = 0; in snd_gf1_mem_find() 200 snd_printk(KERN_ERR "snd_gf1_mem_alloc - share: sizes differ\n"); in snd_gf1_mem_alloc() 203 nblock->share++; in snd_gf1_mem_alloc() 314 if (block->share || in snd_gf1_mem_info_read() 317 snd_iprintf(buffer, " Share : %i [id0 0x%x] [id1 0x%x] [id2 0x%x] [id3 0x%x]\n", in snd_gf1_mem_info_read() 318 block->share, in snd_gf1_mem_info_read()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| D | i2c.c | 97 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse() 111 info->share = nvbios_rd08(bios, ent + 1) >> 1; in dcb_i2c_parse() 116 info->share = info->auxch; in dcb_i2c_parse() 125 info->share = info->auxch; in dcb_i2c_parse() 159 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| D | i2c.c | 97 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse() 111 info->share = nvbios_rd08(bios, ent + 1) >> 1; in dcb_i2c_parse() 116 info->share = info->auxch; in dcb_i2c_parse() 125 info->share = info->auxch; in dcb_i2c_parse() 159 info->share = DCB_I2C_UNUSED; in dcb_i2c_parse()
|
| /kernel/linux/linux-4.19/Documentation/block/ |
| D | bfq-iosched.txt | 4 BFQ is a proportional-share I/O scheduler, with some extra 137 BFQ is a proportional-share I/O scheduler, whose general structure, 193 applications more than their fair share of the device 233 - First, with any proportional-share scheduler, the maximum 372 receives its allotted share of the bandwidth. The first condition is 424 increases the bandwidth share of privileged applications, as the main 479 share. To activate cgroups support, set BFQ_GROUP_IOSCHED. 484 With BFQ, proportional share means true proportional share of the 491 group, the children of the group share the whole bandwidth of the 494 same share of the whole group bandwidth, unless the ioprio of the [all …]
|
| /kernel/linux/linux-5.10/Documentation/block/ |
| D | bfq-iosched.rst | 5 BFQ is a proportional-share I/O scheduler, with some extra 158 BFQ is a proportional-share I/O scheduler, whose general structure, 214 applications more than their fair share of the device 254 - First, with any proportional-share scheduler, the maximum 400 receives its allotted share of the bandwidth. The first condition is 452 increases the bandwidth share of privileged applications, as the main 500 share. To activate cgroups support, set BFQ_GROUP_IOSCHED. 505 With BFQ, proportional share means true proportional share of the 512 group, the children of the group share the whole bandwidth of the 515 same share of the whole group bandwidth, unless the ioprio of the [all …]
|
| /kernel/linux/linux-5.10/drivers/iommu/ |
| D | ioasid.c | 25 * - Custom allocators may share allocation helpers with different private data. 26 * Custom allocators that share the same helper functions also share the same 43 * @slist: allocators share the same ops but different data 111 /* For tracking custom allocators that share the same ops */ in ioasid_alloc_allocator() 135 * Multiple allocators can share the same alloc() function, in this case the 179 * then they will share the same IOASID space. in ioasid_register_allocator()
|