/linux/net/batman-adv/ |
H A D | bridge_loop_avoidance.c | 60 * batadv_choose_claim() - choose the right bucket for a claim. 64 * Return: the hash index of the claim 68 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() 125 * Return: true if the claim have the same data, 0 otherwise 173 * batadv_claim_release() - release claim from lists and queue for free after 175 * @ref: kref pointer of the claim 179 struct batadv_bla_claim *claim; batadv_claim_release() local 202 batadv_claim_put(struct batadv_bla_claim * claim) batadv_claim_put() argument 223 struct batadv_bla_claim *claim; batadv_claim_hash_find() local 303 struct batadv_bla_claim *claim; batadv_bla_del_backbone_claims() local 596 struct batadv_bla_claim *claim; batadv_bla_answer_request() local 691 struct batadv_bla_claim *claim; batadv_bla_add_claim() local 777 batadv_bla_claim_get_backbone_gw(struct batadv_bla_claim * claim) batadv_bla_claim_get_backbone_gw() argument 798 struct batadv_bla_claim search_claim, *claim; batadv_bla_del_claim() local 1277 struct batadv_bla_claim *claim; batadv_bla_purge_claims() local 1899 struct batadv_bla_claim search_claim, *claim = NULL; batadv_bla_rx() local 2032 struct batadv_bla_claim search_claim, *claim = NULL; batadv_bla_tx() local 2131 batadv_bla_claim_dump_entry(struct sk_buff * msg,u32 portid,struct netlink_callback * cb,struct batadv_hard_iface * primary_if,struct batadv_bla_claim * claim) batadv_bla_claim_dump_entry() argument 2199 struct batadv_bla_claim *claim; batadv_bla_claim_dump_bucket() local 2453 struct batadv_bla_claim *claim = NULL; batadv_bla_check_claim() local [all...] |
/linux/scripts/ |
H A D | jobserver-exec | 14 claim = 0 variable 59 claim = len(jobs) + 1 variable 65 # We can only claim parallelism if there was a jobserver (i.e. a top-level 68 if claim > 0: 69 os.environ['PARALLELISM'] = '%d' % (claim)
|
/linux/drivers/nvdimm/ |
H A D | namespace_devs.c | 147 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() 761 if (dev->driver || ndns->claim) in __size_store() 835 if (val == 0 && id != 0 && nd_region->ns_seed != dev && !ndns->claim) in __size_store() 1050 if (to_ndns(dev)->claim) in uuid_store() 1124 if (to_ndns(dev)->claim) in sector_size_store() 1244 rc = sprintf(buf, "%s\n", ndns->claim in holder_show() 1323 struct device *claim; mode_show() local [all...] |
H A D | claim.c | 24 dev_WARN_ONCE(dev, ndns->claim != dev, "%s: invalid claim\n", __func__); in __nd_detach_ndns() 25 ndns->claim = NULL; in __nd_detach_ndns() 49 if (attach->claim) in __nd_attach_ndns() 52 dev_WARN_ONCE(dev, *_ndns, "%s: invalid claim\n", __func__); in __nd_attach_ndns() 53 attach->claim = dev; in __nd_attach_ndns()
|
H A D | Makefile | 25 libnvdimm-$(CONFIG_ND_CLAIM) += claim.o
|
/linux/Documentation/ABI/removed/ |
H A D | sysfs-class-rfkill | 5 What: /sys/class/rfkill/rfkill[0-9]+/claim 10 claim just control over a single rfkill instance.
|
/linux/net/can/j1939/ |
H A D | Makefile | 6 address-claim.o \
|
/linux/sound/ |
H A D | Kconfig | 20 With this option enabled, the kernel will claim all OSS device 25 this option disabled, kernel will only claim actually in-use
|
/linux/drivers/usb/atm/ |
H A D | xusbatm.c | 53 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() 59 usb_err(usbatm, "%s: failed to claim interface %2d (%d)!\n", __func__, ifnum, ret); in xusbatm_capture_intf()
|
/linux/drivers/block/zram/ |
H A D | zram_drv.h | 127 bool claim; /* Protected by disk->open_mutex */ member
|
H A D | zram_drv.c | 2570 if (disk_openers(disk) || zram->claim) { in reset_store() 2576 zram->claim = true; in reset_store() 2584 zram->claim = false; in reset_store() 2597 if (zram->claim) in zram_open() 2756 claimed = zram->claim; in zram_remove() 2758 zram->claim = true; in zram_remove() 2780 WARN_ON_ONCE(claimed && zram->claim); in zram_remove()
|
/linux/LICENSES/deprecated/ |
H A D | Zlib | 22 claim that you wrote the original software. If you use this software in a
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5250-snow-common.dtsi | 65 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/Documentation/devicetree/bindings/spi/ |
H A D | icpdas-lp8841-spi-rtc.txt | 25 - The spi slave node should claim the following flags which are
|
/linux/include/linux/ |
H A D | nd.h | 93 * @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/mtd/chips/ |
H A D | Kconfig | 186 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 D | MPL-1.1 | 70 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 D | CDDL-1.0 | 65 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/fs/nfs/ |
H A D | nfs4proc.c | 1408 enum open_claim_type4 claim) in nfs4_map_atomic_open_claim() argument 1411 return claim; in nfs4_map_atomic_open_claim() 1412 switch (claim) { in nfs4_map_atomic_open_claim() 1414 return claim; in nfs4_map_atomic_open_claim() 1438 enum open_claim_type4 claim, in nfs4_opendata_alloc() argument 1471 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim); in nfs4_opendata_alloc() 1487 switch (p->o_arg.claim) { in nfs4_opendata_alloc() 1504 switch (p->o_arg.claim) { in nfs4_opendata_alloc() 1580 int open_mode, enum open_claim_type4 claim) in can_open_cached() argument 1611 can_open_delegated(struct nfs_delegation * delegation,fmode_t fmode,enum open_claim_type4 claim) can_open_delegated() argument 1976 enum open_claim_type4 claim = opendata->o_arg.claim; nfs4_try_open_cached() local 2018 nfs4_process_delegation(struct inode * inode,const struct cred * cred,enum open_claim_type4 claim,const struct nfs4_open_delegation * delegation) nfs4_process_delegation() argument 2217 nfs4_open_recoverdata_alloc(struct nfs_open_context * ctx,struct nfs4_state * state,enum open_claim_type4 claim) nfs4_open_recoverdata_alloc() argument 2539 enum open_claim_type4 claim = data->o_arg.claim; nfs4_open_prepare() local 3238 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL; _nfs4_do_open() local [all...] |
/linux/tools/testing/nvdimm/ |
H A D | Kbuild | 77 libnvdimm-$(CONFIG_ND_CLAIM) += $(NVDIMM_SRC)/claim.o
|
/linux/Documentation/input/devices/ |
H A D | bcm5974.rst | 45 HID mouse and keyboard, and claim the whole device. To remedy, the usb
|
/linux/Documentation/driver-api/ |
H A D | zorro.rst | 63 Shortcuts to claim the whole device's address space are provided as well::
|
H A D | parport-lowlevel.rst | 402 port and no other driver has yet claimed it. You can claim the 404 claim is guaranteed to succeed), or choose not to if you don't need it 539 parport_claim, parport_claim_or_block - claim the parallel port for a device 560 You should not try to claim a port that you have already claimed. 576 to claim it may succeed.
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-rfkill | 5 For the deprecated ``/sys/class/rfkill/*/claim`` knobs of this interface look in
|
/linux/Documentation/scsi/ |
H A D | bnx2fc.rst | 41 the system, bnx2fc driver would automatically claim the interfaces, starts vlan
|