Searched refs:softnet_data (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/core/ |
H A D | net-procfs.c | 118 static u32 softnet_input_pkt_queue_len(struct softnet_data *sd) in softnet_input_pkt_queue_len() 123 static u32 softnet_process_queue_len(struct softnet_data *sd) in softnet_process_queue_len() 128 static struct softnet_data *softnet_get_online(loff_t *pos) in softnet_get_online() 130 struct softnet_data *sd = NULL; in softnet_get_online() 134 sd = &per_cpu(softnet_data, *pos); in softnet_get_online() 158 struct softnet_data *sd = v; in softnet_seq_show()
|
H A D | dev.c | 220 static inline void rps_lock_irqsave(struct softnet_data *sd, in rps_lock_irqsave() 229 static inline void rps_lock_irq_disable(struct softnet_data *sd) in rps_lock_irq_disable() 237 static inline void rps_unlock_irq_restore(struct softnet_data *sd, in rps_unlock_irq_restore() 246 static inline void rps_unlock_irq_enable(struct softnet_data *sd) in rps_unlock_irq_enable() 443 DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data); 444 EXPORT_PER_CPU_SYMBOL(softnet_data); 3148 struct softnet_data *sd; in __netif_reschedule() 3152 sd = this_cpu_ptr(&softnet_data); in __netif_reschedule() 3216 skb->next = __this_cpu_read(softnet_data.completion_queue); in dev_kfree_skb_irq_reason() 3217 __this_cpu_write(softnet_data.completion_queue, skb); in dev_kfree_skb_irq_reason() [all …]
|
H A D | sysctl_net_core.c | 200 struct softnet_data *sd; in flow_limit_cpu_sysctl() 215 sd = &per_cpu(softnet_data, i); in flow_limit_cpu_sysctl() 239 sd = &per_cpu(softnet_data, i); in flow_limit_cpu_sysctl()
|
H A D | netpoll.c | 263 struct softnet_data *sd = &get_cpu_var(softnet_data); in zap_completion_queue() 285 put_cpu_var(softnet_data); in zap_completion_queue()
|
H A D | skbuff.c | 6833 struct softnet_data *sd; in skb_attempt_defer_free() 6847 sd = &per_cpu(softnet_data, cpu); in skb_attempt_defer_free()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_device.c | 118 struct softnet_data *sd; in validate_xmit_xfrm() 151 sd = this_cpu_ptr(&softnet_data); in validate_xmit_xfrm() 445 struct softnet_data *sd; in xfrm_dev_resume() 458 sd = this_cpu_ptr(&softnet_data); in xfrm_dev_resume() 467 void xfrm_dev_backlog(struct softnet_data *sd) in xfrm_dev_backlog()
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 3216 struct softnet_data { struct 3224 struct softnet_data *rps_ipi_list; argument 3255 struct softnet_data *rps_ipi_next; argument 3272 static inline void input_queue_head_incr(struct softnet_data *sd) in input_queue_head_incr() argument 3279 static inline void input_queue_tail_incr_save(struct softnet_data *sd, in input_queue_tail_incr_save() 3287 DECLARE_PER_CPU_ALIGNED(struct softnet_data, softnet_data); 3291 return this_cpu_read(softnet_data.xmit.recursion); in dev_recursion_level() 3297 return unlikely(__this_cpu_read(softnet_data.xmit.recursion) > in dev_xmit_recursion() 3303 __this_cpu_inc(softnet_data.xmit.recursion); in dev_xmit_recursion_inc() 3308 __this_cpu_dec(softnet_data.xmit.recursion); in dev_xmit_recursion_dec() [all …]
|
/openbmc/linux/include/net/ |
H A D | xfrm.h | 1952 void xfrm_dev_backlog(struct softnet_data *sd); 2017 static inline void xfrm_dev_backlog(struct softnet_data *sd) in xfrm_dev_backlog()
|