Searched defs:dto (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
H A Ddt_object.c374 struct dt_object *dto; local
378 dto = dt_locate(env, dt, fid);
379 if (IS_ERR(dto))
380 return dto;
382 LASSERT(dto != NULL);
383 if (dt_object_exists(dto))
384 return dto;
392 rc = dt_declare_create(env, dto, at, NULL, dof, th);
400 dt_write_lock(env, dto, 0);
401 if (dt_object_exists(dto)) {
[all...]
/drivers/mmc/host/
H A Ddw_mmc.c1838 static void dw_mci_read_data_pio(struct dw_mci *host, bool dto) argument
1875 (dto && SDMMC_GET_FCNT(mci_readl(host, STATUS))));
H A Domap_hsmmc.c1449 uint32_t reg, clkd, dto = 0; local
1461 dto += 1;
1464 dto = 31 - dto;
1466 if (timeout && dto)
1467 dto += 1;
1468 if (dto >= 13)
1469 dto -= 13;
1471 dto = 0;
1472 if (dto > 1
[all...]

Completed in 416 milliseconds