Searched refs:excess (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_atm.c46 fprintf(stderr, " [ hdr HEX... ] [ excess ( CLASSID | clp ) ] "
58 __u32 excess = 0; local
135 else if (!strcmp(*argv,"excess")) {
137 if (!strcmp(*argv,"clp")) excess = 0;
138 else if (get_tc_classid(&excess,*argv)) {
185 if (excess) addattr_l(n,1024,TCA_ATM_EXCESS,&excess,sizeof(excess));
224 __u32 excess; local
226 if (RTA_PAYLOAD(tb[TCA_ATM_EXCESS]) < sizeof(excess))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dres_counter.h158 unsigned long long excess; local
163 excess = 0;
165 excess = cnt->usage - cnt->soft_limit;
167 return excess;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvio.c88 * @excess: pool of excess entitlement not needed for device reserves or spare
101 struct vio_cmo_pool excess; member in struct:vio_cmo
143 * Allocations come from memory reserved for the devices and any excess
145 * hotplug must be equal to %VIO_CMO_MIN_ENT for the excess pool to be
164 /* If spare is not fulfilled, the excess pool can not be used. */
166 excess_free = vio_cmo.excess.free;
175 vio_cmo.excess.free -= size;
190 * the reserve pool is used to reduce device entitlement, the excess
207 /* Amount of memory freed from the excess poo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_atm.c56 struct atm_flow_data *excess; /* flow for excess traffic; member in struct:atm_flow_data
153 if (flow->excess)
154 atm_tc_put(sch, (unsigned long)flow->excess);
191 struct atm_flow_data *excess = NULL; local
233 excess = NULL;
235 excess = (struct atm_flow_data *)
237 if (!excess)
292 flow->excess = excess;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmremap.c174 unsigned long excess = 0; local
220 excess = vma->vm_end - vma->vm_start - old_len;
241 vm_unacct_memory(excess >> PAGE_SHIFT);
242 excess = 0;
247 if (excess) {
H A Dmemcontrol.c444 unsigned long long excess; local
457 excess = res_counter_soft_limit_excess(&mem->res);
462 if (excess || mz->on_tree) {
469 * If excess is 0, no tree ops.
471 __mem_cgroup_insert_exceeded(mem, mz, mctz, excess);
1261 unsigned long excess = mem_cgroup_get_excess(root_mem); local
1285 * excess >> 2 is not to excessive so as to
1289 if (total >= (excess >> 2) ||
2876 unsigned long long excess; local
2929 excess
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddragimgg.cpp501 int excess = 50;
505 m_repairBitmap = wxBitmap(fullRect.GetWidth() + excess, fullRect.GetHeight() + excess);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtransfer.c402 size_t excess = 0; /* excess bytes read */ local
509 " excess = %zd"
653 excess = (size_t)(k->bytecount + nread - k->maxdownload);
654 if(excess > 0 && !k->ignorebody) {
656 /* The 'excess' amount below can't be more than BUFSIZE which
663 excess, data->state.path,
665 read_rewind(conn, excess);
670 " excess = %zu"
674 excess,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_elf_fdpic.c1032 unsigned long maddr, disp, excess, excess1; local
1131 excess = phdr->p_memsz - phdr->p_filesz;
1135 if (excess > excess1) {
1141 xmaddr = do_mmap(NULL, xaddr, excess - excess1,
1147 loop, xaddr, excess - excess1, prot, flags,
1163 if (excess > 0) {
1165 loop, maddr + phdr->p_filesz, excess);
1166 if (clear_user((void *) maddr + phdr->p_filesz, excess))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-sched.c1407 u32 excess; local
1418 excess = (stream->next_uframe - period - next) & (mod - 1);
1419 if (excess >= mod - 2 * SCHEDULE_SLOP)
1420 start = next + excess - mod + period *
1421 DIV_ROUND_UP(mod - excess, period);
1423 start = next + excess + period;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dbindec.S69 | significant digits. The excess digits are collected
452 | digits. The excess digits are collected in INEX2. If mul,
453 | Check d2 for excess 10 exponential value. If not zero,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-1.8.2.js4207 var unquoted, excess;
4217 // Get excess from tokenize (recursively)
4218 (excess = tokenize( unquoted, true )) &&
4220 (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {
4222 // excess is a negative index
4223 unquoted = unquoted.slice( 0, excess );
4224 match[0] = match[0].slice( 0, excess );
4733 // Return the length of the invalid excess

Completed in 159 milliseconds