Searched refs:next_cookie (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/
H A Dasync.c59 static async_cookie_t next_cookie = 1; variable
168 newcookie = entry->cookie = next_cookie++;
217 newcookie = next_cookie++;
/linux-master/drivers/mmc/host/
H A Dmmci.h461 s32 next_cookie; member in struct:mmci_host
H A Dmmci.c516 host->next_cookie = 1;
553 data->host_cookie = ++host->next_cookie < 0 ?
554 1 : host->next_cookie;
570 WARN_ON(data->host_cookie && data->host_cookie != host->next_cookie);
H A Dmmci_stm32_sdmmc.c164 if (!next && data->host_cookie == host->next_cookie)

Completed in 196 milliseconds