Searched refs:max_ids (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | pti.c | 219 * @max_ids: The max amount of available write IDs to use. 234 int max_ids, in get_id() 246 for (i = 0; i < max_ids; i++) in get_id() 249 if (i == max_ids) { in get_id() 233 get_id(u8 *id_array, int max_ids, int base_id, const char *thread_name) get_id() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | gdth_proc.c | 203 " max_ids: \t%-3d \thdr_channel: \t%d\n", in gdth_show_info() 204 max_ids, hdr_channel); in gdth_show_info()
|
H A D | gdth.c | 39 * max_ids:x x - target ID count per channel (1..MAXID) 51 * max_ids:127,rescan:N,hdr_channel:0, 62 * max_ids=127 rescan=0 hdr_channel=0 shared_access=0 236 static int max_ids = MAXID; variable 250 module_param(max_ids, int, 0); 4072 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_pci_probe_one() 4073 ha->tid_cnt = max_ids; in gdth_pci_probe_one() 4273 else if (!strncmp(argv, "max_ids:", 8)) in internal_setup() 4274 max_ids in internal_setup() [all...] |
Completed in 8 milliseconds