Home
last modified time | relevance | path

Searched refs:add_pos (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/net/ceph/
Dstriper.c54 struct list_head **add_pos) in lookup_last() argument
69 *add_pos = pos; in lookup_last()
120 struct list_head *add_pos = NULL; in ceph_file_to_extents() local
127 last_ex = lookup_last(object_extents, objno, &add_pos); in ceph_file_to_extents()
140 list_add(&ex->oe_item, add_pos); in ceph_file_to_extents()
/linux-5.19.10/arch/x86/kernel/cpu/resctrl/
Dcore.c502 struct list_head *add_pos = NULL; in domain_add_cpu() local
506 d = rdt_find_domain(r, id, &add_pos); in domain_add_cpu()
541 list_add_tail(&d->list, add_pos); in domain_add_cpu()
/linux-5.19.10/fs/ubifs/
Ddebug.h284 int add_pos);
Dlprops.c951 int add_pos) in dbg_check_heap() argument
962 if (i != add_pos) in dbg_check_heap()