Searched refs:limit (Results 1 - 25 of 28) sorted by relevance

12

/include/linux/mfd/pcf50633/
H A Dbacklight.h27 * Brightness limit to be used after the driver has been probed. This is useful
48 int pcf50633_bl_set_brightness_limit(struct pcf50633 *pcf, unsigned int limit);
/include/linux/
H A Ddma-contiguous.h86 phys_addr_t limit, struct cma **res_cma,
95 * @limit: End address of the reserved memory (optional, 0 for any).
103 phys_addr_t base, phys_addr_t limit)
107 ret = dma_contiguous_reserve_area(size, base, limit, &cma, true);
130 static inline void dma_contiguous_reserve(phys_addr_t limit) { } argument
133 phys_addr_t limit, struct cma **res_cma,
141 phys_addr_t base, phys_addr_t limit)
102 dma_declare_contiguous(struct device *dev, phys_addr_t size, phys_addr_t base, phys_addr_t limit) argument
132 dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, phys_addr_t limit, struct cma **res_cma, bool fixed) argument
140 dma_declare_contiguous(struct device *dev, phys_addr_t size, phys_addr_t base, phys_addr_t limit) argument
H A Dres_counter.h35 * the limit that usage cannot exceed
37 unsigned long long limit; member in struct:res_counter
39 * the limit that usage can be exceed
107 * counter->limit
111 * charge we are over limit.
139 * Returns the difference between the hard limit and the current usage
148 if (cnt->limit > cnt->usage)
149 margin = cnt->limit - cnt->usage;
157 * Get the difference between the usage and the soft limit
160 * Returns 0 if usage is less than or equal to soft limit
196 res_counter_set_limit(struct res_counter *cnt, unsigned long long limit) argument
[all...]
H A Dcma.h22 phys_addr_t size, phys_addr_t limit,
H A Ddynamic_queue_limits.h10 * 1) Objects are queued up to some limit specified as number of objects.
13 * 3) Starvation occurs when limit has been reached, all queued data has
18 * The goal of dql is to calculate the limit as the minimum number of objects
24 * on the object limit and how many objects are already enqueued
43 unsigned int adj_limit; /* limit + num_completed */
48 unsigned int limit ____cacheline_aligned_in_smp; /* Current limit */
51 unsigned int prev_ovlimit; /* Previous over limit */
59 unsigned int max_limit; /* Max limit */
60 unsigned int min_limit; /* Minimum limit */
[all...]
H A Dslab_def.h15 unsigned int limit; member in struct:kmem_cache
H A Dof_fdt.h110 extern void of_fdt_limit_memory(int limit);
H A Dtty_flip.h4 extern int tty_buffer_set_limit(struct tty_port *port, int limit);
H A Dbinfmts.h61 unsigned long limit; member in struct:coredump_params
H A Dsched.h673 * because there is no reader checking a limit that actually needs
3017 unsigned int limit)
3019 return ACCESS_ONCE(tsk->signal->rlim[limit].rlim_cur);
3023 unsigned int limit)
3025 return ACCESS_ONCE(tsk->signal->rlim[limit].rlim_max);
3028 static inline unsigned long rlimit(unsigned int limit) argument
3030 return task_rlimit(current, limit);
3033 static inline unsigned long rlimit_max(unsigned int limit) argument
3035 return task_rlimit_max(current, limit);
3016 task_rlimit(const struct task_struct *tsk, unsigned int limit) argument
3022 task_rlimit_max(const struct task_struct *tsk, unsigned int limit) argument
H A Dmemblock.h300 * memblock_set_current_limit - Set the current allocation limit to allow
303 * @limit: New limit value (physical address)
305 void memblock_set_current_limit(phys_addr_t limit);
H A Dbootmem.h99 unsigned long limit);
H A Dcpufreq.h266 int (*bios_limit) (int cpu, unsigned int *limit);
H A Dmm.h33 static inline void set_max_mapnr(unsigned long limit) argument
35 max_mapnr = limit;
38 static inline void set_max_mapnr(unsigned long limit) { } argument
/include/uapi/linux/netfilter/
H A Dxt_connlimit.h24 unsigned int limit; member in struct:xt_connlimit_info
/include/media/
H A Dtuner-types.h17 unsigned short limit; member in struct:tuner_range
/include/uapi/linux/
H A Dpkt_sched.h82 #define TC_LINKLAYER_MASK 0x0F /* limit use to lower 4 bits */
118 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */ member in struct:tc_fifo_qopt
156 __u32 limit; member in struct:tc_plug_qopt
164 __u32 limit; member in struct:tc_tbf_qopt
193 __u32 limit; /* Maximal packets in queue */ member in struct:tc_sfq_qopt
212 __u32 limit; /* HARD maximal flow queue length (bytes) */ member in struct:tc_sfq_qopt_v1
242 __u32 limit; /* HARD maximal queue length (bytes) */ member in struct:tc_red_qopt
277 __u32 limit; /* HARD maximal queue length (bytes) */ member in struct:tc_gred_qopt
317 __u32 limit; /* Hard queue length (packets) */ member in struct:tc_choke_qopt
536 __u32 limit; /* fif member in struct:tc_netem_qopt
640 __u32 limit; /* max SFB queue length */ member in struct:tc_sfb_qopt
[all...]
H A Dpkt_cls.h128 __u32 limit; member in struct:tc_police
H A Dbtrfs.h219 __u64 limit; /* limit number of processed chunks */ member in struct:btrfs_balance_args
/include/net/
H A Dpkt_sched.h82 int fifo_set_limit(struct Qdisc *q, unsigned int limit);
84 unsigned int limit);
H A Dsock.h807 static inline bool sk_rcvqueues_full(const struct sock *sk, unsigned int limit) argument
811 return qsize > limit;
816 unsigned int limit)
818 if (sk_rcvqueues_full(sk, limit))
815 sk_add_backlog(struct sock *sk, struct sk_buff *skb, unsigned int limit) argument
/include/acpi/
H A Dprocessor.h181 struct acpi_processor_lx state; /* current limit */
182 struct acpi_processor_lx thermal; /* thermal limit */
183 struct acpi_processor_lx user; /* user limit */
190 u8 limit:1; member in struct:acpi_processor_flags
213 struct acpi_processor_limit limit; member in struct:acpi_processor
285 extern int acpi_processor_get_bios_limit(int cpu, unsigned int *limit);
308 static inline int acpi_processor_get_bios_limit(int cpu, unsigned int *limit) argument
/include/linux/netfilter/
H A Dnf_conntrack_sip.h69 const char *dptr, const char *limit,
/include/trace/events/
H A Dwriteback.h341 "bg_thresh=%lu thresh=%lu limit=%lu "
420 __field(unsigned long, limit)
439 __entry->limit = global_dirty_limit;
458 "limit=%lu setpoint=%lu dirty=%lu "
464 __entry->limit,
/include/linux/mfd/
H A Dcros_ec_commands.h2038 CS_PARAM_CHG_VOLTAGE, /* charger voltage limit */
2039 CS_PARAM_CHG_CURRENT, /* charger current limit */
2040 CS_PARAM_CHG_INPUT_CURRENT, /* charger input current limit */
2097 uint32_t limit; /* in mA */ member in struct:ec_params_current_limit
2106 uint32_t limit; /* in mA */ member in struct:ec_params_ext_power_current_limit
2285 /* DPTF battery charging current limit */
2288 /* Charging limit is specified in 64 mA steps */
2290 /* Value to disable DPTF battery charging limit */

Completed in 651 milliseconds

12