Home
last modified time | relevance | path

Searched refs:cache_find (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblkcache.c32 static struct block_cache_node *cache_find(int iftype, int devnum, in cache_find() function
58 struct block_cache_node *node = cache_find(iftype, devnum, start, in blkcache_read()
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst490 int cache_find(int id, char *name)
519 Ora consideriamo il caso in cui cache_find() può essere invocata
570 int cache_find(int id, char *name)
694 -int cache_find(int id, char *name)
695 +struct object *cache_find(int id)
715 di 'get' e 'put'. Ora possiamo ritornare l'oggetto da cache_find()
1242 struct object *cache_find(int id)
1263 Il risultato è che la funzione cache_find() non ha bisogno di alcuna
1276 chiamate cache_find() e object_put() non necessita
/OK3568_Linux_fs/kernel/Documentation/kernel-hacking/
H A Dlocking.rst471 int cache_find(int id, char *name)
500 Now consider the case where cache_find() can be called
551 int cache_find(int id, char *name)
674 -int cache_find(int id, char *name)
675 +struct object *cache_find(int id)
696 cache_find() which has the advantage that the user can
1210 struct object *cache_find(int id)
1231 The result is that cache_find() requires no
1243 cache_find() and object_put() does not