/include/linux/ |
D | cma.h | 40 phys_addr_t size, phys_addr_t limit, 45 phys_addr_t size, phys_addr_t limit, in cma_declare_contiguous() argument 49 return cma_declare_contiguous_nid(base, size, limit, alignment, in cma_declare_contiguous()
|
D | vhost_iotlb.h | 28 unsigned int limit; member 39 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
|
D | dynamic_queue_limits.h | 51 unsigned int limit ____cacheline_aligned_in_smp; /* Current limit */
|
D | xarray.h | 855 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc() argument 860 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc() 884 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_bh() argument 889 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_bh() 913 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_irq() argument 918 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_irq() 946 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic() argument 951 err = __xa_alloc_cyclic(xa, id, entry, limit, next, gfp); in xa_alloc_cyclic() 979 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic_bh() argument 984 err = __xa_alloc_cyclic(xa, id, entry, limit, next, gfp); in xa_alloc_cyclic_bh() [all …]
|
D | pipe_fs_i.h | 170 unsigned int limit) in pipe_full() argument 172 return pipe_occupancy(head, tail) >= limit; in pipe_full()
|
D | tty_flip.h | 10 extern int tty_buffer_set_limit(struct tty_port *port, int limit);
|
D | of_fdt.h | 40 extern void of_fdt_limit_memory(int limit);
|
D | slab_def.h | 17 unsigned int limit; member
|
D | hid.h | 1000 unsigned int limit = 0; in hid_map_usage() local 1005 limit = ABS_MAX; in hid_map_usage() 1009 limit = REL_MAX; in hid_map_usage() 1013 limit = KEY_MAX; in hid_map_usage() 1017 limit = LED_MAX; in hid_map_usage() 1021 if (unlikely(c > limit || !bmap)) { in hid_map_usage() 1030 *max = limit; in hid_map_usage()
|
D | binfmts.h | 85 unsigned long limit; member
|
D | dma-map-ops.h | 119 phys_addr_t limit, struct cma **res_cma, bool fixed); 134 static inline void dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() argument 138 phys_addr_t base, phys_addr_t limit, struct cma **res_cma, in dma_contiguous_reserve_area() argument
|
D | memblock.h | 486 void memblock_mem_limit_remove_map(phys_addr_t limit); 501 void memblock_set_current_limit(phys_addr_t limit);
|
/include/linux/mfd/pcf50633/ |
D | backlight.h | 39 int pcf50633_bl_set_brightness_limit(struct pcf50633 *pcf, unsigned int limit);
|
/include/uapi/linux/netfilter/ |
D | xt_connlimit.h | 25 unsigned int limit; member
|
/include/uapi/linux/ |
D | pkt_sched.h | 125 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */ member 140 __u32 limit; /* Queue length in packets. */ member 178 __u32 limit; member 186 __u32 limit; member 216 __u32 limit; /* Maximal packets in queue */ member 235 __u32 limit; /* HARD maximal flow queue length (bytes) */ member 268 __u32 limit; /* HARD maximal queue length (bytes) */ member 347 __u32 limit; /* HARD maximal queue length (bytes) */ member 387 __u32 limit; /* Hard queue length (packets) */ member 613 __u32 limit; /* fifo limit (packets) */ member [all …]
|
D | acrn.h | 252 __le16 limit; member
|
/include/net/ |
D | pie.h | 31 u32 limit; member 93 params->limit = 1000; in pie_params_init()
|
D | fq.h | 71 u32 limit; member
|
D | pkt_sched.h | 103 int fifo_set_limit(struct Qdisc *q, unsigned int limit); 105 unsigned int limit,
|
D | fq_impl.h | 231 while (fq->backlog > fq->limit || oom) { in fq_tin_enqueue() 354 fq->limit = 8192; in fq_init()
|
/include/linux/sched/ |
D | signal.h | 728 unsigned int limit) in task_rlimit() argument 730 return READ_ONCE(task->signal->rlim[limit].rlim_cur); in task_rlimit() 734 unsigned int limit) in task_rlimit_max() argument 736 return READ_ONCE(task->signal->rlim[limit].rlim_max); in task_rlimit_max() 739 static inline unsigned long rlimit(unsigned int limit) in rlimit() argument 741 return task_rlimit(current, limit); in rlimit() 744 static inline unsigned long rlimit_max(unsigned int limit) in rlimit_max() argument 746 return task_rlimit_max(current, limit); in rlimit_max()
|
/include/media/ |
D | tuner-types.h | 48 unsigned short limit; member
|
/include/acpi/ |
D | processor.h | 208 u8 limit:1; member 232 struct acpi_processor_limit limit; member 316 extern int acpi_processor_get_bios_limit(int cpu, unsigned int *limit); 342 static inline int acpi_processor_get_bios_limit(int cpu, unsigned int *limit) in acpi_processor_get_bios_limit() argument
|
/include/net/tc_act/ |
D | tc_police.h | 40 u32 limit; member
|
/include/linux/netfilter/ |
D | nf_conntrack_sip.h | 69 const char *dptr, const char *limit,
|