Searched refs:max_msgs (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/mqueue/ | 
| D | mq_open_tests.c | 56 FILE *def_msgs, *def_msgsize, *max_msgs, *max_msgsize;  variable108 		__set(max_msgs, saved_max_msgs,  in shutdown()
 187 			set(max_msgs, 10);  in validate_current_settings()
 275 	max_msgs = fopen(MAX_MSGS, "r+");  in main()
 278 	if (!max_msgs)  in main()
 292 	saved_max_msgs = cur_max_msgs = get(max_msgs);  in main()
 337 			set(max_msgs, ++cur_max_msgs);  in main()
 371 			set(max_msgs, ++cur_max_msgs);  in main()
 428 	set(max_msgs, cur_max_msgs);  in main()
 
 | 
| D | mq_perf_tests.c | 96 FILE *max_msgs, *max_msgsize;  variable199 		__set(max_msgs, saved_max_msgs,  in shutdown()
 527 	while (try_set(max_msgs, cur_max_msgs += 10))  in increase_limits()
 529 	cur_max_msgs = get(max_msgs);  in increase_limits()
 636 	max_msgs = fopen(MAX_MSGS, "r+");  in main()
 638 	if (!max_msgs)  in main()
 646 	saved_max_msgs = cur_max_msgs = get(max_msgs);  in main()
 
 | 
| /Linux-v5.15/drivers/net/wireless/ath/ath10k/ | 
| D | htc.h | 61 static inline unsigned int ath10k_htc_get_bundle_count(u8 max_msgs, u8 flags)  in ath10k_htc_get_bundle_count()  argument67 	if (max_msgs > 16)  in ath10k_htc_get_bundle_count()
 
 | 
| D | sdio.c | 506 	u8 max_msgs = ar->htc.max_msgs_per_htc_bundle;  in ath10k_sdio_mbox_alloc_bundle()  local508 	*bndl_cnt = ath10k_htc_get_bundle_count(max_msgs, htc_hdr->flags);  in ath10k_sdio_mbox_alloc_bundle()
 510 	if (*bndl_cnt > max_msgs) {  in ath10k_sdio_mbox_alloc_bundle()
 514 			    max_msgs);  in ath10k_sdio_mbox_alloc_bundle()
 
 | 
| /Linux-v5.15/drivers/firmware/ | 
| D | ti_sci.c | 78 	int max_msgs;  member335 				      info->desc->max_msgs);  in ti_sci_get_one_xfer()
 3273 	.max_msgs = 20,
 3283 	.max_msgs = 20,
 3344 	if (WARN_ON(desc->max_msgs >=  in ti_sci_probe()
 3349 					 desc->max_msgs,  in ti_sci_probe()
 3356 					       BITS_TO_LONGS(desc->max_msgs),  in ti_sci_probe()
 3361 	bitmap_zero(minfo->xfer_alloc_table, desc->max_msgs);  in ti_sci_probe()
 3364 	for (i = 0, xfer = minfo->xfer_block; i < desc->max_msgs; i++, xfer++) {  in ti_sci_probe()
 3387 	sema_init(&minfo->sem_xfer_count, desc->max_msgs);  in ti_sci_probe()
 
 |