Lines Matching defs:rc_history
49 struct rc_history_entry rc_history [RC_HISTORY_MAX];
324 if (rc_history [i].addr == dp + 1) {
332 if (!rc_history [i].refcnt)
355 rc_history [i].file, rc_history [i].line,
356 (unsigned long)rc_history [i].reference,
357 (unsigned long)rc_history [i].addr,
358 rc_history [i].refcnt);
366 if (!rc_history [i].file)
375 while (rc_history [i].file) {
376 if (!addr || addr == rc_history [i].addr)
398 ap = rc_history [rc_history_index].addr;
399 rp = rc_history [rc_history_index].reference;
401 if (rc_history [i].addr == ap) {
402 if (rc_history [i].reference == rp) {
408 memmove (&rc_history [i],
409 &rc_history [i + 1],
415 if (rc_history [j].addr == ap)
416 --rc_history [j].refcnt;