Home
last modified time | relevance | path

Searched full:top_p (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/bcache/
H A Dbset.h504 uint64_t *top_p;
514 l->top_p = l->keys_p = l->inline_keys; in bch_keylist_init_single()
552 return l->top_p - l->keys_p; in bch_keylist_bytes()
500 uint64_t *top_p; global() member
H A Dbset.c153 l->top_p = new_keys + oldsize; in __bch_keylist_realloc()
172 /* Pop the bottom key of keylist and update l->top_p */
175 l->top_p -= bkey_u64s(l->keys); in bch_keylist_pop_front()
/linux/kernel/sched/
H A Dtopology.c2616 struct sched_domain __rcu *top_p; in build_sched_domains() local
2648 top_p = sd->parent; in build_sched_domains()
2649 while (top_p && !(top_p->flags & SD_NUMA)) { in build_sched_domains()
2650 top_p = top_p->parent; in build_sched_domains()
2652 imb_span = top_p ? top_p->span_weight : sd->span_weight; in build_sched_domains()
/linux/drivers/net/fddi/
H A Ddefxx.c1049 dma_addr_t top_p, curr_p; /* physical addrs into memory block */ in dfx_driver_init() local
1150 top_p = bp->kmalloced_dma; /* get physical address of buffer */ in dfx_driver_init()
1164 curr_p = ALIGN(top_p, PI_ALIGN_K_DESC_BLK); in dfx_driver_init()
1165 curr_v = top_v + (curr_p - top_p); in dfx_driver_init()