Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dnetlabel.h275 int (*cache_add)(const unsigned char *calipso_ptr, member
/Linux-v4.19/net/netlabel/
Dnetlabel_calipso.c741 ret_val = ops->cache_add(calipso_ptr, secattr); in calipso_cache_add()
/Linux-v4.19/Documentation/kernel-hacking/
Dlocking.rst447 int cache_add(int id, const char *name)
493 :c:func:`cache_add()` we set up the fields of the object before
521 int cache_add(int id, const char *name)
574 Unfortunately, :c:func:`cache_add()` calls :c:func:`kmalloc()`
576 have assumed that :c:func:`cache_add()` is still only called in
578 :c:func:`cache_add()`.
/Linux-v4.19/Documentation/translations/it_IT/kernel-hacking/
Dlocking.rst464 int cache_add(int id, const char *name)
509 C'è una piccola ottimizzazione qui: nella funzione :c:func:`cache_add()`
538 int cache_add(int id, const char *name)
591 Sfortunatamente, :c:func:`cache_add()` invoca :c:func:`kmalloc()` con
593 che :c:func:`cache_add()` venga chiamata dal contesto utente, altrimenti
594 questa opzione deve diventare un parametro di :c:func:`cache_add()`.
/Linux-v4.19/net/ipv6/
Dcalipso.c1450 .cache_add = calipso_cache_add