Searched refs:random_seq (Results 1 – 7 of 7) sorted by relevance
1206 if (count < 2 || cachep->random_seq) in cache_random_seq_create()1209 cachep->random_seq = kcalloc(count, sizeof(unsigned int), gfp); in cache_random_seq_create()1210 if (!cachep->random_seq) in cache_random_seq_create()1213 freelist_randomize(cachep->random_seq, count); in cache_random_seq_create()1220 kfree(cachep->random_seq); in cache_random_seq_destroy()1221 cachep->random_seq = NULL; in cache_random_seq_destroy()
1901 if (s->random_seq) in init_cache_random_seq()1912 if (s->random_seq) { in init_cache_random_seq()1916 s->random_seq[i] *= s->size; in init_cache_random_seq()1947 idx = s->random_seq[*pos]; in next_freelist_entry()1964 if (slab->objects < 2 || !s->random_seq) in shuffle_freelist()
2369 if (!cachep->random_seq) { in freelist_state_initialize()2372 state->list = cachep->random_seq; in freelist_state_initialize()
80 unsigned int *random_seq; member
142 unsigned int *random_seq; member
2101 bool random_seq = req->flags & NL80211_SCAN_FLAG_RANDOM_SN; in rtw_fw_set_scan_offload() local2109 SCAN_OFFLOAD_SET_RANDOM_SEQ_EN(h2c_pkt, random_seq); in rtw_fw_set_scan_offload()
3780 bool random_seq = req->flags & NL80211_SCAN_FLAG_RANDOM_SN; in rtw89_hw_scan_add_chan_list() local3808 ch_info->rand_seq_num = random_seq; in rtw89_hw_scan_add_chan_list()