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