Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dnetlabel.h261 int (*cache_add)(const unsigned char *calipso_ptr, member
/linux-6.1.9/net/netlabel/
Dnetlabel_calipso.c730 ret_val = ops->cache_add(calipso_ptr, secattr); in calipso_cache_add()
/linux-6.1.9/Documentation/kernel-hacking/
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().
/linux-6.1.9/Documentation/translations/it_IT/kernel-hacking/
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().
/linux-6.1.9/net/ipv6/
Dcalipso.c1433 .cache_add = calipso_cache_add