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

123456

/linux-master/arch/x86/events/intel/
H A Dp4.c827 * Clear bits we reserve to be managed by kernel itself
1279 goto reserve;
1315 reserve:
/linux-master/kernel/
H A Dresource.c259 * request_resource_conflict - request and reserve an I/O or memory resource
276 * request_resource - request and reserve an I/O or memory resource
1527 * devm_request_resource() - request and reserve an I/O or memory resource
1648 * Reserve I/O ports or memory based on "reserve=" kernel parameter.
1654 static struct resource reserve[MAXRESERVE]; local
1666 struct resource *res = reserve + x;
1691 __setup("reserve=", reserve_setup);
/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 */
2257 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/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c706 alt_end = altmap->base_pfn + altmap->reserve + altmap->free;
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c1486 struct irq_data *irq_data, bool reserve)
1485 intel_irq_remapping_activate(struct irq_domain *domain, struct irq_data *irq_data, bool reserve) argument
/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
5210 unsigned long reserve, start, end; local
[all...]
H A Dmm_init.c874 start_pfn += altmap->reserve;
1000 * to reserve their blocks rather than leaking throughout
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c3618 struct irq_data *d, bool reserve)
4394 struct irq_data *d, bool reserve)
4560 struct irq_data *d, bool reserve)
5302 * preemptively allocated. Otherwise, reserve that memory for
3617 its_irq_domain_activate(struct irq_domain *domain, struct irq_data *d, bool reserve) argument
4393 its_sgi_irq_domain_activate(struct irq_domain *domain, struct irq_data *d, bool reserve) argument
4559 its_vpe_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/sound/soc/codecs/
H A Dpcm6240.c1535 fw_hdr->reserve = buf[offset];
H A Dtas2781-fmwlib.c320 fw_hdr->reserve = buf[offset];
/linux-master/drivers/spmi/
H A Dspmi-pmic-arb.c863 struct irq_data *d, bool reserve)
862 qpnpint_irq_domain_activate(struct irq_domain *domain, struct irq_data *d, bool reserve) argument
/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/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/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1141 u16 reserve; member in struct:rate_adaptive
/linux-master/include/linux/
H A Dmm.h3958 return altmap->reserve + altmap->free;
/linux-master/drivers/iommu/amd/
H A Dinit.c491 pr_err("Can not reserve memory region %llx-%llx for mmio\n",
2256 struct irq_data *irqd, bool reserve)
2255 intcapxt_irqdomain_activate(struct irq_domain *domain, struct irq_data *irqd, bool reserve) argument

Completed in 781 milliseconds

123456