Lines Matching refs:d
305 __update_ref_ctr(struct mm_struct *mm, unsigned long vaddr, short d) in __update_ref_ctr() argument
312 if (!vaddr || !d) in __update_ref_ctr()
328 if (unlikely(*ptr + d < 0)) { in __update_ref_ctr()
330 "curr val: %d, delta: %d\n", vaddr, *ptr, d); in __update_ref_ctr()
335 *ptr += d; in __update_ref_ctr()
344 struct mm_struct *mm, short d) in update_ref_ctr_warn() argument
348 d > 0 ? "increment" : "decrement", uprobe->inode->i_ino, in update_ref_ctr_warn()
354 short d) in update_ref_ctr() argument
364 ret = __update_ref_ctr(mm, rc_vaddr, d); in update_ref_ctr()
366 update_ref_ctr_warn(uprobe, mm, d); in update_ref_ctr()
368 if (d > 0) in update_ref_ctr()
373 if (d > 0) in update_ref_ctr()