Home
last modified time | relevance | path

Searched refs:share (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/Linux-v5.4/fs/lockd/
Dsvcshare.c21 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()
45 if (share == NULL) in nlmsvc_share_file()
[all …]
/Linux-v5.4/tools/perf/tests/
Dbp_account.c72 static int bp_accounting(int wp_cnt, int share) in bp_accounting() argument
92 if (!share) { in bp_accounting()
185 int share = detect_share(wp_cnt, bp_cnt); in test__bp_accounting() local
188 wp_cnt, bp_cnt, has_ioctl, share); in test__bp_accounting()
193 return bp_accounting(wp_cnt, share); in test__bp_accounting()
/Linux-v5.4/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.4/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.4/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()
429 fl->share = freq->flr_share; in fl_create()
438 switch (fl->share) { in fl_create()
522 freq->flr_share = sfl->fl->share; in ipv6_flowlabel_opt_get()
657 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_opt()
658 fl1->share != fl->share || in ipv6_flowlabel_opt()
[all …]
/Linux-v5.4/arch/s390/include/asm/
Duv.h80 static inline int share(unsigned long addr, u16 cmd) in share() function
111 return share(addr, UVC_CMD_SET_SHARED_ACCESS); in uv_set_shared()
121 return share(addr, UVC_CMD_REMOVE_SHARED_ACCESS); in uv_remove_shared()
/Linux-v5.4/Documentation/filesystems/cifs/
Dcifsroot.txt49 cifsroot=//<server-ip>/<share>[,options]
52 located in the <server-ip> and <share> specified in this option.
59 share
60 Path to SMB share (rootfs).
68 Export root file system as a Samba share in smb.conf file.
/Linux-v5.4/tools/lib/traceevent/Documentation/
DMakefile25 htmldir?=$(prefix)/share/doc/libtraceevent-doc
26 pdfdir?=$(prefix)/share/doc/libtraceevent-doc
27 mandir?=$(prefix)/share/man
/Linux-v5.4/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.4/tools/power/x86/turbostat/
DMakefile28 install -d $(DESTDIR)$(PREFIX)/share/man/man8
29 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
/Linux-v5.4/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()
188 nblock->share++; in snd_gf1_mem_alloc()
295 if (block->share || in snd_gf1_mem_info_read()
299 block->share, in snd_gf1_mem_info_read()
/Linux-v5.4/tools/power/cpupower/
DMakefile71 localedir ?= /usr/share/locale
72 docdir ?= /usr/share/doc/packages/cpupower
74 bash_completion_dir ?= /usr/share/bash-completion/completions
/Linux-v5.4/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.4/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()
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
721 if (dest_epid < share->epnum) in fjes_hw_epid_is_shared()
[all …]
Dfjes_trace.h282 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
303 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
326 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
347 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
/Linux-v5.4/tools/testing/selftests/net/
Dipv6_flowlabel_mgr.c48 static int flowlabel_get(int fd, uint32_t label, uint8_t share, uint16_t flags) in flowlabel_get() argument
54 .flr_share = share, in flowlabel_get()
Dipv6_flowlabel.c147 static void flowlabel_get(int fd, uint32_t label, uint8_t share, uint16_t flags) in flowlabel_get() argument
153 .flr_share = share, in flowlabel_get()
/Linux-v5.4/tools/perf/Documentation/
DMakefile43 htmldir?=$(prefix)/share/doc/perf-doc
44 pdfdir?=$(prefix)/share/doc/perf-doc
45 mandir?=$(prefix)/share/man
68 infodir?=$(prefix)/share/info
Dbuild-xed.txt7 $ ./mfile.py --share
/Linux-v5.4/drivers/ntb/hw/mscc/
DKconfig7 selects the Switchtec management driver as they share the same
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Di2c.h19 u8 share; member
/Linux-v5.4/tools/usb/usbip/
Dconfigure.ac89 [where usb.ids is found (default /usr/share/hwdata/)])],
90 [USBIDS_DIR=$withval], [USBIDS_DIR="/usr/share/hwdata/"])
/Linux-v5.4/drivers/parport/
DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/Linux-v5.4/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-spear.txt6 which share clock across all CPUs.
/Linux-v5.4/drivers/staging/vt6655/
DTODO5 - share 80211*.h includes

12345678910>>...13