| /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 | 31 phys_addr_t size, phys_addr_t limit, 36 phys_addr_t size, phys_addr_t limit, in cma_declare_contiguous() argument 40 return cma_declare_contiguous_nid(base, size, limit, alignment, in cma_declare_contiguous()
|
| D | percpu_counter.h | 60 bool __percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit, 75 percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit, s64 amount) in percpu_counter_limited_add() argument 77 return __percpu_counter_limited_add(fbc, limit, amount, in percpu_counter_limited_add() 198 percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit, s64 amount) in percpu_counter_limited_add() argument 209 if ((amount > 0 && count <= limit) || in percpu_counter_limited_add() 210 (amount < 0 && count >= limit)) { in percpu_counter_limited_add()
|
| D | acpi_iort.h | 42 int iort_dma_get_ranges(struct device *dev, u64 *limit); 58 static inline int iort_dma_get_ranges(struct device *dev, u64 *limit) in iort_dma_get_ranges() argument
|
| D | refcount.h | 217 int limit) in __refcount_add_not_zero_limited_acquire() argument 225 if (i > limit - old) { in __refcount_add_not_zero_limited_acquire() 242 __refcount_inc_not_zero_limited_acquire(refcount_t *r, int *oldp, int limit) in __refcount_inc_not_zero_limited_acquire() argument 244 return __refcount_add_not_zero_limited_acquire(1, r, oldp, limit); in __refcount_inc_not_zero_limited_acquire()
|
| D | xarray.h | 872 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc() argument 878 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc() 905 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_bh() argument 911 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_bh() 938 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_irq() argument 944 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_irq() 975 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic() argument 981 err = __xa_alloc_cyclic(xa, id, entry, limit, next, gfp); in xa_alloc_cyclic() 1012 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic_bh() argument 1018 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 | of_fdt.h | 41 extern void of_fdt_limit_memory(int limit);
|
| D | coredump.h | 22 unsigned long limit; member
|
| D | hid.h | 1066 unsigned int limit = 0; in hid_map_usage() local 1071 limit = ABS_MAX; in hid_map_usage() 1075 limit = REL_MAX; in hid_map_usage() 1079 limit = KEY_MAX; in hid_map_usage() 1083 limit = LED_MAX; in hid_map_usage() 1087 limit = MSC_MAX; in hid_map_usage() 1091 if (unlikely(c > limit || !bmap)) { in hid_map_usage() 1100 *max = limit; in hid_map_usage()
|
| D | dynamic_queue_limits.h | 62 unsigned int limit ____cacheline_aligned_in_smp; /* Current limit */
|
| D | tty_flip.h | 10 int tty_buffer_set_limit(struct tty_port *port, int limit);
|
| D | dma-map-ops.h | 117 phys_addr_t limit, struct cma **res_cma, bool fixed); 132 static inline void dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() argument 136 phys_addr_t base, phys_addr_t limit, struct cma **res_cma, in dma_contiguous_reserve_area() argument
|
| /include/linux/mfd/pcf50633/ |
| D | backlight.h | 39 int pcf50633_bl_set_brightness_limit(struct pcf50633 *pcf, unsigned int limit);
|
| /include/linux/spi/ |
| D | corgi_lcd.h | 18 void corgi_lcd_limit_intensity(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 505 __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 | 96 int fifo_set_limit(struct Qdisc *q, unsigned int limit); 98 unsigned int limit,
|
| /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/media/ |
| D | tuner-types.h | 48 unsigned short limit; member
|
| /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
|