| /kernel/linux/linux-5.10/arch/mips/sgi-ip27/ |
| D | ip27-smp.c | 29 static int node_scan_cpus(nasid_t nasid, int highest) in node_scan_cpus() argument 45 if (cpuid > highest) in node_scan_cpus() 46 highest = cpuid; in node_scan_cpus() 64 return highest; in node_scan_cpus() 69 int i, highest = 0; in cpu_node_probe() local 78 highest = node_scan_cpus(nasid, highest); in cpu_node_probe() 81 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes()); in cpu_node_probe()
|
| /kernel/linux/linux-6.6/arch/mips/sgi-ip27/ |
| D | ip27-smp.c | 29 static int node_scan_cpus(nasid_t nasid, int highest) in node_scan_cpus() argument 45 if (cpuid > highest) in node_scan_cpus() 46 highest = cpuid; in node_scan_cpus() 64 return highest; in node_scan_cpus() 69 int i, highest = 0; in cpu_node_probe() local 78 highest = node_scan_cpus(nasid, highest); in cpu_node_probe() 81 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes()); in cpu_node_probe()
|
| /kernel/uniproton/src/core/kernel/task/ |
| D | prt_amp_task.c | 27 /* Find the highest task */ in OsTskSchedule() 30 /* In case that running is not highest then reschedule */ in OsTskSchedule() 46 /* Find the highest task */ in OsTskScheduleFast() 49 /* In case that running is not highest then reschedule */ in OsTskScheduleFast() 65 /* Find the highest task */ in OsTskScheduleFastPs() 68 /* In case that running is not highest then reschedule */ in OsTskScheduleFastPs()
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | ltc3815.rst | 43 in1_highest Highest input voltage. 49 in2_highest Highest output voltage. 54 temp1_highest Highest measured temperature. 59 curr1_highest Highest input current. 65 curr2_highest Highest output current.
|
| D | ir35221.rst | 48 curr[2-3]_highest Highest output current 57 in1_highest Highest input voltage 68 in[2-3]_highest Highest output voltage 88 temp[1-2]_highest Highest temperature
|
| D | ltc2947.rst | 45 in0_highest Highest measured voltage 55 in1_highest Highest measured voltage 65 curr1_highest Highest measured current
|
| D | ltc2945.rst | 60 in1_highest Highest measured voltage 69 in2_highest Highest measured voltage 78 curr1_highest Highest measured current
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | ltc3815.rst | 43 in1_highest Highest input voltage. 49 in2_highest Highest output voltage. 54 temp1_highest Highest measured temperature. 59 curr1_highest Highest input current. 65 curr2_highest Highest output current.
|
| D | ir35221.rst | 48 curr[2-3]_highest Highest output current 57 in1_highest Highest input voltage 68 in[2-3]_highest Highest output voltage 88 temp[1-2]_highest Highest temperature
|
| D | ltc2945.rst | 60 in1_highest Highest measured voltage 69 in2_highest Highest measured voltage 78 curr1_highest Highest measured current
|
| D | ltc2947.rst | 45 in0_highest Highest measured voltage 55 in1_highest Highest measured voltage 65 curr1_highest Highest measured current
|
| D | lt7182s.rst | 52 curr[3-4]_highest Highest measured output current 58 in[1-2]_highest Highest measured input voltage 74 in[3-4|6-7]_highest Highest measured output voltage
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/devices/ |
| D | xics.rst | 20 interrupt server numbers (ie, highest possible vcpu id plus one). 48 Zero is the highest priority, 255 means no interrupt is pending. 51 Zero is the highest priority, 255 means no IPI is pending. 57 Zero is the highest priority, meaning no interrupts can be 74 the highest priority and 255 is the lowest. An interrupt with a
|
| /kernel/linux/linux-6.6/Documentation/virt/kvm/devices/ |
| D | xics.rst | 20 interrupt server numbers (ie, highest possible vcpu id plus one). 48 Zero is the highest priority, 255 means no interrupt is pending. 51 Zero is the highest priority, 255 means no IPI is pending. 57 Zero is the highest priority, meaning no interrupts can be 74 the highest priority and 255 is the lowest. An interrupt with a
|
| /kernel/linux/linux-5.10/kernel/ |
| D | scs.c | 67 static unsigned long highest; in scs_check_usage() local 69 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage() 81 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage() 84 pr_info("%s (%d): highest shadow stack usage: %lu bytes\n", in scs_check_usage()
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | ncsi.h | 35 * @NCSI_CMD_MAX: highest command number 63 * @NCSI_ATTR_MAX: highest attribute number 88 * @NCSI_PKG_ATTR_MAX: highest attribute number 117 * @NCSI_CHANNEL_ATTR_MAX: highest attribute number
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | ncsi.h | 35 * @NCSI_CMD_MAX: highest command number 63 * @NCSI_ATTR_MAX: highest attribute number 88 * @NCSI_PKG_ATTR_MAX: highest attribute number 117 * @NCSI_CHANNEL_ATTR_MAX: highest attribute number
|
| /kernel/linux/linux-6.6/lib/xz/ |
| D | xz_lzma2.h | 154 * The highest two bits of a 32-bit match distance are encoded using six bits. 162 * the highest two bits (distance slot) are always encoded using six bits, 172 * - distance slot: the highest two bits 173 * - direct bits: 2-26 bits below the highest two bits 187 * For match distances greater than 127, only the highest two bits and the
|
| /kernel/linux/linux-5.10/lib/xz/ |
| D | xz_lzma2.h | 154 * The highest two bits of a 32-bit match distance are encoded using six bits. 162 * the highest two bits (distance slot) are always encoded using six bits, 172 * - distance slot: the highest two bits 173 * - direct bits: 2-26 bits below the highest two bits 187 * For match distances greater than 127, only the highest two bits and the
|
| /kernel/linux/linux-6.6/kernel/ |
| D | scs.c | 131 static unsigned long highest; in scs_check_usage() local 133 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage() 145 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage() 148 pr_info("%s (%d): highest shadow stack usage: %lu bytes\n", in scs_check_usage()
|
| /kernel/linux/linux-5.10/drivers/target/ |
| D | target_core_ua.c | 103 * Attach the highest priority Unit Attention to in core_scsi3_ua_allocate() 107 * POWER ON, RESET, OR BUS DEVICE RESET OCCURRED highest in core_scsi3_ua_allocate() 223 * The highest priority Unit Attentions are placed at the head of the in core_scsi3_ua_for_check_condition() 231 * highest priority UNIT_ATTENTION and ASC/ASCQ without in core_scsi3_ua_for_check_condition() 241 * condition. Return the ASC/ASCQ of the highest priority UA in core_scsi3_ua_for_check_condition() 295 * The highest priority Unit Attentions are placed at the head of the in core_scsi3_ua_clear_for_request_sense() 296 * struct se_dev_entry->ua_list. The First (and hence highest priority) in core_scsi3_ua_clear_for_request_sense()
|
| /kernel/linux/linux-6.6/drivers/target/ |
| D | target_core_ua.c | 103 * Attach the highest priority Unit Attention to in core_scsi3_ua_allocate() 107 * POWER ON, RESET, OR BUS DEVICE RESET OCCURRED highest in core_scsi3_ua_allocate() 223 * The highest priority Unit Attentions are placed at the head of the in core_scsi3_ua_for_check_condition() 231 * highest priority UNIT_ATTENTION and ASC/ASCQ without in core_scsi3_ua_for_check_condition() 241 * condition. Return the ASC/ASCQ of the highest priority UA in core_scsi3_ua_for_check_condition() 295 * The highest priority Unit Attentions are placed at the head of the in core_scsi3_ua_clear_for_request_sense() 296 * struct se_dev_entry->ua_list. The First (and hence highest priority) in core_scsi3_ua_clear_for_request_sense()
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/hw-vuln/ |
| D | core-scheduling.rst | 105 During a schedule() event on any sibling of a core, the highest priority task on 108 highest priority task with the same cookie is selected if there is one runnable 122 tasks selected to be scheduled are of the highest priority in a core. However, 124 highest priority ones in the core. Favoring security over fairness, one or more 125 siblings could be forced to select a lower priority task if the highest 126 priority task is not trusted with respect to the core wide highest priority 130 When the highest priority task is selected to run, a reschedule-IPI is sent to
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | efifb.rst | 61 The EFI stub will choose the mode with the highest resolution (product 63 with the highest resolution, it will choose one with the highest color
|
| /kernel/linux/linux-6.6/Documentation/fb/ |
| D | efifb.rst | 61 The EFI stub will choose the mode with the highest resolution (product 63 with the highest resolution, it will choose one with the highest color
|