Searched refs:list_for_each_entry_reverse (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | fs_core.h | 309 list_for_each_entry_reverse(pos, &(prio)->node.children, list)
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_auxbus_compat.c | 183 list_for_each_entry_reverse(auxdev, &bnxt_aux_bus_dev_list, list) { in auxiliary_driver_unregister()
|
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | list.h | 227 #define list_for_each_entry_reverse(VAR, HEAD, FIELD) \ macro
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_page_alloc_dma.c | 517 list_for_each_entry_reverse(p, &_manager->pools, pools) { in ttm_dma_free_pool() 529 list_for_each_entry_reverse(pool, &dev->dma_pools, pools) { in ttm_dma_free_pool()
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | list.h | 197 #define list_for_each_entry_reverse(p, h, field) \ macro
|
/freebsd/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 435 #define list_for_each_entry_reverse(pos, head, member) \ macro
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 213 #define list_for_each_entry_reverse(p, h, field) \ macro
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_addr.c | 231 list_for_each_entry_reverse(temp_req, &req_list, list) { in queue_req()
|
H A D | ib_mad_rmpp.c | 416 list_for_each_entry_reverse(seg_buf, rmpp_list, list) { in find_seg_location()
|
H A D | ib_mad.c | 1112 list_for_each_entry_reverse(mad_send_wr->cur_seg, list, list) in ib_get_rmpp_segment()
|