Home
last modified time | relevance | path

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

/linux/net/ceph/
H A 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/arch/x86/kernel/cpu/resctrl/
H A Dcore.c475 struct list_head *add_pos = NULL; in domain_add_cpu_ctrl() local
488 hdr = resctrl_find_domain(&r->ctrl_domains, id, &add_pos); in domain_add_cpu_ctrl()
517 list_add_tail_rcu(&d->hdr.list, add_pos); in domain_add_cpu_ctrl()
527 static void l3_mon_domain_setup(int cpu, int id, struct rdt_resource *r, struct list_head *add_pos) in l3_mon_domain_setup() argument
558 list_add_tail_rcu(&d->hdr.list, add_pos); in l3_mon_domain_setup()
571 struct list_head *add_pos = NULL; in domain_add_cpu_mon() local
582 hdr = resctrl_find_domain(&r->mon_domains, id, &add_pos); in domain_add_cpu_mon()
592 l3_mon_domain_setup(cpu, id, r, add_pos); in domain_add_cpu_mon()
596 intel_aet_mon_domain_setup(cpu, id, r, add_pos); in domain_add_cpu_mon()
H A Dinternal.h241 struct list_head *add_pos);
252 struct list_head *add_pos) { } in intel_aet_mon_domain_setup() argument
/linux/fs/ubifs/
H A Ddebug.h285 int add_pos);
H A Dlprops.c951 int add_pos) in dbg_check_heap() argument
962 if (i != add_pos) in dbg_check_heap()