Home
last modified time | relevance | path

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

/include/net/tc_act/
Dtc_gate.h131 oe = kcalloc(num_entries, sizeof(*oe), GFP_ATOMIC); in tcf_gate_get_list()
/include/net/
Dfq_impl.h361 fq->flows_bitmap = kcalloc(BITS_TO_LONGS(fq->flows_cnt), sizeof(long), in fq_init()
Dpkt_cls.h221 exts->actions = kcalloc(TCA_ACT_MAX_PRIO, sizeof(struct tc_action *), in tcf_exts_init()
/include/linux/
Dslab.h658 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc() function