stop_threshold   1087 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	int stop_threshold;
stop_threshold   2529 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		txq_pcpu->stop_threshold = txq->size - MVPP2_MAX_SKB_DESCS;
stop_threshold   2530 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		txq_pcpu->wake_threshold = txq_pcpu->stop_threshold / 2;
stop_threshold   3284 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (txq_pcpu->count >= txq_pcpu->stop_threshold)
stop_threshold    800 drivers/net/wireless/intel/iwlwifi/fw/file.h 	__le32 stop_threshold;
stop_threshold    693 drivers/net/wireless/intel/iwlwifi/mvm/rx.c 	trig_thold = le32_to_cpu(trig_stats->stop_threshold);
stop_threshold    378 include/sound/pcm.h 	snd_pcm_uframes_t stop_threshold;
stop_threshold    815 include/sound/pcm.h 	if (runtime->stop_threshold >= runtime->boundary)
stop_threshold    427 include/uapi/sound/asound.h 	snd_pcm_uframes_t stop_threshold;	/* min avail frames for automatic stop */
stop_threshold    991 sound/core/oss/pcm_oss.c 		sw_params->stop_threshold = runtime->boundary;
stop_threshold    993 sound/core/oss/pcm_oss.c 		sw_params->stop_threshold = runtime->buffer_size;
stop_threshold   2900 sound/core/oss/pcm_oss.c 	runtime->stop_threshold = runtime->boundary;
stop_threshold    433 sound/core/pcm.c 	snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold);
stop_threshold     77 sound/core/pcm_compat.c 	u32 stop_threshold;
stop_threshold    113 sound/core/pcm_compat.c 	    get_user(params.stop_threshold, &src->stop_threshold) ||
stop_threshold    189 sound/core/pcm_lib.c 		if (avail >= runtime->stop_threshold) {
stop_threshold    712 sound/core/pcm_native.c 	runtime->stop_threshold = runtime->buffer_size;
stop_threshold    831 sound/core/pcm_native.c 	runtime->stop_threshold = params->stop_threshold;
stop_threshold    427 tools/include/uapi/sound/asound.h 	snd_pcm_uframes_t stop_threshold;	/* min avail frames for automatic stop */