Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dslab_common.c1172 if (count < 2 || cachep->random_seq) in cache_random_seq_create()
1175 cachep->random_seq = kcalloc(count, sizeof(unsigned int), gfp); in cache_random_seq_create()
1176 if (!cachep->random_seq) in cache_random_seq_create()
1182 freelist_randomize(&state, cachep->random_seq, count); in cache_random_seq_create()
1189 kfree(cachep->random_seq); in cache_random_seq_destroy()
1190 cachep->random_seq = NULL; in cache_random_seq_destroy()
A Dslub.c1876 if (s->random_seq) in init_cache_random_seq()
1887 if (s->random_seq) { in init_cache_random_seq()
1891 s->random_seq[i] *= s->size; in init_cache_random_seq()
1922 idx = s->random_seq[*pos]; in next_freelist_entry()
1939 if (slab->objects < 2 || !s->random_seq) in shuffle_freelist()
A Dslab.c2387 if (!cachep->random_seq) { in freelist_state_initialize()
2391 state->list = cachep->random_seq; in freelist_state_initialize()
/linux-6.3-rc2/include/linux/
A Dslab_def.h80 unsigned int *random_seq; member
A Dslub_def.h136 unsigned int *random_seq; member
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/
A Dfw.c2025 bool random_seq = req->flags & NL80211_SCAN_FLAG_RANDOM_SN; in rtw_fw_set_scan_offload() local
2033 SCAN_OFFLOAD_SET_RANDOM_SEQ_EN(h2c_pkt, random_seq); in rtw_fw_set_scan_offload()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Dfw.c2846 bool random_seq = req->flags & NL80211_SCAN_FLAG_RANDOM_SN; in rtw89_hw_scan_add_chan_list() local
2874 ch_info->rand_seq_num = random_seq; in rtw89_hw_scan_add_chan_list()

Completed in 36 milliseconds