Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab_common.c1058 if (count < 2 || cachep->random_seq) in cache_random_seq_create()
1061 cachep->random_seq = kcalloc(count, sizeof(unsigned int), gfp); in cache_random_seq_create()
1062 if (!cachep->random_seq) in cache_random_seq_create()
1065 freelist_randomize(cachep->random_seq, count); in cache_random_seq_create()
1072 kfree(cachep->random_seq); in cache_random_seq_destroy()
1073 cachep->random_seq = NULL; in cache_random_seq_destroy()
H A Dslab.h265 unsigned int *random_seq; member
H A Dslub.c3098 if (s->random_seq) in init_cache_random_seq()
3109 if (s->random_seq) { in init_cache_random_seq()
3113 s->random_seq[i] *= s->size; in init_cache_random_seq()
3144 idx = s->random_seq[*pos]; in next_freelist_entry()
3161 if (slab->objects < 2 || !s->random_seq) in shuffle_freelist()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dfw.c2211 bool random_seq = req->flags & NL80211_SCAN_FLAG_RANDOM_SN; in rtw_fw_set_scan_offload() local
2219 SCAN_OFFLOAD_SET_RANDOM_SEQ_EN(h2c_pkt, random_seq); in rtw_fw_set_scan_offload()