Searched refs:max (Results 426 - 450 of 1104) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/time/
H A Dntp.c284 time_offset = max(time_offset, (s64)-MAXPHASE * NSEC_PER_USEC);
313 time_freq = max(freq_adj, (s64)-MAXFREQ_NSEC);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dmemory_hotplug.c145 zone->spanned_pages = max(old_zone_end_pfn, end_pfn) -
160 pgdat->node_spanned_pages = max(old_pgdat_end_pfn, end_pfn) -
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/ppc/
H A Ddaca.c100 uinfo->value.integer.max = 1;
139 uinfo->value.integer.max = DACA_VOL_MAX;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c71 int max; member in struct:__machtab
114 machtab->current = machtab->max = 0;
173 if (++machtab->current > machtab->max)
174 machtab->max = machtab->current;
275 *nump = machtab->max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pm112.c173 pid.max = main_fan->ops->get_max(main_fan);
185 /* We max all CPU fans in case of a sensor error. We also do the
215 /* We calculate a history of max temperatures and use that for the
287 t_max = max(t_max, temp);
363 backside_param.max = backside_fan->ops->get_max(backside_fan);
413 drive_bay_prm.max = drive_bay_fan->ops->get_max(drive_bay_fan);
450 .max = 3510,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/pci/
H A Dpci.c174 u64 base, min, max, base_port; local
193 max = min + addr->address_length - 1;
204 base_port + min, base_port + max);
217 resource->end = base + (sparse ? IO_SPACE_SPARSE_ENCODING(max) : max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/rxrpc/
H A Dar-output.c565 size_t size, chunk, max, space; local
580 max = call->conn->trans->peer->maxdata;
581 max -= call->conn->security_size;
582 max &= ~(call->conn->size_align - 1UL);
584 chunk = max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/i2c/other/
H A Dak4117.c156 uinfo->value.integer.max = LONG_MAX;
180 uinfo->value.integer.max = 1;
202 uinfo->value.integer.max = 1;
237 uinfo->value.integer.max = 192000;
286 uinfo->value.integer.max = 0xffff;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dechoaudio.c116 ch.max = 2;
118 ch.max = 1;
126 ch.max = 2;
154 } else if (c->max == 1)
158 else if (c->min == 2 && c->max == 2)
188 ch.max = 2;
190 ch.max = 1;
194 ch.min = ch.max = 2;
219 fixed.min = fixed.max = chip->sample_rate;
967 uinfo->value.integer.max
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pnp/pnpbios/
H A Drsparser.c255 mem->max = ((p[7] << 8) | p[6]) << 8;
271 mem->max = (p[11] << 24) | (p[10] << 16) | (p[9] << 8) | p[8];
286 mem->min = mem->max = (p[7] << 24) | (p[6] << 16) | (p[5] << 8) | p[4];
334 port->max = (p[5] << 8) | p[4];
349 port->min = port->max = (p[2] << 8) | p[1];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dparams.c271 unsigned int min, unsigned int max,
295 if (*num == max) {
297 name, max);
327 return param_array(kp->name, val, 1, arr->max, arr->elem,
338 for (i = off = 0; i < (arr->num ? *arr->num : arr->max); i++) {
269 param_array(const char *name, const char *val, unsigned int min, unsigned int max, void *elem, int elemsize, int (*set)(const char *, struct kernel_param *kp), int *num) argument
H A Dresource.c277 resource_size_t max, resource_size_t align,
300 if (new->end > max)
301 new->end = max;
323 * @max: maximum size to allocate
330 resource_size_t max, resource_size_t align,
338 err = find_resource(root, new, size, min, max, align, alignf, alignf_data);
275 find_resource(struct resource *root, struct resource *new, resource_size_t size, resource_size_t min, resource_size_t max, resource_size_t align, void (*alignf)(void *, struct resource *, resource_size_t, resource_size_t), void *alignf_data) argument
328 allocate_resource(struct resource *root, struct resource *new, resource_size_t size, resource_size_t min, resource_size_t max, resource_size_t align, void (*alignf)(void *, struct resource *, resource_size_t, resource_size_t), void *alignf_data) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cpufreq/
H A Dcpufreq.c453 show_one(scaling_max_freq, max);
484 store_one(scaling_max_freq,max);
537 /* Do not use cpufreq_set_policy here or the user_policy.max
772 policy->user_policy.max = policy->cpuinfo.max_freq;
1549 policy->min, policy->max);
1554 if (policy->min > data->min && policy->min > policy->max) {
1583 data->max = policy->max;
1585 dprintk("new min and max freqs are %u - %u kHz\n",
1586 data->min, data->max);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Ddummy_hcd.c337 unsigned max; local
347 max = le16_to_cpu(desc->wMaxPacketSize) & 0x3ff;
366 if (max == 512)
370 switch (max) {
386 if (max <= 1024)
390 if (max <= 64)
394 if (max <= 8)
406 if (max <= 1024)
410 if (max <= 1023)
422 _ep->maxpacket = max;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.c148 int max, action, error, i; local
156 max = state->path.active - 1;
157 ASSERT((max >= 0) && (max < XFS_DA_NODE_MAXDEPTH));
158 ASSERT(state->path.blk[max].magic == XFS_ATTR_LEAF_MAGIC ||
159 state->path.blk[max].magic == XFS_DIR2_LEAFN_MAGIC);
161 addblk = &state->path.blk[max]; /* initial dummy value */
162 for (i = max; (i >= 0) && addblk; state->path.active--, i--) {
207 max - i, &action);
1056 int probe, span, max, erro local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c1012 u_int32_t max; local
1021 max = txn_max;
1023 max = lock_max;
1032 * Check for a wrapped case with ids above max.
1034 if (a > max && b < max)
1036 if (b > max && a < max)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dsequence.c533 __seq_set_range(seq, min, max)
535 db_seq_t min, max;
542 if (min >= max) {
549 seq->seq_rp->seq_max = max;
906 __seq_chk_cachesize(env, cachesize, max, min)
909 db_seq_t max, min;
914 * The min and max of the range can be either positive or negative,
918 if ((u_int32_t)cachesize > (u_int64_t)max - (u_int64_t)min) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_both.c141 long max, int *ok);
323 * maximum acceptable body length 'max'.
327 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
356 i = dtls1_get_message_fragment(s, st1, stn, max, ok);
528 dtls1_get_message_fragment(SSL *s, int st1, int stn, long max, int *ok) argument
601 max, ok);
632 if ( l > (unsigned long)max)
642 if ( frag_len > (unsigned long)max)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide-proc.c137 * @max: range maximum
155 static int __ide_add_setting(ide_drive_t *drive, const char *name, int rw, int data_type, int min, int max, int mul_factor, int div_factor, void *data, ide_procset_t *set, int auto_remove) argument
170 setting->max = max;
188 int ide_add_setting(ide_drive_t *drive, const char *name, int rw, int data_type, int min, int max, int mul_factor, int div_factor, void *data, ide_procset_t *set) argument
190 return __ide_add_setting(drive, name, rw, data_type, min, max, mul_factor, div_factor, data, set, 1);
311 if (val < setting->min || val > setting->max)
359 * drive setting name read/write access data type min max mul_factor div_factor data pointer set function
405 out += sprintf(out, "%-16d%-16d", (setting->min * mul_factor + div_factor - 1) / div_factor, setting->max * mul_factor / div_factor);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dread_write.c717 size_t count, loff_t max)
777 if (!max)
778 max = min(in_inode->i_sb->s_maxbytes, out_inode->i_sb->s_maxbytes);
784 if (unlikely(pos + count > max)) {
786 if (pos >= max)
788 count = max - pos;
800 if (*ppos > max)
716 do_sendfile(int out_fd, int in_fd, loff_t *ppos, size_t count, loff_t max) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dmprintf.c166 size_t max; member in struct:nsprintf
207 static void dprintf_Pass1Report(va_stack_t *vto, int max) argument
214 for(i=0; i<max; i++) {
1011 if(infop->length < infop->max) {
1012 /* only do this if we haven't reached max length yet */
1029 info.max = maxlength;
1032 if(info.max) {
1034 if(info.max == info.length)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Dxfrm_state.c46 * ... (max count of rtattr is XFRM_MAX+1
62 fprintf(stderr, " [ min SPI max SPI ]\n");
112 char *name, char *key, int max)
138 if (len > max)
157 if (len > max)
446 } else if (strcmp(*argv, "max") == 0) {
448 duparg("max", *argv);
453 if (get_u32(&req.xspi.max, *argv, 0))
454 invarg("\"max\" value is invalid", *argv);
481 fprintf(stderr, "\"max\" i
111 xfrm_algo_parse(struct xfrm_algo *alg, enum xfrm_attr_type_t type, char *name, char *key, int max) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dxt_hashlimit.c136 if (ht->cfg.max && ht->count >= ht->cfg.max) {
139 "xt_hashlimit: max count of %u reached\n",
140 ht->cfg.max);
194 if (!hinfo->cfg.max)
195 hinfo->cfg.max = 8 * hinfo->cfg.size;
196 else if (hinfo->cfg.max < hinfo->cfg.size)
197 hinfo->cfg.max = hinfo->cfg.size;
336 * us the power of 2 below the theoretical max, so GCC simply does a
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/codecs/
H A Dsnd-aoa-codec-tas.c230 uinfo->value.integer.max = 177;
281 uinfo->value.integer.max = 1;
332 uinfo->value.integer.max = 177;
392 uinfo->value.integer.max = TAS3004_DRC_MAX;
440 uinfo->value.integer.max = 1;
561 uinfo->value.integer.max = TAS3004_TREBLE_MAX;
609 uinfo->value.integer.max = TAS3004_BASS_MAX;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pnp/pnpacpi/
H A Drsparser.c429 port->max = io->maximum;
449 port->min = port->max = io->address;
469 mem->max = p->maximum;
492 mem->max = p->maximum;
514 mem->min = mem->max = p->address;
546 mem->min = mem->max = p->minimum;
556 port->min = port->max = p->minimum;

Completed in 315 milliseconds

<<11121314151617181920>>