Searched refs:trail (Results 1 – 4 of 4) sorted by relevance
456 ref_t trail = mapped->head->array[hash]; in __nscd_cache_search() local457 trail = atomic_forced_read (trail); in __nscd_cache_search()458 ref_t work = trail; in __nscd_cache_search()507 if (work == trail || loop_cnt-- == 0) in __nscd_cache_search()512 trailelem = (struct hashentry *) (mapped->data + trail); in __nscd_cache_search()520 if (trail + MINIMUM_HASHENTRY_SIZE > datasize) in __nscd_cache_search()523 trail = atomic_forced_read (trailelem->next); in __nscd_cache_search()
394 ref_t trail = head->array[cnt]; in verify_persistent_db() local395 ref_t work = trail; in verify_persistent_db()447 if (work == trail) in verify_persistent_db()451 trail = ((struct hashentry *) (data + trail))->next; in verify_persistent_db()
1082 register int trail; in dumptime() local1106 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()1108 trail / DIVISOR; in dumptime()1109 trail %= DIVISOR; in dumptime()1110 if (trail < 0 && lead > 0) { in dumptime()1111 trail += DIVISOR; in dumptime()1113 } else if (lead < 0 && trail > 0) { in dumptime()1114 trail -= DIVISOR; in dumptime()1118 printf("%d", trail); in dumptime()1119 else printf("%d%d", lead, ((trail < 0) ? -trail : trail)); in dumptime()
3782 in a couple of places. Return NULL if trail is not less than