Home
last modified time | relevance | path

Searched refs:claim (Results 1 – 25 of 61) sorted by relevance

123

/linux/tools/lib/python/
H A Djobserver.py50 self.claim = 0
106 self.claim = len(self.jobs) + 1
111 self.claim = None
146 if self.claim:
147 os.environ["PARALLELISM"] = str(self.claim)
/linux/drivers/nvdimm/
H A Dnamespace_devs.c147 if (ndns->claim && is_nd_btt(ndns->claim)) in nvdimm_namespace_disk_name()
207 if (dev->driver || to_ndns(dev)->claim) in __alt_name_store()
238 dev_WARN_ONCE(dev, dev->driver || to_ndns(dev)->claim, in nd_namespace_label_update()
240 if (dev->driver || to_ndns(dev)->claim) in nd_namespace_label_update()
759 if (dev->driver || ndns->claim) in __size_store()
833 if (val == 0 && id != 0 && nd_region->ns_seed != dev && !ndns->claim) in __size_store()
1040 if (to_ndns(dev)->claim) in uuid_store()
1112 if (to_ndns(dev)->claim) { in sector_size_store()
1240 rc = sprintf(buf, "%s\n", ndns->claim ? dev_name(ndns->claim) : ""); in holder_show()
1251 if (dev->driver || ndns->claim) in __holder_class_store()
[all …]
H A Dclaim.c24 dev_WARN_ONCE(dev, ndns->claim != dev, "%s: invalid claim\n", __func__); in __nd_detach_ndns()
25 ndns->claim = NULL; in __nd_detach_ndns()
48 if (attach->claim) in __nd_attach_ndns()
52 attach->claim = dev; in __nd_attach_ndns()
H A DMakefile26 libnvdimm-$(CONFIG_ND_CLAIM) += claim.o
H A Dbtt_devs.c206 dev_name(ndns->claim)); in __nd_btt_create()
/linux/drivers/irqchip/
H A Dirq-sifive-plic.c379 void __iomem *claim = handler->hart_base + CONTEXT_CLAIM; in plic_handle_irq() local
386 while ((hwirq = readl(claim))) { in plic_handle_irq()
432 static irq_hw_number_t cp100_get_hwirq(struct plic_handler *handler, void __iomem *claim) in cp100_get_hwirq() argument
454 hwirq = readl(claim); in cp100_get_hwirq()
471 void __iomem *claim = handler->hart_base + CONTEXT_CLAIM; in plic_handle_irq_cp100() local
478 while ((hwirq = cp100_get_hwirq(handler, claim))) { in plic_handle_irq_cp100()
/linux/net/can/j1939/
H A DMakefile6 address-claim.o \
/linux/drivers/usb/atm/
H A Dxusbatm.c53 struct usb_interface *intf, int altsetting, int claim) in xusbatm_capture_intf() argument
58 if (claim && (ret = usb_driver_claim_interface(&xusbatm_usb_driver, intf, usbatm))) { in xusbatm_capture_intf()
/linux/sound/
H A DKconfig20 With this option enabled, the kernel will claim all OSS device
25 this option disabled, kernel will only claim actually in-use
/linux/tools/docs/
H A Dsphinx-build-wrapper296 if jobserver.claim:
300 n_jobs = str(jobserver.claim)
527 if jobserver.claim:
528 n_jobs = jobserver.claim
/linux/drivers/block/zram/
H A Dzram_drv.h127 bool claim; /* Protected by disk->open_mutex */ member
H A Dzram_drv.c2826 if (disk_openers(disk) || zram->claim) { in reset_store()
2832 zram->claim = true; in reset_store()
2840 zram->claim = false; in reset_store()
2853 if (zram->claim) in zram_open()
3014 claimed = zram->claim; in zram_remove()
3016 zram->claim = true; in zram_remove()
3038 WARN_ON_ONCE(claimed && zram->claim); in zram_remove()
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5250-snow-common.dtsi65 our-claim-gpios = <&gpf0 3 GPIO_ACTIVE_LOW>;
66 their-claim-gpios = <&gpe0 4 GPIO_ACTIVE_LOW>;
655 arb_their_claim: arb-their-claim-pins {
662 arb_our_claim: arb-our-claim-pins {
/linux/LICENSES/deprecated/
H A DZlib22 claim that you wrote the original software. If you use this software in a
/linux/Documentation/devicetree/bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt25 - The spi slave node should claim the following flags which are
/linux/drivers/mtd/chips/
H A DKconfig186 sets which a CFI-compliant chip may claim to implement. This code
196 sets which a CFI-compliant chip may claim to implement. This code
206 sets which a CFI-compliant chip may claim to implement. This code
/linux/LICENSES/dual/
H A DMPL-1.170 1.10.1. "Patent Claims" means any patent claim(s), now owned or
200 distribution titled "LEGAL" which describes the claim and the
201 party making the claim in sufficient detail that a recipient will
343 claim (excluding declatory judgment actions) against Initial Developer
354 Participant, or (ii) withdraw Your litigation claim with respect to
357 mutually agreed upon in writing by the parties or the litigation claim
369 8.3. If You assert a patent infringement claim against Participant
371 indirectly infringes any patent where such claim is resolved (such as
H A DCDDL-1.065 1.11. "Patent Claims" means any patent claim(s), now owned or
285 6.2. If You assert a patent infringement claim (excluding
288 assert such claim is referred to as "Participant") alleging that
298 such 60 day period You withdraw Your claim with respect to the
/linux/include/linux/
H A Dnd.h100 struct device *claim; member
/linux/fs/nfs/
H A Dnfs4proc.c1410 enum open_claim_type4 claim) in nfs4_map_atomic_open_claim() argument
1413 return claim; in nfs4_map_atomic_open_claim()
1414 switch (claim) { in nfs4_map_atomic_open_claim()
1416 return claim; in nfs4_map_atomic_open_claim()
1440 enum open_claim_type4 claim, in nfs4_opendata_alloc() argument
1473 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim); in nfs4_opendata_alloc()
1489 switch (p->o_arg.claim) { in nfs4_opendata_alloc()
1506 switch (p->o_arg.claim) { in nfs4_opendata_alloc()
1582 int open_mode, enum open_claim_type4 claim) in can_open_cached() argument
1588 switch (claim) { in can_open_cached()
[all …]
/linux/tools/testing/nvdimm/
H A DKbuild77 libnvdimm-$(CONFIG_ND_CLAIM) += $(NVDIMM_SRC)/claim.o
/linux/Documentation/input/devices/
H A Dbcm5974.rst45 HID mouse and keyboard, and claim the whole device. To remedy, the usb
/linux/Documentation/driver-api/
H A Dzorro.rst63 Shortcuts to claim the whole device's address space are provided as well::
H A Dparport-lowlevel.rst406 port and no other driver has yet claimed it. You can claim the
408 claim is guaranteed to succeed), or choose not to if you don't need it
541 parport_claim, parport_claim_or_block - claim the parallel port for a device
562 You should not try to claim a port that you have already claimed.
578 to claim it may succeed.
/linux/Documentation/scsi/
H A Dbnx2fc.rst41 the system, bnx2fc driver would automatically claim the interfaces, starts vlan

123