Home
last modified time | relevance | path

Searched refs:AM_FIRST (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/amd/amd/
H A Dsched.c188 for (p = AM_FIRST(pjob, &proc_wait_list); in wakeup()
230 while (AM_FIRST(pjob, &proc_list_head) != HEAD(pjob, &proc_list_head)) { in do_task_notify()
231 pjob *p = AM_FIRST(pjob, &proc_list_head); in do_task_notify()
272 for (p = AM_FIRST(pjob, &proc_wait_list);
H A Dmntfs.c292 mf = AM_FIRST(mntfs, &mfhead); in flush_mntfs()
/freebsd-12.1/contrib/amd/fsinfo/
H A Dfsinfo.h127 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw)) macro
130 #define ITER(v, ty, q) for ((v) = AM_FIRST(ty,(q)); (v) != HEAD(ty,(q)); (v) = NEXT(ty,(v)))
H A Dfsi_analyze.c415 dd = AM_FIRST(dict_data, &de->de_q); in fixup_required_mount_info()
/freebsd-12.1/contrib/amd/include/
H A Dam_utils.h124 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw)) macro
130 for ((v) = AM_FIRST(ty,(q)); (v) != HEAD(ty,(q)); (v) = NEXT(ty,(v)))
/freebsd-12.1/contrib/amd/
H A DChangeLog12416 * include/am_utils.h: renamed FIRST/LAST to AM_FIRST/AM_LAST to