Lines Matching refs:lcd
299 struct try_rwlock_lcore *lcd; in try_read_lcore() local
302 lcd = try_lcore_data + lc; in try_read_lcore()
303 lcd->type = LC_TYPE_RDLOCK; in try_read_lcore()
312 lcd->stat.success++; in try_read_lcore()
314 lcd->stat.fail++; in try_read_lcore()
322 lcd->rc = rc; in try_read_lcore()
323 lcd->stat.tick = tm; in try_read_lcore()
333 struct try_rwlock_lcore *lcd; in try_write_lcore() local
336 lcd = try_lcore_data + lc; in try_write_lcore()
337 lcd->type = LC_TYPE_WRLOCK; in try_write_lcore()
346 lcd->stat.success++; in try_write_lcore()
348 lcd->stat.fail++; in try_write_lcore()
356 lcd->rc = rc; in try_write_lcore()
357 lcd->stat.tick = tm; in try_write_lcore()