Home
last modified time | relevance | path

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

/linux-6.14.4/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-6.14.4/arch/x86/kernel/cpu/resctrl/
Dcore.c535 struct list_head *add_pos = NULL; in domain_add_cpu_ctrl() local
548 hdr = rdt_find_domain(&r->ctrl_domains, id, &add_pos); in domain_add_cpu_ctrl()
576 list_add_tail_rcu(&d->hdr.list, add_pos); in domain_add_cpu_ctrl()
589 struct list_head *add_pos = NULL; in domain_add_cpu_mon() local
603 hdr = rdt_find_domain(&r->mon_domains, id, &add_pos); in domain_add_cpu_mon()
635 list_add_tail_rcu(&d->hdr.list, add_pos); in domain_add_cpu_mon()
/linux-6.14.4/fs/ubifs/
Ddebug.h285 int add_pos);
Dlprops.c951 int add_pos) in dbg_check_heap() argument
962 if (i != add_pos) in dbg_check_heap()