Searched refs:tcx_entry (Results 1 – 1 of 1) sorted by relevance
13 struct tcx_entry { struct33 static inline struct tcx_entry *tcx_entry(struct bpf_mprog_entry *entry) in tcx_entry() function37 return container_of(bundle, struct tcx_entry, bundle); in tcx_entry()79 struct tcx_entry *tcx = kzalloc_noprof(sizeof(*tcx), GFP_KERNEL); in tcx_entry_create_noprof()91 kfree_rcu(tcx_entry(entry), rcu); in tcx_entry_free()130 tcx_entry(entry)->miniq_active++; in tcx_miniq_inc()136 tcx_entry(entry)->miniq_active--; in tcx_miniq_dec()142 return bpf_mprog_total(entry) || tcx_entry(entry)->miniq_active; in tcx_entry_is_active()
Completed in 6 milliseconds