Home
last modified time | relevance | path

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

123

/linux/net/batman-adv/
H A Dbridge_loop_avoidance.c68 const struct batadv_bla_claim *claim = data; in batadv_choose_claim() local
71 hash = jhash(&claim->addr, sizeof(claim->addr), hash); in batadv_choose_claim()
72 hash = jhash(&claim->vid, sizeof(claim->vid), hash); in batadv_choose_claim()
179 struct batadv_bla_claim *claim; in batadv_claim_release() local
182 claim = container_of(ref, struct batadv_bla_claim, refcount); in batadv_claim_release()
184 spin_lock_bh(&claim->backbone_lock); in batadv_claim_release()
185 old_backbone_gw = claim->backbone_gw; in batadv_claim_release()
186 claim->backbone_gw = NULL; in batadv_claim_release()
187 spin_unlock_bh(&claim->backbone_lock); in batadv_claim_release()
190 old_backbone_gw->crc ^= crc16(0, claim->addr, ETH_ALEN); in batadv_claim_release()
[all …]
/linux/tools/lib/python/
H A Djobserver.py16 claim = os.read(reader, 1)
20 os.write(writer, b"+") # os.write(writer, claim)
26 call equivalent to ``make -j$((claim+1))``, e.g. having a parent make creating
27 $claim child to do the actual work.
57 self.claim = 0
69 self.claim = None
137 self.claim = None
151 self.claim = None
159 self.claim = len(self.jobs) + 1
183 available job slots (claim)
[all...]
/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.c381 void __iomem *claim = handler->hart_base + CONTEXT_CLAIM; in plic_handle_irq() local
388 while ((hwirq = readl(claim))) { in plic_handle_irq()
434 static irq_hw_number_t cp100_get_hwirq(struct plic_handler *handler, void __iomem *claim) in cp100_get_hwirq() argument
456 hwirq = readl(claim); in cp100_get_hwirq()
473 void __iomem *claim = handler->hart_base + CONTEXT_CLAIM; in plic_handle_irq_cp100() local
480 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-wrapper293 many jobs are still available from a job pool. claim all remaining
305 if jobserver.claim:
307 # when GNU make is used, claim available jobs from jobserver
309 n_jobs = str(jobserver.claim)
503 # When using make, jobserver.claim is the number of jobs that were
511 # using it as default, if jobserver doesn't claim anything
519 if jobserver.claim:
520 n_jobs = jobserver.claim
/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.c1333 enum open_claim_type4 claim) in nfs4_map_atomic_open_claim() argument
1336 return claim; in nfs4_map_atomic_open_claim()
1337 switch (claim) { in nfs4_map_atomic_open_claim()
1339 return claim; in nfs4_map_atomic_open_claim()
1363 enum open_claim_type4 claim, in nfs4_opendata_alloc() argument
1396 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim); in nfs4_opendata_alloc()
1412 switch (p->o_arg.claim) { in nfs4_opendata_alloc()
1429 switch (p->o_arg.claim) { in nfs4_opendata_alloc()
1505 int open_mode, enum open_claim_type4 claim) in can_open_cached() argument
1511 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
/linux/drivers/block/zram/
H A Dzram_drv.c2953 if (disk_openers(disk) || zram->claim) { in reset_store()
2959 zram->claim = true; in reset_store()
2967 zram->claim = false; in reset_store()
2980 if (zram->claim) in zram_open()
3145 claimed = zram->claim; in zram_remove()
3147 zram->claim = true; in zram_remove()
3169 WARN_ON_ONCE(claimed && zram->claim); in zram_remove()

123