Home
last modified time | relevance | path

Searched refs:queue_left (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/batman-adv/
H A Dsend.c475 if (forw_packet->queue_left) in batadv_forw_packet_free()
476 atomic_inc(forw_packet->queue_left); in batadv_forw_packet_free()
497 atomic_t *queue_left, in batadv_forw_packet_alloc() argument
504 if (queue_left && !batadv_atomic_dec_not_zero(queue_left)) { in batadv_forw_packet_alloc()
507 if (queue_left == &bat_priv->bcast_queue_left) in batadv_forw_packet_alloc()
510 if (queue_left == &bat_priv->batman_queue_left) in batadv_forw_packet_alloc()
532 forw_packet->queue_left = queue_left; in batadv_forw_packet_alloc()
540 if (queue_left) in batadv_forw_packet_alloc()
541 atomic_inc(queue_left); in batadv_forw_packet_alloc()
H A Dsend.h23 atomic_t *queue_left,
H A Dtypes.h2118 atomic_t *queue_left; member
H A Dbat_iv_ogm.c548 atomic_t *queue_left = own_packet ? NULL : &bat_priv->batman_queue_left; in batadv_iv_ogm_aggregate_new() local
563 queue_left, bat_priv, skb); in batadv_iv_ogm_aggregate_new()