Searched refs:list_for_each_prev (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/sound/core/ |
D | device.c | 63 list_for_each_prev(p, &card->devices) { in snd_device_new()
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | timer.c | 83 list_for_each_prev(pos, STTIMER_SLOT(timer->stt_expires)) { in stt_add_timer()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 380 #define list_for_each_prev(pos, head) \ macro
|
/linux-4.4.14/include/linux/ |
D | list.h | 416 #define list_for_each_prev(pos, head) \ macro
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc.c | 661 list_for_each_prev(p, &pool->list) { in ttm_page_pool_get_pages()
|
/linux-4.4.14/net/bridge/ |
D | br_vlan.c | 104 list_for_each_prev(hpos, headp) { in __vlan_add_list()
|
/linux-4.4.14/block/ |
D | elevator.c | 366 list_for_each_prev(entry, &q->queue_head) { in elv_dispatch_sort()
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-policy-mq.c | 292 list_for_each_prev(h, q->qs + i) { in queue_iterate_tick()
|
D | dm-snap.c | 1559 list_for_each_prev(lh, &s->out_of_order_list) { in copy_callback()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | router.c | 177 list_for_each_prev(pos, &the_lnet.ln_routers) { in lnet_rtr_addref_locked()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 1830 list_for_each_prev(qe, &rx_mod->rx_free_q) in bna_rx_put() 3245 list_for_each_prev(qe, &tx_mod->tx_free_q) in bna_tx_free()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 2576 list_for_each_prev(tmp, &imp->imp_replay_list) { in ptlrpc_retain_replayable_request()
|
/linux-4.4.14/fs/ |
D | buffer.c | 515 list_for_each_prev(p, list) { in osync_buffers_list()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | mad.c | 2337 list_for_each_prev(list_item, &mad_agent_priv->wait_list) { in wait_for_response()
|