Searched refs:dto (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 373 struct dt_object *dto; in dt_find_or_create() local 377 dto = dt_locate(env, dt, fid); in dt_find_or_create() 378 if (IS_ERR(dto)) in dt_find_or_create() 379 return dto; in dt_find_or_create() 381 LASSERT(dto != NULL); in dt_find_or_create() 382 if (dt_object_exists(dto)) in dt_find_or_create() 383 return dto; in dt_find_or_create() 391 rc = dt_declare_create(env, dto, at, NULL, dof, th); in dt_find_or_create() 399 dt_write_lock(env, dto, 0); in dt_find_or_create() 400 if (dt_object_exists(dto)) { in dt_find_or_create() [all …]
|
/linux-4.1.27/drivers/mmc/host/ |
D | omap_hsmmc.c | 1393 uint32_t reg, clkd, dto = 0; in set_data_timeout() local 1405 dto += 1; in set_data_timeout() 1408 dto = 31 - dto; in set_data_timeout() 1410 if (timeout && dto) in set_data_timeout() 1411 dto += 1; in set_data_timeout() 1412 if (dto >= 13) in set_data_timeout() 1413 dto -= 13; in set_data_timeout() 1415 dto = 0; in set_data_timeout() 1416 if (dto > 14) in set_data_timeout() 1417 dto = 14; in set_data_timeout() [all …]
|
D | dw_mmc.c | 2050 static void dw_mci_read_data_pio(struct dw_mci *host, bool dto) in dw_mci_read_data_pio() argument 2087 (dto && SDMMC_GET_FCNT(mci_readl(host, STATUS)))); in dw_mci_read_data_pio()
|