latent_entropy: Mark functions with __latent_entropy
[deliverable/linux.git] / net / core / dev.c
index 4ce07dc25573ed3d20f181f5b36327cb0f407fe3..a38319b0c19794a937792124c61ac1c651542d5c 100644 (file)
@@ -3855,7 +3855,7 @@ int netif_rx_ni(struct sk_buff *skb)
 }
 EXPORT_SYMBOL(netif_rx_ni);
 
-static void net_tx_action(struct softirq_action *h)
+static __latent_entropy void net_tx_action(struct softirq_action *h)
 {
        struct softnet_data *sd = this_cpu_ptr(&softnet_data);
 
@@ -5171,7 +5171,7 @@ out_unlock:
        return work;
 }
 
-static void net_rx_action(struct softirq_action *h)
+static __latent_entropy void net_rx_action(struct softirq_action *h)
 {
        struct softnet_data *sd = this_cpu_ptr(&softnet_data);
        unsigned long time_limit = jiffies + 2;
This page took 0.026315 seconds and 5 git commands to generate.