HomeSort by: relevance | last modified time | path
    Searched defs:list_next (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/fstat/
zfs_znode.h 60 struct list_node *list_next; member in struct:list_node
  /src/sys/external/bsd/common/include/linux/
list.h 80 list_next(const struct list_head *node) function in typeref:struct:list_head *
279 list_entry(list_next(&(ENTRY)->FIELD), typeof(*(ENTRY)), FIELD)
286 (VAR) = list_next((VAR)))
295 ((VAR) != (HEAD)) && ((NEXT) = list_next((VAR)), 1); \
304 (VAR) = list_entry(list_next(&(VAR)->FIELD), typeof(*(VAR)), \
310 ((NEXT) = list_entry(list_next(&(VAR)->FIELD), \
  /src/sys/dev/raidframe/
rf_dag.h 122 RF_DagNode_t *list_next; /* next in the list of DAG nodes for this DAG */ member in struct:RF_DagNode_s

Completed in 13 milliseconds