Home
last modified time | relevance | path

Searched refs:cache_add (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/netlabel/
H A Dnetlabel_calipso.c733 ret_val = ops->cache_add(calipso_ptr, secattr); in calipso_cache_add()
/openbmc/linux/include/net/
H A Dnetlabel.h261 int (*cache_add)(const unsigned char *calipso_ptr, member
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst461 int cache_add(int id, const char *name)
506 C'è una piccola ottimizzazione qui: nella funzione cache_add()
535 int cache_add(int id, const char *name)
588 Sfortunatamente, cache_add() invoca kmalloc() con
590 che cache_add() venga chiamata dal contesto utente, altrimenti
591 questa opzione deve diventare un parametro di cache_add().
/openbmc/linux/Documentation/kernel-hacking/
H A Dlocking.rst441 int cache_add(int id, const char *name)
487 cache_add() we set up the fields of the object before
515 int cache_add(int id, const char *name)
568 Unfortunately, cache_add() calls kmalloc()
570 have assumed that cache_add() is still only called in
572 cache_add().
/openbmc/linux/net/ipv6/
H A Dcalipso.c1433 .cache_add = calipso_cache_add