Lines Matching defs:list
87 * Possible list types
97 * Linked list of per-process or per-lwp statistics
121 * Linked list of collective per-uid, per-taskid, per-projid or per-lgroup
145 * Per-list structure
147 typedef struct list {
148 int l_type; /* list type */
149 int l_count; /* number of entries in the list */
150 void *l_head; /* pointer to the head of the list */
151 void *l_tail; /* pointer to the tail of the list */
155 int l_sortorder; /* sorting order for the list */