Home
last modified time | relevance | path

Searched defs:klist (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dklist.h18 struct klist { struct
21 void (*get)(struct klist_node *); argument
22 void (*put)(struct klist_node *); argument
32 struct klist _name = KLIST_INIT(_name, _get, _put) argument
/linux/scripts/gdb/linux/
H A Ddevice.py67 def klist_for_each(klist): argument
/linux/lib/
H A Dklist.c58 static void knode_set_klist(struct klist_node *knode, struct klist *klist) in knode_set_klist()
/linux/fs/
H A Dxattr.c914 char *klist = NULL; in listxattr() local