Searched refs:cache_find (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/block/ |
H A D | blkcache.c | 31 static struct block_cache_node *cache_find(int iftype, int devnum, in cache_find() function 57 struct block_cache_node *node = cache_find(iftype, devnum, start, in blkcache_read()
|
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/ |
H A D | locking.rst | 485 int cache_find(int id, char *name) 514 Ora consideriamo il caso in cui cache_find() può essere invocata 565 int cache_find(int id, char *name) 689 -int cache_find(int id, char *name) 690 +struct object *cache_find(int id) 710 di 'get' e 'put'. Ora possiamo ritornare l'oggetto da cache_find() 1235 struct object *cache_find(int id) 1256 Il risultato è che la funzione cache_find() non ha bisogno di alcuna 1269 chiamate cache_find() e object_put() non necessita
|
/openbmc/linux/Documentation/kernel-hacking/ |
H A D | locking.rst | 465 int cache_find(int id, char *name) 494 Now consider the case where cache_find() can be called 545 int cache_find(int id, char *name) 668 -int cache_find(int id, char *name) 669 +struct object *cache_find(int id) 690 cache_find() which has the advantage that the user can 1204 struct object *cache_find(int id) 1225 The result is that cache_find() requires no 1237 cache_find() and object_put() does not
|