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.c476 struct list_head *add_pos = NULL; in domain_add_cpu_ctrl()
489 hdr = resctrl_find_domain(&r->ctrl_domains, id, &add_pos); in domain_add_cpu_ctrl()
518 list_add_tail_rcu(&d->hdr.list, add_pos); in domain_add_cpu_ctrl()
528 static void l3_mon_domain_setup(int cpu, int id, struct rdt_resource *r, struct list_head *add_pos) in l3_mon_domain_setup()
559 list_add_tail_rcu(&d->hdr.list, add_pos); in l3_mon_domain_setup()
572 struct list_head *add_pos = NULL; in domain_add_cpu_mon()
583 hdr = resctrl_find_domain(&r->mon_domains, id, &add_pos); in domain_add_cpu_mon()
593 l3_mon_domain_setup(cpu, id, r, add_pos); in domain_add_cpu_mon()
597 intel_aet_mon_domain_setup(cpu, id, r, add_pos); in domain_add_cpu_mon()
475 struct list_head *add_pos = NULL; domain_add_cpu_ctrl() local
527 l3_mon_domain_setup(int cpu,int id,struct rdt_resource * r,struct list_head * add_pos) l3_mon_domain_setup() argument
571 struct list_head *add_pos = NULL; domain_add_cpu_mon() local
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()