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

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_ring.c163 * returns the oldest alloced ring entry. This will be the next one
178 uint32_t wr_id, uint32_t oldest)
182 if (oldest <= (unsigned long long)wr_id)
183 ret = (unsigned long long)wr_id - oldest + 1;
185 ret = ring->w_nr - oldest + (unsigned long long)wr_id + 1;
188 "ring %p ret %u wr_id %u oldest %u", ring, ret, wr_id, oldest);
177 rdsv3_ib_ring_completed(struct rdsv3_ib_work_ring *ring, uint32_t wr_id, uint32_t oldest) argument
H A Dib_send.c213 uint32_t oldest; local
231 oldest = rdsv3_ib_ring_oldest(&ic->i_send_ring);
234 (wc->wc_id & ~RDSV3_IB_SEND_OP), oldest);
237 send = &ic->i_sends[oldest];
295 oldest = (oldest + 1) % ic->i_send_ring.w_nr;
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h152 void _glh_range_of_history(GlHistory *glh, unsigned long *oldest,
H A Dhistory.c138 GlhLineNode *prev; /* The next oldest line in the list */
152 GlhLineNode *head; /* The oldest line in the list */
517 * Recall the next oldest line that has the search prefix last recorded
781 * Recall the oldest recorded line.
787 * will have been replaced with the oldest line.
824 * Locate the oldest line that belongs to the current group.
1462 GlhLineNode *oldest; /* The oldest line to display */ local
1505 * Find the node that follows the oldest line to be displayed.
1508 oldest
1777 GlhLineNode *oldest = node->next; /* The oldest line to be kept */ local
2103 _glh_range_of_history(GlHistory *glh, unsigned long *oldest, unsigned long *newest, int *nlines) argument
[all...]
H A Dgetline.c6671 * This is the action function that recalls the oldest line in the
6690 * Recall the next oldest line in the history list.
6730 * Recall the next oldest line in the history list.
9656 _glh_range_of_history(gl->glh, &range->oldest, &range->newest,
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c1862 * Purging everything is an overkill, but purging just the oldest used
1867 * The current policy is to continue purging the oldest used directories
1874 dircache_t *dcp, *oldest; local
1880 oldest = NULL;
1882 if (oldest == NULL) {
1883 oldest = dcp;
1885 if (dcp->dc_actime < oldest->dc_actime) {
1886 oldest = dcp;
1891 if (oldest == NULL) {
1899 oldest
[all...]
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c741 int oldest, i, status; local
758 oldest = i;
765 tc = &(tw->tw_cpus[oldest]);
769 fullrec.ttf_cpu = oldest;
1030 int oldest, i, status; local
1047 oldest = i;
1054 tc = &(tw->tw_cpus[oldest]);
1058 fullrec.ttf_cpu = oldest;
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c582 * pipeline with the oldest event.
770 struct fmdump_srlzer_slot *slot, *oldest; local
783 oldest = slot;
789 if (slot->ss_sec < oldest->ss_sec ||
790 slot->ss_sec == oldest->ss_sec &&
791 slot->ss_nsec < oldest->ss_nsec) {
792 oldest = slot;
868 /* Wake the oldest, and return 0 to put the caller to sleep */
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh168 oldest to newest:
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h909 unsigned long oldest; /* The sequential entry number of the oldest */ member in struct:__anon4107
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Dib.h352 uint32_t wr_id, uint32_t oldest);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2560 * ill_frag_free_num_pkts oldest packets from each bucket and increment
2578 * free ill_frag_free_num_pkts oldest packets from each bucket.
2595 * queue by age, oldest first.
2600 uint_t oldest = UINT_MAX; local
2607 if (ipf != NULL && ipf->ipf_gen < oldest) {
2608 oldest = ipf->ipf_gen;

Completed in 172 milliseconds