Home
last modified time | relevance | path

Searched +defs:p +defs:limit (Results 26 – 50 of 240) sorted by relevance

12345678910

/openbmc/linux/arch/powerpc/kernel/
H A Dsetup_64.c170 static int __init early_smt_enabled(char *p) in early_smt_enabled()
716 static void *__init alloc_stack(unsigned long limit, int cpu) in alloc_stack()
733 u64 limit = ppc64_bolted_size(); in irqstack_early_init() local
780 u64 limit, mce_limit; in emergency_stack_init() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusergv100.c22 #define gv100_dmaobj(p) container_of((p), struct gv100_dmaobj, base) argument
44 u64 limit = dmaobj->base.limit >> 8; in gv100_dmaobj_bind() local
/openbmc/linux/fs/ext2/
H A Ddir.c106 unsigned limit = PAGE_SIZE; in ext2_check_page() local
107 ext2_dirent *p; in ext2_check_page() local
229 static inline ext2_dirent *ext2_next_entry(ext2_dirent *p) in ext2_next_entry()
239 ext2_dirent *p = (ext2_dirent*)(base + (offset&mask)); in ext2_validate_entry() local
279 char *limit; in ext2_readdir() local
415 struct ext2_dir_entry_2 *ext2_dotdot(struct inode *dir, struct page **p) in ext2_dotdot()
/openbmc/linux/arch/sparc/kernel/
H A Diommu-common.c60 struct iommu_pool *p = &(iommu->large_pool); in iommu_tbl_pool_init() local
105 unsigned long n, end, start, limit, boundary_size; in iommu_tbl_range_alloc() local
226 struct iommu_pool *p; in get_pool() local
H A Dldc.c223 struct ldc_packet *p; in handshake_get_tx_packet() local
252 unsigned long limit, tail, new_tail, diff; in tx_has_space_for() local
278 struct ldc_packet *p; in data_get_tx_packet() local
295 int limit = 1000; in set_tx_tail() local
322 int limit = 1000; in __set_rx_head() local
369 struct ldc_packet *p; in start_handshake() local
392 struct ldc_packet *p; in send_version_nack() local
413 struct ldc_packet *p; in send_version_ack() local
429 struct ldc_packet *p; in send_rts() local
449 struct ldc_packet *p; in send_rtr() local
[all …]
H A Dprocess_64.c231 int limit = 0; in __global_reg_poll() local
332 int limit = 0; in __global_pmu_poll() local
568 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsungem.c120 int limit = 10000; in __sungem_phy_read() local
157 int limit = 10000; in __sungem_phy_write() local
362 int limit, i; in gem_rxmac_reset() local
633 int entry, limit; in gem_tx() local
702 static __inline__ void gem_post_rxds(struct gem *gp, int limit) in gem_post_rxds()
1100 int limit; in gem_pcs_reset() local
1165 int limit; in gem_reset() local
1988 const char *p; in gem_check_invariants() local
2450 int limit = 10000; in gem_set_multicast() local
2728 void __iomem *p = rom_base + this_offset; in find_eth_addr_in_vpd() local
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_eeprom.c106 const u8 *p = eeprom_buf; in __amdgpu_eeprom_xfer() local
185 u16 limit; in amdgpu_eeprom_xfer() local
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dgma_display.h28 int p; member
41 struct gma_range_t dot, vco, n, m, m1, m2, p, p1; member
50 const struct gma_limit_t *(*limit)(struct drm_crtc *crtc, int refclk); member
/openbmc/linux/fs/qnx6/
H A Ddir.c47 struct page **p) in qnx6_longname()
129 int limit = last_entry(inode, n); in qnx6_readdir() local
237 int limit = last_entry(dir, n); in qnx6_find_entry() local
/openbmc/linux/net/sched/
H A Dact_police.c233 static bool tcf_police_mtu_check(struct sk_buff *skb, u32 limit) in tcf_police_mtu_check()
253 struct tcf_police_params *p; in tcf_police_act() local
322 struct tcf_police_params *p; in tcf_police_cleanup() local
345 struct tcf_police_params *p; in tcf_police_dump() local
445 struct tcf_police_params *p; in tcf_police_offload_act_setup() local
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll.c33 } dot, vco, n, m, m1, m2, p, p1; member
372 const struct intel_limit *limit, in intel_pll_is_valid()
407 i9xx_select_p2_div(const struct intel_limit *limit, in i9xx_select_p2_div()
499 pnv_find_best_dpll(const struct intel_limit *limit, in pnv_find_best_dpll()
555 g4x_find_best_dpll(const struct intel_limit *limit, in g4x_find_best_dpll()
649 vlv_find_best_dpll(const struct intel_limit *limit, in vlv_find_best_dpll()
1146 const struct intel_limit *limit; in ilk_crtc_compute_clock() local
1300 const struct intel_limit *limit; in g4x_crtc_compute_clock() local
1347 const struct intel_limit *limit; in pnv_crtc_compute_clock() local
1383 const struct intel_limit *limit; in i9xx_crtc_compute_clock() local
[all …]
/openbmc/linux/fs/exfat/
H A Dcache.c89 struct exfat_cache *hit = &nohit, *p; in exfat_cache_lookup() local
124 struct exfat_cache *p; in exfat_cache_merge() local
174 struct list_head *p = ei->cache_lru.prev; in exfat_cache_add() local
242 unsigned int limit = sbi->num_clusters; in exfat_get_cluster() local
/openbmc/linux/arch/ia64/include/asm/
H A Dmmu_context.h39 unsigned int limit; /* available free range */ member
116 init_new_context (struct task_struct *p, struct mm_struct *mm) in init_new_context()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c126 int limit; in do_mdio_op() local
899 void *p; in bcm_enet_open() local
1145 int limit; in bcm_enet_disable_mac() local
1168 int limit; in bcm_enet_disable_dma() local
1362 char *p; in update_mib_counters() local
1411 char *p; in bcm_enet_get_ethtool_stats() local
1665 int limit; in bcm_enet_hw_preinit() local
2107 void *p; in bcm_enetsw_open() local
2550 char *p; in bcm_enetsw_get_ethtool_stats() local
2572 char *p; in bcm_enetsw_get_ethtool_stats() local
[all …]
/openbmc/linux/drivers/input/serio/
H A Dhp_sdc.c79 # define sdc_readb(p) gsc_readb(p) argument
80 # define sdc_writeb(v,p) gsc_writeb((v),(p)) argument
83 # define sdc_readb(p) in_8(p) argument
84 # define sdc_writeb(v,p) out_8((p),(v)) argument
354 int limit = 0; in hp_sdc_put() local
/openbmc/linux/drivers/tty/
H A Dtty_buffer.c102 static void tty_buffer_reset(struct tty_buffer *p, size_t size) in tty_buffer_reset()
123 struct tty_buffer *p, *next; in tty_buffer_free_all() local
162 struct tty_buffer *p; in tty_buffer_alloc() local
383 size_t tty_ldisc_receive_buf(struct tty_ldisc *ld, const u8 *p, const u8 *f, in tty_ldisc_receive_buf()
422 u8 *p, *f = NULL; in lookahead_bufs() local
438 u8 *p = char_buf_ptr(head, head->read); in receive_buf() local
600 int tty_buffer_set_limit(struct tty_port *port, int limit) in tty_buffer_set_limit()
/openbmc/qemu/contrib/plugins/
H A Dhotblocks.c25 static guint64 limit = 20; variable
59 static void plugin_exit(qemu_plugin_id_t id, void *p) in plugin_exit()
/openbmc/linux/drivers/parport/
H A Dparport_ip32.c285 #define __pr_trace(pr, p, fmt, ...) \ argument
303 #define pr_probe(p, fmt, ...) \ argument
441 #define CHECK_EXTRA_BITS(p, b, m) \ argument
485 static void parport_ip32_dma_setup_context(unsigned int limit) in parport_ip32_dma_setup_context()
567 static int parport_ip32_dma_start(struct parport *p, in parport_ip32_dma_start()
570 unsigned int limit; in parport_ip32_dma_start() local
622 static void parport_ip32_dma_stop(struct parport *p) in parport_ip32_dma_stop()
769 struct parport * const p = dev_id; in parport_ip32_interrupt() local
1100 struct parport *p, void *buf, in parport_ip32_epp_read()
1139 struct parport *p, const void *buf, in parport_ip32_epp_write()
[all …]
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrukservices.c120 void *limit; member
529 static inline int get_present2(void *p) in get_present2()
535 static inline void restore_present2(void *p, int val) in restore_present2()
546 void *p, unsigned int bytes, int nasid, int vector, int apicid) in gru_create_message_queue()
641 unsigned int limit, head; in send_message_queue_full() local
955 unsigned long *p; in quicktest0() local
993 #define ALIGNUP(p, q) ((void *)(((unsigned long)(p) + (q) - 1) & ~(q - 1))) argument
998 void *p, *mq; in quicktest1() local
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c137 u8 *rtw_get_ie(u8 *pbuf, signed int index, signed int *len, signed int limit) in rtw_get_ie()
140 u8 *p; in rtw_get_ie() local
354 unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit) in rtw_get_wpa_ie()
402 unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit) in rtw_get_wpa2_ie()
1039 unsigned char *p; in rtw_get_bcn_info() local
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c449 const char *p; in dump_stringtable_asm() local
581 char *base, *limit, *ptr; member
584 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init()
591 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk()
624 const char *p = inb->ptr; in flat_read_string() local
661 const char *p; in flat_read_stringtable() local
819 char *p; in dt_from_blob() local
/openbmc/linux/scripts/dtc/
H A Dflattree.c435 const char *p; in dump_stringtable_asm() local
567 char *base, *limit, *ptr; member
570 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init()
577 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk()
610 const char *p = inb->ptr; in flat_read_string() local
647 const char *p; in flat_read_stringtable() local
805 char *p; in dt_from_blob() local
/openbmc/linux/fs/fat/
H A Dcache.c86 struct fat_cache *hit = &nohit, *p; in fat_cache_lookup() local
120 struct fat_cache *p; in fat_cache_merge() local
169 struct list_head *p = MSDOS_I(inode)->cache_lru.prev; in fat_cache_add() local
229 const int limit = sb->s_maxbytes >> sbi->cluster_bits; in fat_get_cluster() local
/openbmc/linux/fs/nfs/
H A Dnfs4namespace.c61 char *buf, *p; in nfs4_pathname_string() local
93 char *p; in nfs_path_component() local
114 char *limit; in nfs4_path() local
293 char *export_path, *source, *p; in try_location() local

12345678910