Lines Matching defs:buff
489 char buff[512] = "";
504 sprintf(buff, "%s\nbucket[%d] -> ", buff, i);
509 sprintf(buff, "%s[[", buff);
515 sprintf(buff, "%s val %d (tid=%d)%s", buff, p->value.id, p->value.tid,
524 sprintf(buff, "%s]]%s", buff, !rht_is_a_nulls(pos) ? " -> " : "");
527 printk(KERN_ERR "\n---- ht: ----%s\n-------------\n", buff);