Searched refs:limit (Results 151 - 175 of 195) sorted by relevance

12345678

/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_deflate/
H A Ddeflate.c695 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? local
697 /* Stop when cur_match becomes <= limit. To simplify the code,
816 } while ((cur_match = prev[cur_match & wmask]) > limit
872 /* Deal with !@#$% 64K limit: */
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dfilemap.c1831 /* And limit it to a sane percentage of the inactive list.. */
2934 unsigned long limit = current->rlim[RLIMIT_FSIZE].rlim_cur; local
2969 * Check whether we've reached the file size limit.
2973 if (!S_ISBLK(inode->i_mode) && limit != RLIM_INFINITY) {
2974 if (pos >= limit) {
2978 if (pos > 0xFFFFFFFFULL || count > limit - (u32)pos) {
2980 count = limit - (u32)pos;
2999 * Are we about to exceed the fs block limit ?
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dwinbond-840.c29 limit each tx buffer to < 1024 bytes
82 #define MAX_UNITS 8 /* More are supported, limit only on options */
799 int limit = RXTX_TIMEOUT;
820 limit--;
821 if(!limit) {
948 586: Set 16 longword cache alignment, no burst limit.
795 int limit = RXTX_TIMEOUT; local
H A Dde4x5.c1633 s32 imr, omr, sts, limit;
1651 for (limit=0; limit<8; limit++) {
5106 int i, j, k, n, limit=sizeof(phy_info)/sizeof(struct phy_table);
5119 for (j=0; j<limit; j++) { /* Search PHY table */
5133 if ((j == limit) && (i < DE4X5_MAX_MII)) {
1631 s32 imr, omr, sts, limit; local
5104 int i, j, k, n, limit=sizeof(phy_info)/sizeof(struct phy_table); local
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmutils.c872 char *limit, *line; local
876 limit = buf + size - 80;
886 for (j = 0; j < num && (buf < limit); readi = (readi + 1) % LOGSIZE, j++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dpcic.c877 static void pcic_load_profile_irq(int cpu, unsigned int limit) argument
H A Dhead.S701 subcc %g3, %g5, %g0 ! Reached our limit?
718 subcc %g3, %g5, %g0 ! reached limit?
735 subcc %g3, %g5, %g0 ! Reached limit?
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbuffer.c984 /* First, check for the "real" dirty limit. */
1784 unsigned long index, offset, limit; local
1788 limit = current->rlim[RLIMIT_FSIZE].rlim_cur;
1789 if (limit != RLIM_INFINITY && size > (loff_t)limit) {
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dext2_fs.h212 __u16 limit; member in struct:ext2_dx_countlimit
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-tunnels.tex436 rate 128Kbit burst 4K limit 10K
438 will limit tunneled traffic to 128Kbit with maximal burst size of 4K
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dirixelf.c950 * Personally I'd include everything, and use the coredump limit...
1028 * and then they are actually written out. If we run out of core limit
1041 int limit = current->rlim[RLIMIT_CORE].rlim_cur; local
1048 /* Count what's needed to dump, up to the limit of coredump size. */
1056 if (size+sz >= limit)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dcreatorfb.c305 int limit = 10000; local
313 } while(--limit > 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dround.S205 andil #0xffffff00,LOCAL_HI(%a0) |truncate bits beyond sgl limit
247 andil #0xfffff800,LOCAL_LO(%a0) |truncate bits beyond dbl limit
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Ddeflate.c736 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? local
738 /* Stop when cur_match becomes <= limit. To simplify the code,
857 } while ((cur_match = prev[cur_match & wmask]) > limit
972 /* Deal with !@#$% 64K limit: */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Darp_tables.c575 unsigned char *limit,
583 || (unsigned char *)e + sizeof(struct arpt_entry) >= limit) {
572 check_entry_size_and_hooks(struct arpt_entry *e, struct arpt_table_info *newinfo, unsigned char *base, unsigned char *limit, const unsigned int *hook_entries, const unsigned int *underflows, unsigned int *i) argument
H A Dip_tables.c720 unsigned char *limit,
728 || (unsigned char *)e + sizeof(struct ipt_entry) >= limit) {
717 check_entry_size_and_hooks(struct ipt_entry *e, struct ipt_table_info *newinfo, unsigned char *base, unsigned char *limit, const unsigned int *hook_entries, const unsigned int *underflows, unsigned int *i) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Darp_tables.c575 unsigned char *limit,
583 || (unsigned char *)e + sizeof(struct arpt_entry) >= limit) {
572 check_entry_size_and_hooks(struct arpt_entry *e, struct arpt_table_info *newinfo, unsigned char *base, unsigned char *limit, const unsigned int *hook_entries, const unsigned int *underflows, unsigned int *i) argument
H A Dip_tables.c720 unsigned char *limit,
728 || (unsigned char *)e + sizeof(struct ipt_entry) >= limit) {
717 check_entry_size_and_hooks(struct ipt_entry *e, struct ipt_table_info *newinfo, unsigned char *base, unsigned char *limit, const unsigned int *hook_entries, const unsigned int *underflows, unsigned int *i) argument
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dgzip.c734 * To do: limit the window size to WSIZE+BSZ if SMALL_MEM (the code would
739 /* Link to older string with same hash index. To limit the size of this
782 * A higher limit improves compression ratio but degrades the speed.
909 IPos limit = local
912 /* Stop when cur_match becomes <= limit. To simplify the code,
974 } while ((cur_match = prev[cur_match & WMASK]) > limit
H A Dash.c8340 struct rlimit limit; local
8387 getrlimit(l->cmd, &limit);
8389 val = limit.rlim_cur;
8391 val = limit.rlim_max;
8405 getrlimit(l->cmd, &limit);
8408 limit.rlim_max = val;
8410 limit.rlim_cur = val;
8411 if (setrlimit(l->cmd, &limit) < 0)
8412 error("error setting limit (%m)");
8415 val = limit
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_tty.c2824 int limit = ISDN_MSNLEN - 1; local
2829 (limit--))
2841 int limit = ISDN_MSNLEN - 1; /* MUST match the size of interface var to avoid local
2848 limit--;
2850 if(!limit)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Deata.c184 * calls, in order to avoid the previous size limit of 64Kb.
1818 unsigned int i, j, time, k, c, limit = 0; local
1899 while ((jiffies - time) < (10 * HZ) && limit++ < 200000) udelay(100L);
1902 printk("%s: reset, interrupts disabled, loops %d.\n", BN(j), limit);
H A DNCR5380.c149 * LIMIT_TRANSFERSIZE - if defined, limit the pseudo-dma transfers to 512
1937 int limit = 100; local
1941 if (--limit < 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6_tables.c796 unsigned char *limit,
804 || (unsigned char *)e + sizeof(struct ip6t_entry) >= limit) {
793 check_entry_size_and_hooks(struct ip6t_entry *e, struct ip6t_table_info *newinfo, unsigned char *base, unsigned char *limit, const unsigned int *hook_entries, const unsigned int *underflows, unsigned int *i) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dfile_storage.c2234 int len, limit; local
2257 limit = 255;
2261 limit = 65535; // Should really be mod_data.buflen
2289 if (!valid_page || len > limit) {

Completed in 508 milliseconds

12345678