Home
last modified time | relevance | path

Searched refs:add_pos (Results 1 – 4 of 4) 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.c452 struct list_head *add_pos = NULL; in domain_add_cpu_ctrl() local
465 hdr = resctrl_find_domain(&r->ctrl_domains, id, &add_pos); in domain_add_cpu_ctrl()
493 list_add_tail_rcu(&d->hdr.list, add_pos); in domain_add_cpu_ctrl()
506 struct list_head *add_pos = NULL; in domain_add_cpu_mon() local
521 hdr = resctrl_find_domain(&r->mon_domains, id, &add_pos); in domain_add_cpu_mon()
561 list_add_tail_rcu(&d->hdr.list, add_pos); in domain_add_cpu_mon()
/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()