Searched refs:reserve (Results 101 - 125 of 126) sorted by relevance

123456

/linux-master/arch/m68k/fpsp040/
H A Dutil.S307 movel #0,-(%a7) |reserve a word on the stack
/linux-master/arch/mips/pci/
H A Dpci-xtalk-bridge.c374 struct irq_data *irqd, bool reserve)
373 bridge_domain_activate(struct irq_domain *domain, struct irq_data *irqd, bool reserve) argument
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_main.c121 u32 reserve; local
128 reserve = (unsigned long)skb->data & (RAVB_ALIGN - 1);
129 if (reserve)
130 skb_reserve(skb, RAVB_ALIGN - reserve);
H A Dsh_eth.c1128 uintptr_t reserve = (uintptr_t)skb->data & (SH_ETH_RX_ALIGN - 1); local
1130 if (reserve)
1131 skb_reserve(skb, SH_ETH_RX_ALIGN - reserve);
1403 * card needs room to do 8 byte alignment, +2 so we can reserve
/linux-master/drivers/md/bcache/
H A Dbtree.c690 * have to always leave ourselves a reserve. The reserve is how we
1209 unsigned int reserve = (c->root->level - b->level) * 2 + 1; local
1213 if (fifo_used(&ca->free[RESERVE_BTREE]) < reserve) {
1395 * We have to check the reserve here, after we've allocated our new
1545 /* recheck reserve after allocating replacement node */
2251 WARN(1, "insufficient reserve for split\n");
/linux-master/drivers/mmc/host/
H A Dvia-sdmmc.c282 u8 reserve[2]; member in struct:pcictrlreg
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_common.c1501 fm_st_proto.reserve = 1;
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c1385 struct irq_data *irq_data, bool reserve)
1384 intel_irq_remapping_activate(struct irq_domain *domain, struct irq_data *irq_data, bool reserve) argument
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c706 alt_end = altmap->base_pfn + altmap->reserve + altmap->free;
/linux-master/drivers/staging/rtl8192e/
H A Drtllib.h1125 u16 reserve; member in struct:rate_adaptive
/linux-master/mm/
H A Dhugetlb.c690 * Add the huge page range represented by [f, t) to the reserve
754 * Examine the existing reserve map and determine how many
757 * call to region_add that will actually modify the reserve
819 * Delete the specified range [f, t) from the reserve map. If the
824 * Returns the number of huge pages deleted from the reserve map.
928 * the reserve map region for a page. The huge page itself was free'ed
930 * usage count, and the global reserve count if needed. By incrementing
931 * these counts, the reserve map entry which could not be deleted will
956 * Count and return the number of huge pages in the reserve map
1040 * the reserve counter
5216 unsigned long reserve, start, end; local
[all...]
H A Dmm_init.c873 start_pfn += altmap->reserve;
999 * to reserve their blocks rather than leaking throughout
/linux-master/fs/btrfs/
H A Drelocation.c2321 struct btrfs_backref_node *node, int reserve)
2330 BUG_ON(reserve && node->processed);
2335 if (next->processed && (reserve || next != node))
4551 * reserve extra space.
2320 calcu_metadata_size(struct reloc_control *rc, struct btrfs_backref_node *node, int reserve) argument
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c3638 struct irq_data *d, bool reserve)
4409 struct irq_data *d, bool reserve)
4577 struct irq_data *d, bool reserve)
5319 * preemptively allocated. Otherwise, reserve that memory for
3637 its_irq_domain_activate(struct irq_domain *domain, struct irq_data *d, bool reserve) argument
4408 its_sgi_irq_domain_activate(struct irq_domain *domain, struct irq_data *d, bool reserve) argument
4576 its_vpe_irq_domain_activate(struct irq_domain *domain, struct irq_data *d, bool reserve) argument
/linux-master/drivers/spmi/
H A Dspmi-pmic-arb.c824 struct irq_data *d, bool reserve)
823 qpnpint_irq_domain_activate(struct irq_domain *domain, struct irq_data *d, bool reserve) argument
/linux-master/drivers/scsi/
H A Dstorvsc_drv.c197 u16 reserve; member in struct:vmscsi_request
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h941 u16 reserve; member in struct:wcn36xx_hal_cfg
H A Dsmd.c196 entry->reserve = 0;
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1163 u16 reserve; member in struct:rate_adaptive
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c3068 struct irq_data *irq_data, bool reserve)
3067 mp_irqdomain_activate(struct irq_domain *domain, struct irq_data *irq_data, bool reserve) argument
/linux-master/sound/soc/codecs/
H A Dtas2781-fmwlib.c320 fw_hdr->reserve = buf[offset];
/linux-master/include/linux/
H A Dmm.h3901 return altmap->reserve + altmap->free;
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c875 struct irq_data *irqd, bool reserve)
874 hv_pci_vec_irq_domain_activate(struct irq_domain *domain, struct irq_data *irqd, bool reserve) argument
/linux-master/drivers/gpio/
H A Dgpiolib.c1499 * @reserve: If set, only reserve an interrupt vector instead of assigning one
1506 struct irq_data *data, bool reserve)
1505 gpiochip_irq_domain_activate(struct irq_domain *domain, struct irq_data *data, bool reserve) argument
/linux-master/drivers/iommu/amd/
H A Dinit.c490 pr_err("Can not reserve memory region %llx-%llx for mmio\n",
2286 struct irq_data *irqd, bool reserve)
2285 intcapxt_irqdomain_activate(struct irq_domain *domain, struct irq_data *irqd, bool reserve) argument

Completed in 526 milliseconds

123456