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

12345678

/asus-wl-520gu-7.0.1.45/src/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_iplimit.h7 int limit; member in struct:ipt_iplimit_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/mm/
H A Dk8topology.c106 unsigned long base,limit; local
109 limit = read_pci_config(0, nb, 1, 0x44 + i*8);
111 nodeid = limit & 3;
112 if (!limit) {
116 if ((base >> 8) & 3 || (limit >> 8) & 3) {
118 nodeid, (base>>8)&3, (limit>>8) & 3);
128 limit >>= 16;
129 limit <<= 24;
131 if (limit > end_pfn << PAGE_SHIFT)
132 limit
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dldt.h18 unsigned int limit; member in struct:modify_ldt_ldt_s
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dldt.h15 /* Note on 64bit base and limit is ignored and you cannot set
21 unsigned int limit; member in struct:modify_ldt_ldt_s
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dldt.h15 /* Note on 64bit base and limit is ignored and you cannot set
21 unsigned int limit; member in struct:modify_ldt_ldt_s
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dldt.h18 unsigned int limit; member in struct:modify_ldt_ldt_s
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dind_block.c27 int limit = fs->blocksize >> 2; local
40 for (i = 0; i < limit; i++, block_nr++)
51 int limit = fs->blocksize >> 2; local
59 for (i = 0; i < limit; i++, block_nr++)
H A Dblock.c43 int i, flags, limit, offset; local
46 limit = ctx->fs->blocksize >> 2;
53 ctx->bcount += limit;
72 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
84 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
117 int i, flags, limit, offset; local
120 limit = ctx->fs->blocksize >> 2;
127 ctx->bcount += limit*limit;
146 for (i = 0; i < limit;
193 int i, flags, limit, offset; local
285 int limit; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dio-unit.c42 iounit->limit[0] = IOUNIT_BMAP1_START;
43 iounit->limit[1] = IOUNIT_BMAP2_START;
44 iounit->limit[2] = IOUNIT_BMAPM_START;
45 iounit->limit[3] = IOUNIT_BMAPM_END;
70 unsigned long rotor, scan, limit; local
86 limit = iounit->limit[j];
88 nexti: scan = find_next_zero_bit(iounit->bmap, limit, scan);
89 if (scan + npages > limit) {
90 if (limit !
258 unsigned long rotor, scan, limit; local
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/pci/
H A Dpci_subr.c589 uint32_t base, limit; local
655 limit = PPB_IO_LIMIT(rval);
656 if (base != 0 || limit != 0) {
659 if ((base & 0xf) != 0 || (limit & 0xf) != 0) {
661 limit = ((limit & 0xf0) << 8) | 0xfff;
664 limit |= PPB_LIMIT(rval) << 16;
665 printf(" base: 0x%08x, limit: 0x%08x\n", base, limit);
668 limit
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Ddev_sb1250_pcihost.c96 uint32_t limit; member in struct:sb1250_host_s
113 softc->limit = 0;
143 softc->limit = phys_read32(desc_addr + 4);
160 if (boffset >= softc->limit) {
162 softc->offset = softc->limit;
172 if (blen > softc->limit - boffset)
173 blen = softc->limit - boffset;
195 return softc->pci_base != 0 && softc->offset < softc->limit;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dq_fifo.c28 fprintf(stderr, "Usage: ... [p|b]fifo [ limit NUMBER ]\n");
40 if (strcmp(*argv, "limit") == 0) {
42 if (get_size(&opt.limit, *argv)) {
43 fprintf(stderr, "Illegal \"limit\"\n");
75 fprintf(f, "limit %s", sprint_size(qopt->limit, b1));
77 fprintf(f, "limit %up", qopt->limit);
H A Dq_tbf.c28 fprintf(stderr, "Usage: ... tbf limit BYTES burst BYTES[/BYTES] rate KBPS [ mtu BYTES[/BYTES] ]\n");
53 if (matches(*argv, "limit") == 0) {
55 if (opt.limit || latency) {
56 fprintf(stderr, "Double \"limit/latency\" spec\n");
59 if (get_size(&opt.limit, *argv)) {
60 explain1("limit");
66 if (opt.limit || latency) {
67 fprintf(stderr, "Double \"limit/latency\" spec\n");
158 if (opt.limit == 0 && latency == 0) {
159 fprintf(stderr, "Either \"limit\" o
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dhtree.c108 struct ext2_dx_countlimit limit; local
113 limit = *((struct ext2_dx_countlimit *) ent);
114 limit.count = ext2fs_le16_to_cpu(limit.count);
115 limit.limit = ext2fs_le16_to_cpu(limit.limit);
117 fprintf(pager, "Number of entries (count): %d\n", limit.count);
118 fprintf(pager, "Number of entries (limit)
192 struct ext2_dx_countlimit *limit; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djmemmac.c122 long limit = cinfo->mem->max_memory_to_use - already_allocated; local
126 if (max_bytes_needed > limit && limit > 0)
127 max_bytes_needed = limit;
139 if (mem > limit && limit > 0)
140 mem = limit;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/mm/
H A Dtlb.c39 limit: (1 << 15) - 1, /* start out with the safe (architected) limit */
54 ia64_ctx.limit = max_ctx + 1;
67 if (++ia64_ctx.next >= ia64_ctx.limit) {
68 /* empty range: reset the range limit and start over */
71 ia64_ctx.limit = max_ctx + 1;
75 if ((tsk_context > ia64_ctx.next) && (tsk_context < ia64_ctx.limit))
76 ia64_ctx.limit = tsk_context;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/rm5200/src/
H A Drm5200_l1cache.S161 addu a1,a0,icachesize # limit = base + icachesize
179 addu a1,a0,dcachesize # limit = base + dcachesize
188 addu a1,a0,dcachesize # limit = base + dcachesize
197 addu a1,a0,dcachesize # limit = base + dcachesize
245 addu t1,t0,icachesize # limit = base + icachesize
289 addu t1,t0,dcachesize # limit = base + icachesize
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dpkt_sched.h93 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */ member in struct:tc_fifo_qopt
121 __u32 limit; member in struct:tc_csz_copt
140 __u32 limit; member in struct:tc_tbf_qopt
164 __u32 limit; /* Maximal packets in queue */ member in struct:tc_sfq_qopt
170 * NOTE: limit, divisor and flows are hardwired to code at the moment.
172 * limit=flows=128, divisor=1024;
189 __u32 limit; /* HARD maximal queue length (bytes) */ member in struct:tc_red_qopt
222 __u32 limit; /* HARD maximal queue length (bytes) member in struct:tc_gred_qopt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dpkt_sched.h93 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */ member in struct:tc_fifo_qopt
121 __u32 limit; member in struct:tc_csz_copt
140 __u32 limit; member in struct:tc_tbf_qopt
164 __u32 limit; /* Maximal packets in queue */ member in struct:tc_sfq_qopt
170 * NOTE: limit, divisor and flows are hardwired to code at the moment.
172 * limit=flows=128, divisor=1024;
189 __u32 limit; /* HARD maximal queue length (bytes) */ member in struct:tc_red_qopt
222 __u32 limit; /* HARD maximal queue length (bytes) member in struct:tc_gred_qopt
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_iplimit.c55 info->limit = atoi(argv[optind-1]);
103 info->inverse ? "<" : ">", info->limit);
111 printf("%s--iplimit-above %d ",info->inverse ? "! " : "",info->limit);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_fifo.c41 unsigned limit; member in struct:fifo_sched_data
49 if (sch->stats.backlog <= q->limit) {
109 if (sch->q.qlen <= q->limit) {
143 q->limit = sch->dev->tx_queue_len*sch->dev->mtu;
145 q->limit = sch->dev->tx_queue_len;
150 q->limit = ctl->limit;
161 opt.limit = q->limit;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dobio.h122 unsigned limit; local
125 "=r" (limit) :
128 return limit;
131 extern __inline__ void bw_set_prof_limit(int cpu, unsigned limit) argument
134 "r" (limit),
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dobio.h122 unsigned limit; local
125 "=r" (limit) :
128 return limit;
131 extern __inline__ void bw_set_prof_limit(int cpu, unsigned limit) argument
134 "r" (limit),
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_types.h158 * DASD limit information - stored in directory inode
164 u8 limit_hi; /* DASD limit (in logical blocks) */
165 u32 limit_lo; /* DASD limit (in logical blocks) */
173 #define setDASDLIMIT(dasdp, limit)\
175 (dasdp)->limit_hi = ((u64)limit) >> 32;\
176 (dasdp)->limit_lo = __cpu_to_le32(limit);\
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Drehash.c496 limits->limit = (fs->blocksize - 32) / sizeof(struct ext2_dx_entry);
514 limits->limit = (fs->blocksize - 8) / sizeof(struct ext2_dx_entry);
531 struct ext2_dx_countlimit *root_limit, *limit; local
541 c1 = root_limit->limit;
558 limit = 0;
564 if (limit)
565 limit->limit = limit->count =
566 ext2fs_cpu_to_le16(limit
[all...]

Completed in 165 milliseconds

12345678