Lines Matching refs:out_count
1433 ssize_t ret, offset, out_count; in ntb_debugfs_read() local
1435 out_count = 500; in ntb_debugfs_read()
1437 buf = kmalloc(out_count, GFP_KERNEL); in ntb_debugfs_read()
1443 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1445 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1450 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1454 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1457 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1461 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1464 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1474 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1476 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1481 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1487 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1493 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1499 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1505 offset += snprintf(buf + offset, out_count - offset, in ntb_debugfs_read()
1509 if (offset > out_count) in ntb_debugfs_read()
1510 offset = out_count; in ntb_debugfs_read()