Home
last modified time | relevance | path

Searched full:share (Results 1 – 25 of 1301) sorted by relevance

12345678910>>...53

/Linux-v5.10/fs/lockd/
Dsvcshare.c18 #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 …]
Dsvc4proc.c14 #include <linux/lockd/share.h>
350 * SHARE: create a DOS share or alter existing share.
360 dprintk("lockd: SHARE called\n"); in nlm4svc_proc_share()
374 /* Now try to create the share */ in nlm4svc_proc_share()
377 dprintk("lockd: SHARE status %d\n", ntohl(resp->status)); in nlm4svc_proc_share()
385 * UNSHARE: Release a DOS share.
Dsvcproc.c14 #include <linux/lockd/share.h>
393 * SHARE: create a DOS share or alter existing share.
403 dprintk("lockd: SHARE called\n"); in nlmsvc_proc_share()
417 /* Now try to create the share */ in nlmsvc_proc_share()
420 dprintk("lockd: SHARE status %d\n", ntohl(resp->status)); in nlmsvc_proc_share()
428 * UNSHARE: Release a DOS share.
/Linux-v5.10/tools/perf/tests/
Dbp_account.c68 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()
/Linux-v5.10/Documentation/misc-devices/
Duacce.rst9 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
/Linux-v5.10/Documentation/filesystems/cifs/
Dcifsroot.rst57 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::
/Linux-v5.10/tools/power/pm-graph/
DMakefile29 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
/Linux-v5.10/include/linux/lockd/
Dshare.h3 * linux/include/linux/lockd/share.h
5 * DOS share management for lockd.
14 * DOS share for a specific file
/Linux-v5.10/include/linux/sched/
Dsd_flags.h16 * 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
/Linux-v5.10/net/ipv6/
Dip6_flowlabel.c99 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 …]
/Linux-v5.10/scripts/package/
Dbuilddeb32 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"
/Linux-v5.10/Documentation/mips/
Dingenic-tcu.rst41 - 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;
/Linux-v5.10/sound/isa/gus/
Dgus_mem.c65 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()
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Di2c.c97 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()
/Linux-v5.10/Documentation/block/
Dbfq-iosched.rst5 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 …]
/Linux-v5.10/drivers/iommu/
Dioasid.c25 * - 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()
/Linux-v5.10/drivers/net/fjes/
Dfjes_hw.c98 hw->hw_info.share = kzalloc(size, GFP_KERNEL); in fjes_hw_alloc_shared_status_region()
99 if (!hw->hw_info.share) in fjes_hw_alloc_shared_status_region()
102 hw->hw_info.share->epnum = hw->max_epid; in fjes_hw_alloc_shared_status_region()
109 kfree(hw->hw_info.share); in fjes_hw_free_shared_status_region()
110 hw->hw_info.share = NULL; in fjes_hw_free_shared_status_region()
193 /* Share status address */ in fjes_hw_init_command_registers()
270 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_hw_setup()
587 struct fjes_device_shared_info *share = hw->hw_info.share; in fjes_hw_unregister_buff_addr() local
595 if (!req_buf || !res_buf || !share) in fjes_hw_unregister_buff_addr()
716 int fjes_hw_epid_is_shared(struct fjes_device_shared_info *share, in fjes_hw_epid_is_shared() argument
[all …]
/Linux-v5.10/Documentation/admin-guide/cifs/
Dusage.rst97 2) an entry for the share in /etc/fstab indicating that a user may
132 to the file /etc/fstab for each //server/share you wish to mount, but
188 outside of the share, so in Samba versions prior to 3.0.6, most symlinks to
195 files that are outside of the share) to a samba specific format on the server
232 syntax) instead of the more widely used UNC format (i.e. \\server\share)::
392 mount the network share read-write (note that the
393 server may still consider the share read-only)
395 mount network share read-only
470 single share (since inode numbers on the servers might not
494 reloaded (or the user remounts the share).
[all …]
/Linux-v5.10/tools/include/uapi/asm-generic/
Dmman-common-tools.h19 #define MAP_SHARED 0x01 /* Share changes */
21 #define MAP_SHARED_VALIDATE 0x03 /* share + validate extension flags */
/Linux-v5.10/include/uapi/linux/
Dmman.h16 #define MAP_SHARED 0x01 /* Share changes */
18 #define MAP_SHARED_VALIDATE 0x03 /* share + validate extension flags */
/Linux-v5.10/tools/include/uapi/linux/
Dmman.h16 #define MAP_SHARED 0x01 /* Share changes */
18 #define MAP_SHARED_VALIDATE 0x03 /* share + validate extension flags */
/Linux-v5.10/tools/power/x86/x86_energy_perf_policy/
DMakefile27 install -d $(DESTDIR)$(PREFIX)/share/man/man8
28 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
/Linux-v5.10/tools/power/x86/turbostat/
DMakefile29 install -d $(DESTDIR)$(PREFIX)/share/man/man8
30 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
/Linux-v5.10/scripts/
Dsphinx-pre-install373 check_missing_file(["/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"],
376 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc",
377 "/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc",
378 "/usr/share/fonts/opentype/noto/NotoSerifCJK-Regular.ttc"],
445 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc"],
544 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc",
545 "/usr/share/fonts/TTF/NotoSans-Regular.ttf"],
576 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc"],
597 check_missing_file(["/usr/share/fonts/dejavu/DejaVuSans.ttf"],
601 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJKsc-Regular.otf",
[all …]
/Linux-v5.10/fs/cifs/
DKconfig43 (smbdirect), advanced security features, per-share encryption,
174 used to communicate on an encrypted share connection on the
185 transparently in an enterprise name space, even if the share
197 Allows NFS server to export a CIFS mounted share (nfsd over cifs)

12345678910>>...53