Home
last modified time | relevance | path

Searched defs:rbe (Results 1 – 7 of 7) sorted by relevance

/linux/net/netfilter/
H A Dnft_set_rbtree.c31 static bool nft_rbtree_interval_end(const struct nft_rbtree_elem *rbe) in nft_rbtree_interval_end()
37 static bool nft_rbtree_interval_start(const struct nft_rbtree_elem *rbe) in nft_rbtree_interval_start()
50 static bool nft_rbtree_elem_expired(const struct nft_rbtree_elem *rbe) in nft_rbtree_elem_expired()
60 const struct nft_rbtree_elem *rbe, *interval = NULL; in __nft_rbtree_lookup() local
138 struct nft_rbtree_elem *rbe, *interval = NULL; in __nft_rbtree_get() local
204 struct nft_rbtree_elem *rbe = ERR_PTR(-ENOENT); in nft_rbtree_get() local
226 struct nft_rbtree_elem *rbe) in nft_rbtree_gc_elem_remove()
235 struct nft_rbtree_elem *rbe) in nft_rbtree_gc_elem()
290 struct nft_rbtree_elem *rbe, in nft_rbtree_update_first()
309 struct nft_rbtree_elem *rbe, *rbe_le = NULL, *rbe_ge = NULL; in __nft_rbtree_insert() local
[all …]
/linux/kernel/trace/
H A Dtrace_events_hist.c213 struct ring_buffer_event *rbe, in hist_field_const()
222 struct ring_buffer_event *rbe, in hist_field_counter()
231 struct ring_buffer_event *rbe, in hist_field_string()
242 struct ring_buffer_event *rbe, in hist_field_dynstring()
255 struct ring_buffer_event *rbe, in hist_field_reldynstring()
269 struct ring_buffer_event *rbe, in hist_field_pstring()
280 struct ring_buffer_event *rbe, in hist_field_log2()
293 struct ring_buffer_event *rbe, in hist_field_bucket()
314 struct ring_buffer_event *rbe, in hist_field_plus()
329 struct ring_buffer_event *rbe, in hist_field_minus()
[all …]
H A Dtrace_eprobe.c477 struct ring_buffer_event *rbe) in eprobe_trigger_func()
H A Dtrace.c7483 u64 tracing_event_time_stamp(struct trace_buffer *buffer, struct ring_buffer_event *rbe) in tracing_event_time_stamp()
/linux/fs/xfs/scrub/
H A Dbmap_repair.c142 struct xfs_bmbt_rec rbe; in xrep_bmap_from_rmap() local
486 struct xfs_bmbt_rec rbe; in xrep_bmap_find_delalloc() local
/linux/drivers/net/ethernet/natsemi/
H A Dsonic.c560 bool rbe = false; in sonic_rx() local
/linux/scripts/
H A Dsorttable.c347 static uint32_t rbe(const uint32_t *x) in rbe() function