Searched refs:need_change (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | async-thread.c | 171 int need_change = 0; in thresh_exec_hook() local 199 need_change = 1; in thresh_exec_hook() 205 if (need_change) { in thresh_exec_hook()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | async-thread.c | 181 int need_change = 0; in thresh_exec_hook() local 209 need_change = 1; in thresh_exec_hook() 215 if (need_change) { in thresh_exec_hook()
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | azt3328.c | 1330 bool need_change = (codec->running != enable); in snd_azf3328_ctrl_codec_activity() local 1333 "codec_activity: %s codec, enable %d, need_change %d\n", in snd_azf3328_ctrl_codec_activity() 1334 codec->name, enable, need_change in snd_azf3328_ctrl_codec_activity() 1336 if (need_change) { in snd_azf3328_ctrl_codec_activity()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | azt3328.c | 1321 bool need_change = (codec->running != enable); in snd_azf3328_ctrl_codec_activity() local 1324 "codec_activity: %s codec, enable %d, need_change %d\n", in snd_azf3328_ctrl_codec_activity() 1325 codec->name, enable, need_change in snd_azf3328_ctrl_codec_activity() 1327 if (need_change) { in snd_azf3328_ctrl_codec_activity()
|
Completed in 9 milliseconds