Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dsend.c476 if (forw_packet->queue_left) in batadv_forw_packet_free()
477 atomic_inc(forw_packet->queue_left); in batadv_forw_packet_free()
498 atomic_t *queue_left, in batadv_forw_packet_alloc() argument
505 if (queue_left && !batadv_atomic_dec_not_zero(queue_left)) { in batadv_forw_packet_alloc()
508 if (queue_left == &bat_priv->bcast_queue_left) in batadv_forw_packet_alloc()
511 if (queue_left == &bat_priv->batman_queue_left) in batadv_forw_packet_alloc()
533 forw_packet->queue_left = queue_left; in batadv_forw_packet_alloc()
541 if (queue_left) in batadv_forw_packet_alloc()
542 atomic_inc(queue_left); in batadv_forw_packet_alloc()
H A Dsend.h23 atomic_t *queue_left,
H A Dtypes.h2163 atomic_t *queue_left; member
H A Dbat_iv_ogm.c557 atomic_t *queue_left = own_packet ? NULL : &bat_priv->batman_queue_left; in batadv_iv_ogm_aggregate_new() local
572 queue_left, bat_priv, skb); in batadv_iv_ogm_aggregate_new()