/include/asm-generic/ |
D | access_ok.h | 33 unsigned long limit = TASK_SIZE_MAX; in __access_ok() local 40 return (size <= limit) && (addr <= (limit - size)); in __access_ok()
|
/include/linux/ |
D | vhost_iotlb.h | 28 unsigned int limit; member 39 void vhost_iotlb_init(struct vhost_iotlb *iotlb, unsigned int limit, 41 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
|
D | cma.h | 35 phys_addr_t size, phys_addr_t limit, 40 phys_addr_t size, phys_addr_t limit, in cma_declare_contiguous() argument 44 return cma_declare_contiguous_nid(base, size, limit, alignment, in cma_declare_contiguous()
|
D | dynamic_queue_limits.h | 51 unsigned int limit ____cacheline_aligned_in_smp; /* Current limit */
|
D | coredump.h | 23 unsigned long limit; member
|
D | pipe_fs_i.h | 170 unsigned int limit) in pipe_full() argument 172 return pipe_occupancy(head, tail) >= limit; in pipe_full()
|
D | xarray.h | 865 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc() argument 871 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc() 895 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_bh() argument 901 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_bh() 925 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_irq() argument 931 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_irq() 959 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic() argument 965 err = __xa_alloc_cyclic(xa, id, entry, limit, next, gfp); in xa_alloc_cyclic() 993 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic_bh() argument 999 err = __xa_alloc_cyclic(xa, id, entry, limit, next, gfp); in xa_alloc_cyclic_bh() [all …]
|
D | of_fdt.h | 40 extern void of_fdt_limit_memory(int limit);
|
D | tty_flip.h | 10 int tty_buffer_set_limit(struct tty_port *port, int limit);
|
D | slab_def.h | 17 unsigned int limit; member
|
D | hid.h | 1039 unsigned int limit = 0; in hid_map_usage() local 1044 limit = ABS_MAX; in hid_map_usage() 1048 limit = REL_MAX; in hid_map_usage() 1052 limit = KEY_MAX; in hid_map_usage() 1056 limit = LED_MAX; in hid_map_usage() 1060 limit = MSC_MAX; in hid_map_usage() 1064 if (unlikely(c > limit || !bmap)) { in hid_map_usage() 1073 *max = limit; in hid_map_usage()
|
D | dma-map-ops.h | 130 phys_addr_t limit, struct cma **res_cma, bool fixed); 145 static inline void dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() argument 149 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 …]
|
/include/net/ |
D | pie.h | 31 u32 limit; member 93 params->limit = 1000; in pie_params_init()
|
D | fq.h | 75 u32 limit; member
|
D | pkt_sched.h | 97 int fifo_set_limit(struct Qdisc *q, unsigned int limit); 99 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/media/ |
D | tuner-types.h | 48 unsigned short limit; member
|
/include/linux/sched/ |
D | signal.h | 769 unsigned int limit) in task_rlimit() argument 771 return READ_ONCE(task->signal->rlim[limit].rlim_cur); in task_rlimit() 775 unsigned int limit) in task_rlimit_max() argument 777 return READ_ONCE(task->signal->rlim[limit].rlim_max); in task_rlimit_max() 780 static inline unsigned long rlimit(unsigned int limit) in rlimit() argument 782 return task_rlimit(current, limit); in rlimit() 785 static inline unsigned long rlimit_max(unsigned int limit) in rlimit_max() argument 787 return task_rlimit_max(current, limit); in rlimit_max()
|
/include/acpi/ |
D | processor.h | 213 u8 limit:1; member 237 struct acpi_processor_limit limit; member 321 extern int acpi_processor_get_bios_limit(int cpu, unsigned int *limit); 347 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,
|