Searched refs:hit (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dcache.c29 /* replace or extend an acl cache hit */
65 int hit; local
67 hit = (mask & cii->c_cached_perm) == mask &&
71 return hit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dcache.c86 struct fat_cache *hit = &nohit, *p; local
92 if (p->fcluster <= fclus && hit->fcluster < p->fcluster) {
93 hit = p;
94 if ((hit->fcluster + hit->nr_contig) < fclus) {
95 offset = hit->nr_contig;
97 offset = fclus - hit->fcluster;
102 if (hit != &nohit) {
103 fat_cache_update_lru(inode, hit);
106 cid->nr_contig = hit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/mm/
H A Dpgtable.c41 int hit; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di915_irq.c49 struct list_head *list, *tmp, hits, *hit; local
95 list_for_each(hit, &hits) {
97 list_entry(hit, drm_i915_vbl_swap_t, head);
103 list_add_tail(list, hit);
111 if (hit == &hits)
160 list_for_each(hit, &hits) {
162 list_entry(hit, drm_i915_vbl_swap_t, head);
202 list_for_each_safe(hit, tmp, &hits) {
204 list_entry(hit, drm_i915_vbl_swap_t, head);
206 list_del(hit);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-xscale.S21 @ memory to be sure we hit the same cache.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds2_srvr.c237 if (!s->hit)
270 if (s->hit)
631 s->hit=1;
655 if (!s->hit)
717 int n,hit; local
725 hit=s->hit;
726 *(p++)=(unsigned char)hit;
728 if (!hit)
742 /* If 'hit' i
[all...]
H A Ds2_clnt.c237 if (!s->hit) /* new session */
317 if (s->hit) s->ctx->stats.sess_hit++;
383 s->hit=(i=*(p++))?1:0;
385 s->hit=(*(p++))?1:0;
412 if (s->hit)
1012 if (!s->hit) /* new session */
H A Ds3_clnt.c264 if (s->hit)
402 if (s->hit)
426 if (s->hit)
467 if (s->hit) s->ctx->stats.sess_hit++;
664 s->hit=1;
670 s->hit=0;
708 if (s->hit && (s->session->cipher_id != c->id))
H A Ds3_srvr.c303 if (s->hit)
480 if (s->hit)
518 if (s->hit)
702 s->hit=0;
721 s->hit=1;
755 /* If it is a hit, check that the cipher is in the list */
756 if ((s->hit) && (i > 0))
869 if (!s->hit)
931 * s->hit - session reuse flag
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_srvr.c219 if (!s->hit)
252 if (s->hit)
613 s->hit=1;
637 if (!s->hit)
699 int n,hit; local
707 hit=s->hit;
708 *(p++)=(unsigned char)hit;
710 if (!hit)
724 /* If 'hit' i
[all...]
H A Ds2_clnt.c219 if (!s->hit) /* new session */
299 if (s->hit) s->ctx->stats.sess_hit++;
365 s->hit=(i=*(p++))?1:0;
367 s->hit=(*(p++))?1:0;
394 if (s->hit)
995 if (!s->hit) /* new session */
H A Dd1_clnt.c253 if (s->hit)
410 if (s->hit)
434 if (s->hit)
477 if (s->hit) s->ctx->stats.sess_hit++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_getparam.c296 int hit = -1; local
323 hit = j;
324 numhits = 1; /* a single unique hit */
328 hit = j;
335 if(hit < 0) {
341 hit = -1;
363 if(hit < 0) {
366 hit = j;
370 if(hit < 0) {
375 if(aliases[hit]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dinet6_hashtables.c68 /* Optimize here for direct hit, only listening connections can
79 goto hit; /* You sunk my battleship! */
92 goto hit;
98 hit:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c402 bool hit; local
409 hit = false;
411 if (!hit) {
413 hit = true;
418 if (hit)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dmconf.c357 bool hit; local
364 hit = false;
366 if (!hit) {
368 hit = true;
373 if (hit)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_hashtables.h358 /* Optimize here for direct hit, only listening connections can
368 goto hit; /* You sunk my battleship! */
374 goto hit;
380 hit:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dinput.c724 goto hit;
730 hit:
819 /* Optimize here for direct hit, only listening connections can
829 goto hit;
836 hit:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Ddsputil_alpha_asm.S223 1: ldl t1, 0(a1) # pix0 (try to hit cache line soon)
228 ldl t7, 0(te) # pix2 (try to hit cache line soon)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/ultrix/
H A DMakefile.kernel79 @echo -n "(hit control-c with in 10 seconds, to stop)"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A DMakefile.kernel79 @echo -n "(hit control-c with in 10 seconds, to stop)"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Drelay6_socket.c379 int hit = 0; local
543 hit = 1;
623 hit = 1;
708 hit = 1;
711 if (hit == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dioport.c788 _sparc_find_resource(struct resource *root, unsigned long hit) argument
793 if (tmp->start <= hit && tmp->end >= hit)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strrchr.S62 bne t1, $eos # U : did we already hit the terminator?
H A Dstrrchr.S40 bne t1, $eos # .. e1 : did we already hit the terminator?

Completed in 183 milliseconds

12