Home
last modified time | relevance | path

Searched refs:top_p (Results 1 – 7 of 7) sorted by relevance

/linux/fs/bcachefs/
H A Dkeylist.c29 l->top_p = new_keys + oldsize; in bch2_keylist_realloc()
36 l->top_p -= bch2_keylist_front(l)->k.u64s; in bch2_keylist_pop_front()
H A Dkeylist.h12 l->top_p = l->keys_p = inline_keys; in bch2_keylist_init()
39 return l->top_p - l->keys_p; in bch2_keylist_u64s()
H A Dkeylist_types.h12 u64 *top_p; member
/linux/drivers/md/bcache/
H A Dbset.h494 uint64_t *top_p; member
504 l->top_p = l->keys_p = l->inline_keys; in bch_keylist_init()
542 return l->top_p - l->keys_p; in bch_keylist_nkeys()
H A Dbset.c157 l->top_p = new_keys + oldsize; in __bch_keylist_realloc()
179 l->top_p -= bkey_u64s(l->keys); in bch_keylist_pop_front()
/linux/kernel/sched/
H A Dtopology.c2463 struct sched_domain __rcu *top_p; in build_sched_domains() local
2495 top_p = sd->parent; in build_sched_domains()
2496 while (top_p && !(top_p->flags & SD_NUMA)) { in build_sched_domains()
2497 top_p = top_p->parent; in build_sched_domains()
2499 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()