/Linux-v4.19/fs/lockd/ |
D | svcshare.c | 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() 45 if (share == NULL) in nlmsvc_share_file() [all …]
|
/Linux-v4.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() 184 int share = detect_share(wp_cnt, bp_cnt); in test__bp_accounting() local 187 wp_cnt, bp_cnt, has_ioctl, share); in test__bp_accounting() 192 return bp_accounting(wp_cnt, share); in test__bp_accounting()
|
/Linux-v4.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
|
/Linux-v4.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()
|
/Linux-v4.19/net/ipv6/ |
D | ip6_flowlabel.c | 101 if (fl->share == IPV6_FL_S_PROCESS) in fl_free() 118 if (fl->opt && fl->share == IPV6_FL_S_EXCL) { in fl_release() 411 fl->share = freq->flr_share; in fl_create() 420 switch (fl->share) { in fl_create() 499 freq->flr_share = sfl->fl->share; in ipv6_flowlabel_opt_get() 633 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_opt() 634 fl1->share != fl->share || in ipv6_flowlabel_opt() 635 ((fl1->share == IPV6_FL_S_PROCESS) && in ipv6_flowlabel_opt() 637 ((fl1->share == IPV6_FL_S_USER) && in ipv6_flowlabel_opt() 792 fl->share, in ip6fl_seq_show() [all …]
|
/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/ |
D | Makefile | 26 install -d $(DESTDIR)$(PREFIX)/share/man/man8 27 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
/Linux-v4.19/tools/power/x86/turbostat/ |
D | Makefile | 27 install -d $(DESTDIR)$(PREFIX)/share/man/man8 28 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
/Linux-v4.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() 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-v4.19/drivers/net/fjes/ |
D | fjes_hw.c | 113 hw->hw_info.share = kzalloc(size, GFP_KERNEL); in fjes_hw_alloc_shared_status_region() 114 if (!hw->hw_info.share) in fjes_hw_alloc_shared_status_region() 117 hw->hw_info.share->epnum = hw->max_epid; in fjes_hw_alloc_shared_status_region() 124 kfree(hw->hw_info.share); in fjes_hw_free_shared_status_region() 125 hw->hw_info.share = NULL; in fjes_hw_free_shared_status_region() 285 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_hw_setup() 602 struct fjes_device_shared_info *share = hw->hw_info.share; in fjes_hw_unregister_buff_addr() local 610 if (!req_buf || !res_buf || !share) in fjes_hw_unregister_buff_addr() 731 int fjes_hw_epid_is_shared(struct fjes_device_shared_info *share, in fjes_hw_epid_is_shared() argument 736 if (dest_epid < share->epnum) in fjes_hw_epid_is_shared() [all …]
|
D | fjes_trace.h | 297 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 318 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 341 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 362 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
|
/Linux-v4.19/tools/power/cpupower/ |
D | Makefile | 89 localedir ?= /usr/share/locale 90 docdir ?= /usr/share/doc/packages/cpupower
|
/Linux-v4.19/drivers/ntb/hw/mscc/ |
D | Kconfig | 6 selects the Switchtec management driver as they share the same
|
/Linux-v4.19/tools/perf/Documentation/ |
D | Makefile | 42 htmldir?=$(prefix)/share/doc/perf-doc 43 pdfdir?=$(prefix)/share/doc/perf-doc 44 mandir?=$(prefix)/share/man 67 infodir?=$(prefix)/share/info
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | i2c.h | 19 u8 share; member
|
/Linux-v4.19/tools/usb/usbip/ |
D | configure.ac | 89 [where usb.ids is found (default /usr/share/hwdata/)])], 90 [USBIDS_DIR=$withval], [USBIDS_DIR="/usr/share/hwdata/"])
|
/Linux-v4.19/drivers/parport/ |
D | Makefile | 6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
/Linux-v4.19/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-spear.txt | 6 which share clock across all CPUs.
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | base.c | 271 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-v4.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 …]
|
/Linux-v4.19/drivers/staging/vt6655/ |
D | TODO | 5 - share 80211*.h includes
|
/Linux-v4.19/tools/kvm/kvm_stat/ |
D | Makefile | 5 MANDIR=usr/share/man
|
/Linux-v4.19/drivers/visorbus/ |
D | Kconfig | 10 Virtualized devices allow Linux guests on a system to share disks and
|
/Linux-v4.19/drivers/staging/olpc_dcon/ |
D | TODO | 3 share more code
|
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-sdram-controller.txt | 4 differs from one SoC variant to another, but they also share a number
|
/Linux-v4.19/Documentation/kbuild/ |
D | Kconfig.recursion-issue-02 | 11 # 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
|