Home
last modified time | relevance | path

Searched full:claim (Results 1 – 25 of 3275) sorted by relevance

12345678910>>...131

/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.
46 Claim all slots from make using POSIX Jobserver.
57 self.claim = 0
69 self.claim = None
137 self.claim = None
151 self.claim = None
159 self.claim
[all...]
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-arb-gpio-challenge.yaml29 All masters on the bus have a 'bus claim' line which is an output that the
39 Let's say we want to claim the bus. We:
46 5. If not, back off, release the claim and wait for a few more milliseconds.
58 our-claim-gpios:
61 The GPIO that we use to claim the bus.
68 their-claim-gpios:
72 The GPIOs that the other sides use to claim the bus. Note that some
83 We'll attempt another claim after this many microseconds.
95 - our-claim-gpios
96 - their-claim-gpios
[all …]
/linux/net/can/j1939/
H A Daddress-claim.c16 * All Address Claim msgs (including host-originated msg) are processed
56 netdev_notice(priv->ndev, "tx address claim with dlc %i\n", in j1939_ac_verify_outgoing()
62 netdev_notice(priv->ndev, "tx address claim with different name\n"); in j1939_ac_verify_outgoing()
67 netdev_notice(priv->ndev, "tx address claim with broadcast sa\n"); in j1939_ac_verify_outgoing()
73 netdev_notice(priv->ndev, "tx address claim with dest, not broadcast\n"); in j1939_ac_verify_outgoing()
133 netdev_notice(priv->ndev, "rx address claim with wrong dlc %i\n", in j1939_ac_process()
141 netdev_notice(priv->ndev, "rx address claim without name\n"); in j1939_ac_process()
146 netdev_notice(priv->ndev, "rx address claim with broadcast sa\n"); in j1939_ac_process()
170 /* The ISO 11783-5 standard, in "4.5.2 - Address claim in j1939_ac_process()
177 * But "Figure 6" and "Figure 7" in "4.5.4.2 - Address-claim in j1939_ac_process()
[all …]
/linux/arch/powerpc/boot/
H A Doflib.c105 * we claim the physical space in the /memory node and the virtual
161 return of_call_prom("claim", 3, 1, virt, size, align); in of_claim()
163 ret = of_call_prom_ret("call-method", 5, 2, &result, "claim", memory, in of_claim()
167 ret = of_call_prom_ret("call-method", 5, 2, &result, "claim", chosen_mmu, in of_claim()
181 /* With some older POWER4 firmware we need to claim the area the kernel in of_vmlinux_alloc()
186 printf("Trying to claim from 0x%lx to 0x%lx (0x%lx) got %lx\r\n", in of_vmlinux_alloc()
/linux/drivers/nvdimm/
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()
51 dev_WARN_ONCE(dev, *_ndns, "%s: invalid claim\n", __func__); in __nd_attach_ndns()
52 attach->claim = dev; in __nd_attach_ndns()
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 …]
/linux/drivers/irqchip/
H A Dirq-sifive-plic.c57 * take an interrupt, and a register to claim interrupts.
377 * Handling an interrupt is a two-step process: first you claim the interrupt
378 * by reading the claim register, then you complete the interrupt by writing
379 * that source ID back to the same claim register. This automatically enables
386 void __iomem *claim = handler->hart_base + CONTEXT_CLAIM; in plic_handle_irq() local
393 while ((hwirq = readl(claim))) { in plic_handle_irq()
439 static irq_hw_number_t cp100_get_hwirq(struct plic_handler *handler, void __iomem *claim) in cp100_get_hwirq() argument
458 * one avoids a hardware bug that occurs during read from the claim in cp100_get_hwirq()
461 hwirq = readl(claim); in cp100_get_hwirq()
478 void __iomem *claim = handler->hart_base + CONTEXT_CLAIM; in plic_handle_irq_cp100() local
[all …]
/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
/linux/block/
H A Dbdev.c386 * it for the duration, so a claim a freeze walk might act on is never torn down
389 * of them. No in-tree filesystem removes a shared claim from a live superblock.
577 * @holder: holder trying to claim @bdev
594 * The same holder can always re-claim. in bd_may_claim()
615 * bd_prepare_to_claim - claim a block device
617 * @holder: holder trying to claim @bdev
620 * Claim @bdev. This function fails if @bdev is already claimed by another
724 * Release a claim on the device. The holder fields are protected with in bd_end_claim()
744 * If this was the last claim, remove holder link and unblock evpoll if in bd_end_claim()
924 /* Claim exclusive or shared write access. */ in bdev_claim_write_access()
[all …]
/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/drivers/md/dm-vdo/
H A Dphysical-zone.h49 * For read locks, the number of data_vios that have tried to claim one of the available
50 * increments during the lifetime of the lock. Each claim will first increment this
/linux/include/linux/
H A Dnd.h93 * @claim: when set a another personality has taken ownership of the namespace
94 * @claim_class: restrict claim type to a given class
100 struct device *claim; member
/linux/drivers/net/fddi/skfp/
H A Dfplustm.c422 before calling copy_tx_mac() for building the claim frame.
428 small value to make sure your station will win the claim
432 of the claim frame (e.g. SA = DA = 10005affffff).
462 setup claim & beacon pointer
474 * build claim packet in build_claim_beacon()
480 /* DA == SA in claim frame */ in build_claim_beacon()
487 /* set CLAIM start pointer */ in build_claim_beacon()
521 /* end of claim/beacon queue */ in build_claim_beacon()
721 DB_RMTN(2, "RMT : lower claim received"); in mac2_irq()
725 * This is my claim and that claim is not detected as a in mac2_irq()
[all …]
/linux/Documentation/usb/
H A Dusbdevfs-drop-permissions.c78 * Drop privileges but keep the ability to claim all in main()
86 "[2] Claim 4 interfaces. Should succeed where not in use\n" in main()
/linux/drivers/parisc/
H A Dhppb.c40 * hppb_probe - Determine if the hppb driver should claim this device.
43 * Determine if hppb driver should claim this chip (return 0) or not
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dbus.h25 void (*claim)(struct mm81x *mors); member
81 mors->bus_ops->claim(mors); in mm81x_claim_bus()
/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/tools/docs/
H A Dsphinx-build-wrapper307 many jobs are still available from a job pool. claim all remaining
319 if jobserver.claim:
321 # when GNU make is used, claim available jobs from jobserver
323 n_jobs = str(jobserver.claim)
517 # When using make, jobserver.claim is the number of jobs that were
525 # using it as default, if jobserver doesn't claim anything
533 if jobserver.claim:
534 n_jobs = jobserver.claim
/linux/arch/loongarch/pci/
H A Dacpi.c132 dev_err(dev, "can't claim ECAM area %pR: address conflict with %s %pR\n", in arch_pci_ecam_create()
248 /* If we must preserve the resource configuration, claim now */ in pci_acpi_scan_root()
254 * Assign whatever was left unassigned. If we didn't claim above, in pci_acpi_scan_root()
/linux/include/uapi/linux/
H A Dbatadv_packet.h159 * enum batadv_bla_claimframe - claim frame types for the bridge loop avoidance
160 * @BATADV_CLAIM_TYPE_CLAIM: claim of a client mac address
163 * @BATADV_CLAIM_TYPE_REQUEST: request of full claim table
196 * struct batadv_bla_claim_dst - layout of the destination MAC of a BLA claim
198 * @magic: fixed magic prefix (FF:43:05) identifying claim frames
199 * @type: claim frame type, see &enum batadv_bla_claimframe
/linux/drivers/char/ipmi/
H A Dipmi_si_mem_io.c129 * Calculate the total amount of memory to claim. This is an in ipmi_si_mem_setup()
131 * more memory than it has to. It will claim everything in ipmi_si_mem_setup()
/linux/arch/parisc/kernel/
H A Dsetup.c203 "%s: failed to claim %s address space!\n", in parisc_init_resources()
211 "%s: failed to claim %s address space!\n", in parisc_init_resources()
219 "%s: failed to claim %s address space!\n", in parisc_init_resources()
/linux/drivers/power/reset/
H A Dltc2952-poweroff.c189 dev_err(&pdev->dev, "unable to claim gpio \"watchdog\"\n"); in ltc2952_poweroff_init()
196 dev_err(&pdev->dev, "unable to claim gpio \"kill\"\n"); in ltc2952_poweroff_init()
208 dev_err(&pdev->dev, "unable to claim gpio \"trigger\"\n"); in ltc2952_poweroff_init()
/linux/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c20 * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
118 printf("cannot claim interface: %s\n", in test_init()
/linux/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c20 * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
118 printf("cannot claim interface: %s\n", in test_init()

12345678910>>...131