Searched refs:random_seq (Results 1 – 5 of 5) sorted by relevance
1047 if (count < 2 || cachep->random_seq) in cache_random_seq_create()1050 cachep->random_seq = kcalloc(count, sizeof(unsigned int), gfp); in cache_random_seq_create()1051 if (!cachep->random_seq) in cache_random_seq_create()1054 freelist_randomize(cachep->random_seq, count); in cache_random_seq_create()1061 kfree(cachep->random_seq); in cache_random_seq_destroy()1062 cachep->random_seq = NULL; in cache_random_seq_destroy()
297 unsigned int *random_seq; member
2437 if (s->random_seq) in init_cache_random_seq()2448 if (s->random_seq) { in init_cache_random_seq()2452 s->random_seq[i] *= s->size; in init_cache_random_seq()2483 idx = s->random_seq[*pos]; in next_freelist_entry()2500 if (slab->objects < 2 || !s->random_seq) in shuffle_freelist()
2181 bool random_seq = req->flags & NL80211_SCAN_FLAG_RANDOM_SN; in rtw_fw_set_scan_offload() local2189 SCAN_OFFLOAD_SET_RANDOM_SEQ_EN(h2c_pkt, random_seq); in rtw_fw_set_scan_offload()
6324 bool random_seq = req->flags & NL80211_SCAN_FLAG_RANDOM_SN; in rtw89_hw_scan_add_chan_list_ax() local6352 ch_info->rand_seq_num = random_seq; in rtw89_hw_scan_add_chan_list_ax()6455 bool random_seq; in rtw89_hw_scan_add_chan_list_be() local6458 random_seq = !!(req->flags & NL80211_SCAN_FLAG_RANDOM_SN); in rtw89_hw_scan_add_chan_list_be()6481 ch_info->rand_seq_num = random_seq; in rtw89_hw_scan_add_chan_list_be()