Searched refs:max_msgs (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/mqueue/ |
| H A D | mq_open_tests.c | 56 FILE *def_msgs, *def_msgsize, *max_msgs, *max_msgsize; variable 108 __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()
|
| H A D | mq_perf_tests.c | 96 FILE *max_msgs, *max_msgsize; variable 202 __set(max_msgs, saved_max_msgs, in shutdown() 532 while (try_set(max_msgs, cur_max_msgs += 10)) in increase_limits() 534 cur_max_msgs = get(max_msgs); in increase_limits() 642 max_msgs = fopen(MAX_MSGS, "r+"); in main() 644 if (!max_msgs) in main() 652 saved_max_msgs = cur_max_msgs = get(max_msgs); in main()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htc.h | 61 static inline unsigned int ath10k_htc_get_bundle_count(u8 max_msgs, u8 flags) in ath10k_htc_get_bundle_count() argument 67 if (max_msgs > 16) in ath10k_htc_get_bundle_count()
|
| H A D | sdio.c | 507 u8 max_msgs = ar->htc.max_msgs_per_htc_bundle; in ath10k_sdio_mbox_alloc_bundle() local 509 *bndl_cnt = ath10k_htc_get_bundle_count(max_msgs, htc_hdr->flags); in ath10k_sdio_mbox_alloc_bundle() 511 if (*bndl_cnt > max_msgs) { in ath10k_sdio_mbox_alloc_bundle() 515 max_msgs); in ath10k_sdio_mbox_alloc_bundle()
|
| /linux/drivers/firmware/ |
| H A D | ti_sci.c | 82 * @max_msgs: Maximum number of messages that can be pending 89 int max_msgs; 345 info->desc->max_msgs); in ti_sci_get_one_xfer() 4054 .max_msgs = 20, in ti_sci_probe() 4064 .max_msgs = 20, in ti_sci_probe() 4116 if (WARN_ON(desc->max_msgs >= 4121 desc->max_msgs, 4128 desc->max_msgs, 4134 for (i = 0, xfer = minfo->xfer_block; i < desc->max_msgs; i++, xfer++) { 4157 sema_init(&minfo->sem_xfer_count, desc->max_msgs); 86 int max_msgs; global() member [all...] |