Searched refs:limit (Results 1 – 19 of 19) sorted by relevance
/include/linux/ |
D | res_counter.h | 36 unsigned long long limit; member 151 if (cnt->limit > cnt->usage) in res_counter_margin() 152 margin = cnt->limit - cnt->usage; in res_counter_margin() 200 unsigned long long limit) in res_counter_set_limit() argument 206 if (cnt->usage <= limit) { in res_counter_set_limit() 207 cnt->limit = limit; in res_counter_set_limit()
|
D | pkt_sched.h | 110 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */ member 148 __u32 limit; member 156 __u32 limit; member 181 __u32 limit; /* Maximal packets in queue */ member 200 __u32 limit; /* HARD maximal flow queue length (bytes) */ member 230 __u32 limit; /* HARD maximal queue length (bytes) */ member 265 __u32 limit; /* HARD maximal queue length (bytes) */ member 305 __u32 limit; /* Hard queue length (packets) */ member 519 __u32 limit; /* fifo limit (packets) */ member 623 __u32 limit; /* max SFB queue length */ member
|
D | elfcore.h | 165 unsigned long limit); 167 elf_core_write_extra_data(struct file *file, size_t *size, unsigned long limit);
|
D | dynamic_queue_limits.h | 48 unsigned int limit ____cacheline_aligned_in_smp; /* Current limit */
|
D | binfmts.h | 76 unsigned long limit; member
|
D | bootmem.h | 157 unsigned long limit);
|
D | slab_def.h | 27 unsigned int limit; member
|
D | sched.h | 2849 unsigned int limit) in task_rlimit() argument 2851 return ACCESS_ONCE(tsk->signal->rlim[limit].rlim_cur); in task_rlimit() 2855 unsigned int limit) in task_rlimit_max() argument 2857 return ACCESS_ONCE(tsk->signal->rlim[limit].rlim_max); in task_rlimit_max() 2860 static inline unsigned long rlimit(unsigned int limit) in rlimit() argument 2862 return task_rlimit(current, limit); in rlimit() 2865 static inline unsigned long rlimit_max(unsigned int limit) in rlimit_max() argument 2867 return task_rlimit_max(current, limit); in rlimit_max()
|
D | memblock.h | 181 void memblock_set_current_limit(phys_addr_t limit);
|
D | cpufreq.h | 234 int (*bios_limit) (int cpu, unsigned int *limit);
|
D | pkt_cls.h | 128 __u32 limit; member
|
/include/linux/mfd/pcf50633/ |
D | backlight.h | 48 int pcf50633_bl_set_brightness_limit(struct pcf50633 *pcf, unsigned int limit);
|
/include/linux/netfilter/ |
D | xt_connlimit.h | 24 unsigned int limit; member
|
D | nf_conntrack_sip.h | 62 const char *dptr, const char *limit,
|
/include/net/ |
D | pkt_sched.h | 76 extern int fifo_set_limit(struct Qdisc *q, unsigned int limit); 78 unsigned int limit);
|
D | sch_generic.h | 85 u32 limit; member
|
/include/media/ |
D | tuner-types.h | 17 unsigned short limit; member
|
/include/acpi/ |
D | processor.h | 192 u8 limit:1; member 214 struct acpi_processor_limit limit; member 283 extern int acpi_processor_get_bios_limit(int cpu, unsigned int *limit); 306 static inline int acpi_processor_get_bios_limit(int cpu, unsigned int *limit) in acpi_processor_get_bios_limit() argument
|
/include/trace/events/ |
D | writeback.h | 315 __field(unsigned long, limit) 334 __entry->limit = global_dirty_limit; 359 __entry->limit,
|