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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_log2.c51 u_int32_t i, limit; local
53 limit = 1;
54 for (i = 0; limit < num; limit = limit << 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dmidcomms.h18 unsigned len, unsigned limit);
H A Dmidcomms.c35 unsigned len, unsigned limit)
39 if ((copy + offset) > limit)
40 copy = limit - offset;
59 unsigned offset, unsigned len, unsigned limit)
79 limit);
120 copy_from_cb(p, base, offset, msglen, limit);
126 offset &= (limit - 1);
34 copy_from_cb(void *dst, const void *base, unsigned offset, unsigned len, unsigned limit) argument
58 dlm_process_incoming_buffer(int nodeid, const void *base, unsigned offset, unsigned len, unsigned limit) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_connlimit.h7 int limit; member in struct:ipt_connlimit_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Duaccess.c20 unsigned long limit = current_thread_info()->addr_limit.seg; local
21 return !((addr < limit && size <= limit - addr) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dk8topology_64.c110 unsigned long base, limit; local
113 limit = read_pci_config(0, nb, 1, 0x44 + i*8);
115 nodeid = limit & 7;
123 base, limit);
127 if (!limit) {
132 if ((base >> 8) & 3 || (limit >> 8) & 3) {
134 nodeid, (base >> 8) & 3, (limit >> 8) & 3);
143 limit >>= 16;
144 limit <<= 24;
145 limit |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Delf-fdpic.c63 unsigned long limit; local
83 limit = (current->mm->start_stack - 0x00200000);
84 if (addr + len <= limit) {
85 limit -= len;
87 if (addr <= limit) {
90 if (addr > limit)
101 limit = TASK_SIZE - len;
102 if (addr <= limit) {
105 if (addr > limit)
112 if (!vma && addr <= limit)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/shared/sysdep/
H A Dhost_ldt.h10 ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
15 ((info)->limit & 0xf0000) | \
26 (info)->limit == 0 && \
H A Dtls.h13 unsigned int limit; member in struct:um_dup_user_desc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/shared/sysdep/
H A Dhost_ldt.h10 ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
17 ((info)->limit & 0xf0000) | \
29 (info)->limit == 0 && \
H A Dtls.h13 unsigned int limit; member in struct:um_dup_user_desc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_fifo.c24 u32 limit; member in struct:fifo_sched_data
31 if (likely(sch->qstats.backlog + qdisc_pkt_len(skb) <= q->limit))
41 if (likely(skb_queue_len(&sch->q) < q->limit))
52 if (likely(skb_queue_len(&sch->q) < q->limit))
55 /* queue full, remove one skb to fulfill the limit */
72 u32 limit = qdisc_dev(sch)->tx_queue_len ? : 1; local
75 limit *= psched_mtu(qdisc_dev(sch));
77 q->limit = limit;
84 q->limit
147 fifo_set_limit(struct Qdisc *q, unsigned int limit) argument
169 fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops, unsigned int limit) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_connlimit.h19 unsigned int limit; member in struct:xt_connlimit_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Ddesc.h8 (info)->limit == 0 && \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dldt.h16 * Note on 64bit base and limit is ignored and you cannot set DS/ES/CS
23 unsigned int limit; member in struct:user_desc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_connlimit.h16 unsigned int limit, inverse; member in struct:xt_connlimit_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_connlimit.h19 unsigned int limit; member in struct:xt_connlimit_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Delfcore.c14 unsigned long limit)
20 unsigned long limit)
13 elf_core_write_extra_phdrs(struct file *file, loff_t offset, size_t *size, unsigned long limit) argument
19 elf_core_write_extra_data(struct file *file, size_t *size, unsigned long limit) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dtimer.h11 #define calc_param(cnt, div, rate, limit) \
17 if ((cnt / rate[div]) > limit) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/netem/
H A Dmaketable.c24 int limit; local
29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */
31 limit = 10000;
34 x = calloc(limit, sizeof(double));
40 for (i=0; i<limit; ++i){
51 arraystats(double *x, int limit, double *mu, double *sigma, double *rho) argument
57 for (i=0; i<limit; ++i){
93 makedist(double *x, int limit, double mu, double sigma) argument
105 for (i=0; i < limit; ++i) {
123 cumulativedist(int *table, int limit, in argument
160 interpolatetable(short *table, int limit) argument
183 printtable(const short *table, int limit) argument
201 int limit; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_bhv.c45 __uint64_t limit; local
47 limit = dp->d_blk_softlimit ?
50 if (limit && statp->f_blocks > limit) {
51 statp->f_blocks = limit;
57 limit = dp->d_ino_softlimit ?
60 if (limit && statp->f_files > limit) {
61 statp->f_files = limit;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlmem.c47 int limit, const char *what) {
50 if (*size >= limit/2) { /* cannot double it? */
51 if (*size >= limit) /* cannot grow even a little? */
52 luaG_runerror(L, "too many %s (limit is %d)", what, limit);
53 newsize = limit; /* still have at least one free place */
46 luaM_growaux_(lua_State *L, void *block, int *size, size_t size_elems, int limit, const char *what) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/romfs/
H A Dstorage.c135 unsigned long pos, size_t limit)
144 while (limit > 0) {
146 segment = min_t(size_t, limit, ROMBSIZE - offset);
155 limit -= segment;
221 size_t limit; local
223 limit = romfs_maxsize(sb);
224 if (pos >= limit)
226 if (buflen > limit - pos)
227 buflen = limit - pos;
246 size_t limit; local
134 romfs_blk_strnlen(struct super_block *sb, unsigned long pos, size_t limit) argument
274 size_t limit; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dmbiter.h102 const char *limit; /* pointer to end of string */ member in struct:mbiter_multi
138 iter->limit - iter->cur.ptr, &iter->state);
150 iter->cur.bytes = iter->limit - iter->cur.ptr;
179 iter->limit += ptrdiff;
185 new_iter->limit = old_iter->limit;
197 ((iter).cur.ptr = (startptr), (iter).limit = (iter).cur.ptr + (length), \
201 ((iter).cur.ptr < (iter).limit && (mbiter_multi_next (&(iter)), true))

Completed in 221 milliseconds

1234567891011>>