Home
last modified time | relevance | path

Searched refs:share (Results 1 – 200 of 209) sorted by relevance

12

/linux-4.4.14/fs/lockd/
Dsvcshare.c20 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner() argument
22 return share->s_owner.len == oh->len in nlm_cmp_owner()
23 && !memcmp(share->s_owner.data, oh->data, oh->len); in nlm_cmp_owner()
30 struct nlm_share *share; in nlmsvc_share_file() local
34 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file()
35 if (share->s_host == host && nlm_cmp_owner(share, oh)) in nlmsvc_share_file()
37 if ((argp->fsm_access & share->s_mode) in nlmsvc_share_file()
38 || (argp->fsm_mode & share->s_access )) in nlmsvc_share_file()
42 share = kmalloc(sizeof(*share) + oh->len, in nlmsvc_share_file()
44 if (share == NULL) in nlmsvc_share_file()
[all …]
Dsvc4proc.c500 PROC(share, shareargs, shareres, args, res, Ck+St+1),
Dsvcproc.c544 PROC(share, shareargs, shareres, args, res, Ck+St+1),
/linux-4.4.14/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-4.4.14/net/ipv6/
Dip6_flowlabel.c101 if (fl->share == IPV6_FL_S_PROCESS) in fl_free()
118 if (fl->opt && fl->share == IPV6_FL_S_EXCL) { in fl_release()
410 fl->share = freq->flr_share; in fl_create()
419 switch (fl->share) { in fl_create()
498 freq->flr_share = sfl->fl->share; in ipv6_flowlabel_opt_get()
632 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_opt()
633 fl1->share != fl->share || in ipv6_flowlabel_opt()
634 ((fl1->share == IPV6_FL_S_PROCESS) && in ipv6_flowlabel_opt()
636 ((fl1->share == IPV6_FL_S_USER) && in ipv6_flowlabel_opt()
787 fl->share, in ip6fl_seq_show()
[all …]
/linux-4.4.14/tools/power/x86/turbostat/
DMakefile25 install -d $(DESTDIR)$(PREFIX)/share/man/man8
26 install turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
/linux-4.4.14/sound/isa/gus/
Dgus_mem.c80 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()
203 nblock->share++; in snd_gf1_mem_alloc()
314 if (block->share || in snd_gf1_mem_info_read()
318 block->share, in snd_gf1_mem_info_read()
/linux-4.4.14/drivers/net/fjes/
Dfjes_hw.c112 hw->hw_info.share = kzalloc(size, GFP_KERNEL); in fjes_hw_alloc_shared_status_region()
113 if (!hw->hw_info.share) in fjes_hw_alloc_shared_status_region()
116 hw->hw_info.share->epnum = hw->max_epid; in fjes_hw_alloc_shared_status_region()
123 kfree(hw->hw_info.share); in fjes_hw_free_shared_status_region()
124 hw->hw_info.share = NULL; in fjes_hw_free_shared_status_region()
279 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_hw_setup()
568 struct fjes_device_shared_info *share = hw->hw_info.share; in fjes_hw_unregister_buff_addr() local
576 if (!req_buf || !res_buf || !share) in fjes_hw_unregister_buff_addr()
691 int fjes_hw_epid_is_shared(struct fjes_device_shared_info *share, in fjes_hw_epid_is_shared() argument
696 if (dest_epid < share->epnum) in fjes_hw_epid_is_shared()
[all …]
Dfjes_hw.h262 struct fjes_device_shared_info *share; member
Dfjes_main.c443 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_free_resources()
1259 is_shared = fjes_hw_epid_is_shared(hw->hw_info.share, in fjes_watch_unshare_task()
/linux-4.4.14/tools/power/cpupower/
DMakefile78 localedir ?= /usr/share/locale
79 docdir ?= /usr/share/doc/packages/cpupower
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/
DMakefile10 install x86_energy_perf_policy.8 ${DESTDIR}/usr/share/man/man8/
/linux-4.4.14/tools/perf/Documentation/
DMakefile42 htmldir?=$(prefix)/share/doc/perf-doc
43 pdfdir?=$(prefix)/share/doc/perf-doc
44 mandir?=$(prefix)/share/man
58 infodir?=$(prefix)/share/info
Dperf-probe.txt174 for searching a specific function when several functions share same name.
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Di2c.h18 u8 share; member
/linux-4.4.14/drivers/staging/olpc_dcon/
DTODO3 share more code
/linux-4.4.14/tools/usb/usbip/
Dconfigure.ac89 [where usb.ids is found (default /usr/share/hwdata/)])],
90 [USBIDS_DIR=$withval], [USBIDS_DIR="/usr/share/hwdata/"])
DINSTALL174 If you want to set default values for `configure' scripts to share, you
177 `configure' looks for `PREFIX/share/config.site' if it exists, then
DCOPYING12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
/linux-4.4.14/drivers/parport/
DMakefile5 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
DKconfig30 It is possible to share a single parallel port among several devices
/linux-4.4.14/Documentation/input/
Dcd32.txt2 joypad connected to the parallel port. Thought I'd share it with you so
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Ds2mpa01.txt34 NOTE: Some BUCKs share the ramp rate setting i.e. same ramp value will be set
37 The following BUCKs share ramp settings:
Ds2mps11.txt67 NOTE: Some BUCKs share the ramp rate setting i.e. same ramp value will be set
/linux-4.4.14/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-spear.txt6 which share clock across all CPUs.
Dcpufreq-dt.txt4 both uniprocessor (UP) and symmetric multiprocessor (SMP) systems which share
/linux-4.4.14/drivers/staging/vt6655/
DTODO5 - share 80211*.h includes
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-sdram-controller.txt4 differs from one SoC variant to another, but they also share a number
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbase.c271 ccbE.drive, ccbE.sense, ccbE.share, ccbE.auxch); in nvkm_i2c_new_()
273 if (ccbE.share != DCB_I2C_UNUSED) { in nvkm_i2c_new_()
274 const int id = NVKM_I2C_PAD_HYBRID(ccbE.share); in nvkm_i2c_new_()
/linux-4.4.14/Documentation/kbuild/
DKconfig.recursion-issue-0211 # drivers if they share a common core requirement and use disjoint semantics to
13 # use "select". For instance it means if a driver A and driver B share the same
/linux-4.4.14/tools/perf/config/
DMakefile677 mandir = share/man
678 infodir = share/info
680 sharedir = $(prefix)/share
681 template_dir = share/perf-core/templates
682 STRACE_GROUPS_DIR = share/perf-core/strace/groups
683 htmldir = share/doc/perf-doc
/linux-4.4.14/arch/x86/pci/
Dxen.c33 int share = 1; in xen_pcifront_enable_irq() local
47 share = 0; in xen_pcifront_enable_irq()
49 rc = xen_bind_pirq_gsi_to_irq(gsi, pirq, share, "pcifront"); in xen_pcifront_enable_irq()
/linux-4.4.14/Documentation/sound/alsa/
DMIXART.txt88 The firmware binaries are installed on /usr/share/alsa/firmware
89 (or /usr/local/share/alsa/firmware, depending to the prefix option of
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmarvell,berlin.txt9 (BG2, BG2CD, BG2Q) SoCs share the same IP for PLLs and clocks, with some
Drenesas,cpg-mssr.txt5 and share the same register block.
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smem.txt3 This binding describes the Qualcomm Shared Memory Manager, used to share data
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME89 2) an entry for the share in /etc/fstab indicating that a user may
124 to the file /etc/fstab for each //server/share you wish to mount, but
176 outside of the share, so in Samba versions prior to 3.0.6, most symlinks to
181 files that are outside of the share) to a samba specific format on the server
217 syntax) instead of the more widely used UNC format (i.e. \\server\share):
349 rw mount the network share read-write (note that the
350 server may still consider the share read-only)
351 ro mount network share read-only
409 single share (since inode numbers on the servers might not
431 reloaded (or the user remounts the share).
[all …]
DCHANGES44 characters. Add support for mounting root of a share which redirects immediately
81 top of the share. Fix problem in 2.6.28 resolving DFS paths to
138 of second share to disconnected server session (autoreconnect on this).
153 ability to mount to IPC$ share (which allows CIFS named pipes to be
165 and the share name.
265 Handle conversion of long share names (especially Asian languages)
298 directio. Recognize share mode security and send NTLM encrypted password
299 on tree connect if share mode negotiated.
538 for each mounted share (new menuconfig option). Fix endianness problem in
1007 multiple uses to same share, multiple users to same server etc.
/linux-4.4.14/include/uapi/linux/
Dxfrm.h241 __u8 share; member
418 __u8 share; member
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Drenesas,mtu2.txt6 Channels share hardware resources but their counter and compare match value
Drenesas,tmu.txt6 Channels share hardware resources but their counter and compare match value
Drenesas,cmt.txt6 Channels share hardware resources but their counter and compare match value
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/
Dctrl.txt6 Syscon is used to share register level access to drivers external to
/linux-4.4.14/Documentation/namespaces/
Dcompatibility-list.txt7 occur when tasks share some namespace (the columns) while living
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dbrcm,unimac-mdio.txt18 - interrupt-names: must be "mdio_done_error" when there is a share interrupt fed
/linux-4.4.14/Documentation/arm/keystone/
DOverview.txt42 All of the K2 SoCs/EVMs share a common defconfig, keystone_defconfig and same
/linux-4.4.14/drivers/hsi/
Dhsi.c612 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port() argument
618 if ((port->claimed) && (!port->shared || !share)) { in hsi_claim_port()
627 port->shared = !!share; in hsi_claim_port()
/linux-4.4.14/Documentation/timers/
Dhpet.txt13 independent of each other ... these share a counter, complicating resets.
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dcs35l32.txt34 - cirrus,sdout-share : SDOUT sharing. Determines whether one or two CS35L32
/linux-4.4.14/arch/arm/boot/dts/
Domap-zoom-common.dtsi13 * they probably share the same GPIO IRQ
Dlpc32xx.dtsi265 * TSC vs. ADC: Since those two share the same
/linux-4.4.14/drivers/net/wireless/ath/
DKconfig9 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
/linux-4.4.14/fs/cifs/
DKconfig42 Enabling this option will cause statistics for each server share
157 transparently in an enterprise name space, even if the share
168 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-xilinx.txt5 input/output/tristate. Both channels share the same global IRQ but
Dgpio-mxs.txt7 GPIO ports share the same IO space with PIN controller, the GPIO node
Dgpio-mcp23s08.txt30 chips - as the name suggests. Multiple SPI chips can share the same
/linux-4.4.14/tools/perf/tests/
DBuild26 perf-y += thread-mg-share.o
Dmake192 test_make_install_man := test -f $$TMP_DEST/share/man/man1/perf.1
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dst,spear3xx-shirq.txt9 may share same set of status/mask registers spanning across different
/linux-4.4.14/Documentation/
Dunshare.txt31 between processes and "threads". The kernel allows processes to share
38 call, applications can selectively choose which resources to share
79 client requests by creating processes that share resources such as
132 shared by explicit request to share them when creating a process
Dsgi-ioc4.txt8 standpoint is that all these functions share a single IRQ, and
DIntel-IOMMU.txt44 share the virtual address with all devices under the p2p bridge due to
Ddma-buf-sharing.txt19 - allows other users to share the buffer by using dma_buf sharing APIs,
76 anonymous file associated with the buffer. It can then share the fd with other
393 dma_buf files share the same anon inode, hence the exporter needs to replace
453 with the anon_file struct file, i.e. all dma_bufs share the same file.
Dmen-chameleon-bus.txt36 that only use a single memory resource and share the PCI legacy IRQ. Not
Deisa.txt182 drivers share their probing routine between ISA, and EISA. Special
Dcircular-buffers.txt16 buffer don't want to share a lock.
Dbus-virt-phys-mapping.txt37 because the memory and the devices share the same address space, and that is
Dparport.txt2 includes the ability to share one port between multiple device
Dthis_cpu_ops.txt305 share a cache-line but the relaxed synchronization is applied to
DDMA-API-HOWTO.txt377 when the underlying buffers don't share cache lines with other data.
946 makes sure that kmalloc'ed buffer doesn't share a cache line with
Dvfio.txt74 possible to share a set of page tables between different groups,
Dadding-syscalls.txt204 tables, but several other architectures share a generic syscall table. Add your
Dparport-lowlevel.txt372 PARPORT_DEV_EXCL The device cannot share the parallel port at all.
Dpinctrl.txt1171 once. Since they share the same name, pin controller device, function and
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Dm_can.txt19 Multiple M_CAN instances can share the same Message
/linux-4.4.14/Documentation/networking/
Dvxge.txt22 The functions share a 10GbE link and the pci-e bus, but hardly anything else
Dipvlan.txt10 the master device share the L2 with it's slave devices. I have developed this
Dgeneric-hdlc.txt8 interfaces can share a single PVC.
DREADME.sb1000135 can share the same IP address as the ppp0 interface. Note that this
140 (in rc.local or some such) then any interfaces can share the same IP
Dscaling.txt56 share a particular memory level (L1, L2, NUMA node, etc.).
164 share the same memory domain as the interrupting CPU for that queue.
420 best CPUs to share a given queue are probably those that share the cache
Dbaycom.txt6 separate drivers as they did not share any code, and the driver
DLICENSE.qlcnic22 freedom to share and change it. By contrast, the GNU General Public
23 License is intended to guarantee your freedom to share and change free
DLICENSE.qlge22 freedom to share and change it. By contrast, the GNU General Public
23 License is intended to guarantee your freedom to share and change free
Drxrpc.txt104 a port number. AF_RXRPC permits multiple services to share an endpoint.
192 would otherwise share the connection). Non-secured calls would also be
193 able to share connections with each other.
716 secured in this way will still share connections if at all possible.
Dde4x5.txt126 share the same interrupt as the DECchip based cards. The problem occurs
DPLIP.txt62 share parallel ports between PLIP and other services.
DREADME.ipw210036 generally unlicensed devices that share spectrum with radars,
DREADME.ipw220049 generally unlicensed devices that share spectrum with radars,
Dvortex.txt320 On a side note, adding HAS_NWAY seems to share a problem with the
Dphy.txt37 Different devices use different busses (though some share common interfaces).
Dz8530drv.txt103 IRQs or the same. If they share an interrupt, it needs to be
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-pxa-pci-ce4100.txt7 which share only an interrupt line.
/linux-4.4.14/include/linux/hsi/
Dhsi.h259 int hsi_claim_port(struct hsi_client *cl, unsigned int share);
/linux-4.4.14/Documentation/filesystems/
Dcramfs.txt48 For /usr/share/magic
Ddlmfs.txt80 OCFS2 DLM limitation). Through this mechanism, users of dlmfs can share
Dsquashfs.txt140 compressed metadata block, and therefore, can share the start block.
143 entries, each of which share the shared start block. A new directory header
D9p.txt117 This can be used to share devices/named pipes/sockets between
Dromfs.txt128 they will behave as you can expect (i.e. share the inode number).
Dgfs2-glocks.txt188 cluster has its share. That will be very useful when setting
Dporting357 Even though i_dentry and i_rcu share storage in a union, we will
Dproc.txt442 process' proportional share of this mapping (PSS), the number of clean and
462 "SwapPss" shows proportional swap share of this mapping.
475 ms - may share
Dsharedsubtree.txt195 The above semantics allows a way to share mounts across
/linux-4.4.14/Documentation/hwmon/
Dpc8736030 all temperature channels, because some of them share pins with each other,
126 Note that these three additional channels share their pins with the
Dlm8767 Some functions share pins, so not all functions are available at the same
Dsmsc47m19283 Note that temp1 and temp2 offsets share the same register,
Dsis559564 fifth voltage sensor (in4) share a pin which is configurable, but not
Dnct677574 is lower than optimal. Some fans might not be present because they share pins
Dw83627ehf76 share pins with other functions.
Dit87137 upper VID bits share their pins with voltage inputs (in5 and in6) so you
Dw83781d197 782d has pwm1-2 for ISA, pwm1-4 for i2c. (pwm3-4 share pins with
/linux-4.4.14/Documentation/spi/
Dspi-lm70llp51 devices might share the same SI/SO pin.
Dspi-summary181 controller managing bus "B". All spiB.* devices share one
206 the arch/.../mach-*/board-*.c files for several boards can all share the
/linux-4.4.14/Documentation/mic/
Dscif_overview.txt23 nodes in a SCIF PCIe "network" to share memory "windows" and to communicate. A
/linux-4.4.14/Documentation/devicetree/bindings/opp/
Dopp.txt78 switch their DVFS state together, i.e. they share clock/voltage/current lines.
80 but they share OPP tables.
/linux-4.4.14/drivers/pci/
DKconfig89 which allows them to create virtual devices which share their
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.freeze70 it share the IRQ with some other piece of hardware. IRQ sharing with
/linux-4.4.14/net/sched/
Dsch_cbq.c108 struct cbq_class *share; /* Ptr to LS parent in the class tree */ member
707 for ( ; cl; cl = cl->share) { in cbq_update()
1232 cl->share = (lss->flags & TCF_CBQ_LSS_ISOLATED) ? NULL : cl->tparent; in cbq_set_lss()
1428 if (cl->share == NULL) in cbq_dump_lss()
1876 cl->share = cl->tparent; in cbq_change_class()
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx-pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
Datmel,at91-pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
Drockchip,pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
/linux-4.4.14/arch/x86/boot/
DMakefile162 for i in lib lib64 share end ; do \
/linux-4.4.14/arch/sh/lib/
Dmovmem.S73 movmem_done: ! share slot insn, works out aligned.
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
DKconfig8 rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share
/linux-4.4.14/arch/powerpc/platforms/pseries/
DKconfig33 processors, that is, which share physical processors between
/linux-4.4.14/Documentation/power/
Dsuspend-and-cpuhotplug.txt7 infrastructure uses it internally? And where do they share common code?
15 of describing where they take different paths and where they share code.
Dcharger-manager.txt65 multiple instances of Charger Manager share the same charger_global_desc
Ddevices.txt368 callback. However, bus types allowing devices to share interrupt
401 permits devices to share interrupt vectors, like PCI, the method should
604 Sometimes devices share reference clocks or other power resources. In those
Dswsusp.txt157 or an NFS share[Work In Progress]). Questions regarding suspend2
/linux-4.4.14/Documentation/scheduler/
Dsched-design-CFS.txt37 would ever get "out of balance" from the "ideal" share of CPU time. ]
222 task groups and modify their CPU share using the "cgroups" pseudo filesystem.
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt124 All objects in a container share the same hardware "isolation context".
246 same container/DPRC share the same 'device-id'.
/linux-4.4.14/Documentation/DocBook/
D.device-drivers.xml.cmd2 …iver.h include/linux/parport.h drivers/parport/ieee1284.c drivers/parport/share.c drivers/parport/…
Dnetworking.xml.db24 API-skb-share-check
/linux-4.4.14/include/sound/
Dgus.h193 unsigned int share; /* share count */ member
/linux-4.4.14/Documentation/scsi/
DChangeLog.sym53c8xx_254 This allows to share the corresponding code with NetBSD
DLICENSE.qla4xxx23 freedom to share and change it. By contrast, the GNU General Public
24 License is intended to guarantee your freedom to share and change free
DLICENSE.qla2xxx24 freedom to share and change it. By contrast, the GNU General Public
25 License is intended to guarantee your freedom to share and change free
DBusLogic.txt20 host adapters which share a common programming interface across a diverse
196 Adapters may share the same interrupt request channel.
DChangeLog.sym53c8xx270 - Fix some bug in the fully untested MDP handling:) and share
372 the sym53c8xx_defs.h file. So, the both drivers will share them.
/linux-4.4.14/drivers/thermal/
DKconfig96 bool "Fair-share thermal governor"
98 Enable this to manage platform thermals using fair-share governor.
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt135 We still offer no support for this; however, it should share a lot of
270 HWA-HC and DWA-HC share that they are Wire-Adapters (USB or WUSB
274 HWA-HC and WHCI-HC share that they are both WUSB host controllers, so
Dehci.txt61 transfers can't share much code with the code for high speed ISO transfers,
Dpower-management.txt641 are combined into a single usb3 connector. Peer ports share the same
/linux-4.4.14/Documentation/vm/
Dzswap.txt18 * Overcommitted guests that share a common I/O resource can
Dnuma_memory_policy.txt83 VMA policies are shared between all tasks that share a virtual address
109 object share the policy, and all pages allocated for the shared object,
445 in two cpusets share access to a memory region, such as shared memory segments
Dcleancache.txt56 systems) that may share a clustered filesystem, and where cleancache
/linux-4.4.14/scripts/package/
Dbuilddeb275 License version 2 can be found in \`/usr/share/common-licenses/GPL-2'.
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Diommu.txt122 * Masters are statically associated with this IOMMU and share
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Darm-boards177 Juno device tree bindings also share the Versatile Express bindings as
Dtopology.txt92 cpu-map child nodes which do not share a common parent node can have the same
/linux-4.4.14/net/xfrm/
Dxfrm_user.c1289 switch (p->share) { in verify_newpolicy_info()
1359 t->share = ut->share; in copy_templates()
1467 p->share = XFRM_SHARE_ANY; /* XXX xp->share */ in copy_to_user_policy()
1564 up->share = kp->share; in copy_to_user_tmpl()
/linux-4.4.14/Documentation/block/
Dcfq-iosched.txt266 synchronous IO might not get fair share of disk.
273 and notice how a workload can lose its disk share and suffer due to
Dbiovecs.txt75 size bios - because the new bio can share the old bio's biovec.
/linux-4.4.14/arch/arm/plat-samsung/
DKconfig75 for drivers such as the touchscreen and hwmon to use to share
/linux-4.4.14/Documentation/fb/
Dudlfb.txt30 host controller share the same 480Mbs USB 2.0 interface.
/linux-4.4.14/Documentation/accounting/
Dtaskstats.txt22 tasks that share an mm_struct i.e. the traditional Unix process. Despite the
/linux-4.4.14/drivers/cpufreq/
DKconfig197 systems which share clock and voltage across all CPUs.
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt384 make -f /usr/share/selinux/devel/Makefile
399 /usr/share/doc/cachefilesd-*/move-cache.txt
/linux-4.4.14/mm/
Dnommu.c1362 goto share; in do_mmap()
1415 share: in do_mmap()
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DOverview.txt60 with the s3c2443 which does not share many of the same drivers in
/linux-4.4.14/Documentation/cpu-freq/
Dcpu-drivers.txt128 Offline) that share the clock. Then the core would copy this mask onto
/linux-4.4.14/arch/powerpc/boot/dts/
Dmpc8641_hpcn.dts640 * due to the fact that the 2 now share address space in the new memory
/linux-4.4.14/Documentation/PCI/
DPCIEBUS-HOWTO.txt171 port share the same physical device, if an individual service driver
Dpci-error-recovery.txt406 platforms aren't supposed to share interrupts between many devices
/linux-4.4.14/drivers/xen/
DKconfig108 The xen filesystem provides a way for domains to share
/linux-4.4.14/Documentation/i2c/
Dsmbus-protocol229 The SMBus alert protocol allows several SMBus slave devices to share a
/linux-4.4.14/drivers/staging/rtl8192u/
Dcopying12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
/linux-4.4.14/Documentation/s390/
Dcds.txt120 share those 15 interrupt levels. Devices attached to the ISA bus system must
121 not share interrupt levels (aka. IRQs), as the ISA bus bases on edge triggered
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense19 share and change it. By contrast, the GNU General Public License is intended
20 to guarantee your freedom to share and change free software--to make sure
/linux-4.4.14/
DCOPYING28 freedom to share and change it. By contrast, the GNU General Public
29 License is intended to guarantee your freedom to share and change free
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-system-cpu152 freqdomain_cpus is the list of CPUs (online+offline) that share
/linux-4.4.14/arch/powerpc/
DKconfig.debug336 share the same address.
/linux-4.4.14/Documentation/ide/
Dide.txt74 Any number of interfaces may share a single IRQ if necessary, at a slight
/linux-4.4.14/Documentation/development-process/
D7.AdvancedTopics89 (i.e. changes which do not share the same history). It is possible to
/linux-4.4.14/Documentation/sh/
Dnew-machine.txt90 share the same board-specific code with minor differences.
/linux-4.4.14/include/net/
Dipv6.h233 u8 share; member
Dxfrm.h491 u8 share; member
/linux-4.4.14/drivers/iio/adc/
DKconfig180 of SoCs for drivers such as the touchscreen and hwmon to use to share
/linux-4.4.14/Documentation/powerpc/
Dcxl.txt111 and userspace can share control and status information.
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt78 efficiency just by letting the operating system automatically share
229 a direct ancestor or descendant, may share any of the same CPUs or
237 jobs can share common kernel data, such as file system pages, while
Dcgroups.txt133 At the same time Firefox/Lynx will share an appropriate CPU/Memory class
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt181 that the per-device modeset objects like connectors share a namespace with
Dioctl-number.txt22 many drivers share a partial letter with other drivers.
/linux-4.4.14/drivers/tty/serial/8250/
DKconfig246 serial ports on the same board to share a single IRQ. To enable
/linux-4.4.14/Documentation/acpi/
Denumeration.txt343 o The children share the parent ACPI handle.
/linux-4.4.14/drivers/net/
DKconfig156 on packets. All interfaces (including the main interface) share L2
/linux-4.4.14/drivers/staging/unisys/Documentation/
Doverview.txt10 allow guest partitions on the same server to share devices that would
/linux-4.4.14/drivers/md/
DKconfig283 Provides thin provisioning and snapshots that share a data store.
/linux-4.4.14/Documentation/blockdev/
Dparide.txt292 floppy that you could share with a DOS system:
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio131 together on one system and they can share the same IRQ.
/linux-4.4.14/drivers/net/usb/
DKconfig557 Module used to share Internet connection (tethering) from your
/linux-4.4.14/arch/s390/
DKconfig760 Select this option, if you want to share the text segment of the
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt111 collection of items that share the same attributes and operations.
/linux-4.4.14/drivers/block/
DKconfig91 option, you may share a single port between your printer and other
/linux-4.4.14/drivers/char/
DKconfig104 It is possible to share one parallel port among several devices
/linux-4.4.14/net/ipv4/
DKconfig543 ``fair share`` of bandwidth as targeted by TCP.
/linux-4.4.14/Documentation/video4linux/
Dv4l2-controls.txt627 audio controls, while the video and vbi device nodes share the same control
Dv4l2-framework.txt669 device has multiple PCI devices that all share the same v4l2_device core.
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt347 on when the CPUs are powered on. Generally, CPUs on the same die will share
/linux-4.4.14/Documentation/security/
DSmack.txt495 for two processes with different labels to share data without granting
/linux-4.4.14/net/netfilter/
DKconfig1108 based on the Type Of Service fields of the IPv4 packet (which share

12