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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/coda/
H A Dcache.c27 /* replace or extend an acl cache hit */
69 int hit; local
71 hit = ((mask & cii->c_cached_perm) == mask) &&
74 CDEBUG(D_CACHE, "%s for ino %ld\n", hit ? "HIT" : "MISS", inode->i_ino);
75 return hit;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dhead-sa1100.S57 @ memory to be sure we hit the same cache.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dioport.c628 _sparc_find_resource(struct resource *root, unsigned long hit) argument
633 if (tmp->start <= hit && tmp->end >= hit)
/asus-wl-520gu-7.0.1.45/src/linux/linux/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?
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmutils.c905 bool hit; local
923 hit = FALSE;
924 for (; (i != logi) && !hit; i = (i + 1) % LOGSIZE) {
930 hit = TRUE;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_ipv4.c318 * immediately hit write lock and grab all the cpus. Exclusive sleep solves
486 /* Optimize here for direct hit, only listening connections can
494 goto hit; /* You sunk my battleship! */
500 goto hit;
505 hit:
663 * even worse: another cpu just will hit the same bucket
1471 * If "isn" is not zero, this request hit alive
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dtcp_ipv6.c296 /* Optimize here for direct hit, only listening connections can
305 goto hit; /* You sunk my battleship! */
315 goto hit;
321 hit:
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dweb_ex.c7483 int i, channel, curr, hit, noneFlag; local
7548 hit = 0;
7558 hit = 1;
7571 cprintf("hit : %d\n", hit);
7572 if (!hit) sprintf(out, "<option value=\"99\" selected>None</option>");
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dssl.h852 int hit; /* reusing a previous session */ member in struct:ssl_st
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dssl.h880 int hit; /* reusing a previous session */ member in struct:ssl_st

Completed in 143 milliseconds