Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
Dsend.c481 if (forw_packet->queue_left) in batadv_forw_packet_free()
482 atomic_inc(forw_packet->queue_left); in batadv_forw_packet_free()
503 atomic_t *queue_left, in batadv_forw_packet_alloc() argument
510 if (queue_left && !batadv_atomic_dec_not_zero(queue_left)) { in batadv_forw_packet_alloc()
513 if (queue_left == &bat_priv->bcast_queue_left) in batadv_forw_packet_alloc()
516 if (queue_left == &bat_priv->batman_queue_left) in batadv_forw_packet_alloc()
538 forw_packet->queue_left = queue_left; in batadv_forw_packet_alloc()
546 if (queue_left) in batadv_forw_packet_alloc()
547 atomic_inc(queue_left); in batadv_forw_packet_alloc()
Dsend.h23 atomic_t *queue_left,
Dtypes.h2179 atomic_t *queue_left; member
Dbat_iv_ogm.c551 atomic_t *queue_left = own_packet ? NULL : &bat_priv->batman_queue_left; in batadv_iv_ogm_aggregate_new() local
566 queue_left, bat_priv, skb); in batadv_iv_ogm_aggregate_new()