| /linux/tools/perf/ |
| H A D | builtin-evlist.c | 30 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) in __cmd_evlist() argument 37 .force = details->force, in __cmd_evlist() 54 evsel__fprintf(pos, details, stdout); in __cmd_evlist() 63 if (has_tracepoint && !details->trace_fields) in __cmd_evlist() 66 if (has_group && !details->event_group) in __cmd_evlist() 75 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() local 78 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist() 79 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 80 "Show all event attr details"), in cmd_evlist() 81 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() [all …]
|
| /linux/security/landlock/ |
| H A D | domain.c | 86 struct landlock_details *details; in get_current_details() local 93 * Create the new details according to the path's length. Do not in get_current_details() 97 details = in get_current_details() 98 kzalloc_flex(*details, exe_path, path_size); in get_current_details() 99 if (!details) in get_current_details() 102 memcpy(details->exe_path, path_str, path_size); in get_current_details() 103 details->pid = get_pid(task_tgid(current)); in get_current_details() 104 details->uid = from_kuid(&init_user_ns, current_uid()); in get_current_details() 105 get_task_comm(details->comm, current); in get_current_details() 106 return details; in get_current_details() [all …]
|
| H A D | domain.h | 104 * @details: Information about the related domain. 106 const struct landlock_details *details; member 132 if (!hierarchy || !hierarchy->details) in landlock_free_hierarchy_details() 135 put_pid(hierarchy->details->pid); in landlock_free_hierarchy_details() 136 kfree(hierarchy->details); in landlock_free_hierarchy_details()
|
| /linux/include/drm/ |
| H A D | drm_simple_kms_helper.h | 117 * more details. 133 * more details. 143 * more details. 153 * more details. 163 * more details. 172 * more details. 180 * documentation for the &drm_crtc_funcs.reset hook for more details. 189 * hook for more details. 198 * hook for more details. 207 * documentation for the &drm_plane_funcs.reset hook for more details. [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_vm_madvise.c | 91 struct xe_madvise_details *details) in madvise_preferred_mem_loc() argument 115 if (details->dpagemap) in madvise_preferred_mem_loc() 116 loc->dpagemap = drm_pagemap_get(details->dpagemap); in madvise_preferred_mem_loc() 124 struct xe_madvise_details *details) in madvise_atomic() argument 166 struct xe_madvise_details *details) in madvise_pat_index() argument 185 struct xe_madvise_details *details); 326 struct xe_madvise_details *details) in xe_madvise_details_init() argument 330 memset(details, 0, sizeof(*details)); in xe_madvise_details_init() 349 details->dpagemap = dpagemap; in xe_madvise_details_init() 355 static void xe_madvise_details_fini(struct xe_madvise_details *details) in xe_madvise_details_fini() argument [all …]
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_adminq.c | 559 struct iavf_asq_cmd_details *details; in iavf_clean_asq() local 565 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq() 570 if (details->callback) { in iavf_clean_asq() 572 (IAVF_ADMINQ_CALLBACK)details->callback; in iavf_clean_asq() 577 memset((void *)details, 0, in iavf_clean_asq() 583 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq() 612 * @cmd_details: pointer to command details structure 624 struct iavf_asq_cmd_details *details; in iavf_asq_send_command() local 650 details = IAVF_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in iavf_asq_send_command() 652 *details = *cmd_details; in iavf_asq_send_command() [all …]
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_adminq.c | 692 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local 698 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 703 if (details->callback) { in i40e_clean_asq() 705 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq() 710 memset(details, 0, sizeof(*details)); in i40e_clean_asq() 715 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 745 * @cmd_details: pointer to command details structure 760 struct i40e_asq_cmd_details *details; in i40e_asq_send_command_atomic_exec() local 784 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command_atomic_exec() 786 *details = *cmd_details; in i40e_asq_send_command_atomic_exec() [all …]
|
| H A D | i40e_common.c | 374 * @cmd_details: pointer to command details structure or NULL 402 * @cmd_details: pointer to command details structure or NULL 932 * @mode: 0=off, 0xf=on (else see manual for mode details) 992 * @cmd_details: pointer to command details structure or NULL 1068 * @cmd_details: pointer to command details structure or NULL 1196 * @cmd_details: pointer to command details structure or NULL 1229 * @cmd_details: pointer to command details structure or NULL 1257 * @cmd_details: pointer to command details structure or NULL 1289 * @cmd_details: pointer to command details structure or NULL 1384 * @cmd_details: pointer to command details structure or NULL [all …]
|
| /linux/samples/bpf/ |
| H A D | do_hbm_test.sh | 88 details=0 141 details=1 311 if [ $details -ne 0 ] ; then 313 echo "Details for HBM in cgroup $id" 328 if [ $details -ne 0 ] ; then 330 echo "Details for cgroup $id, flow $flow_cnt" 335 if [ $details -ne 0 ] ; then 350 if [ $details -ne 0 ] ; then 352 echo "Details for HBM in cgroup $id" 376 if [ $details [all...] |
| /linux/Documentation/trace/postprocess/ |
| H A D | trace-vmscan-postprocess.pl | 132 # (process_pid) (cpus ) ( time ) (tpoint ) (details) 271 my $details; 308 $details = $6; 309 if ($details !~ /$regex_direct_begin/o) { 311 print " $details\n"; 331 $details = $6; 332 if ($details !~ /$regex_kswapd_wake/o) { 334 print " $details\n"; 365 $details = $6; 366 if ($details !~ /$regex_wakeup_kswapd/o) { [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-alienware-wmi | 12 details. 27 details. 42 details. 62 See Documentation/wmi/devices/alienware-wmi.rst for details.
|
| H A D | sysfs-class-net-grcan | 10 core library documentation for details. The default value is 0 22 core library documentation for details. The default value is 0 33 library documentation for details. The default value is 0 or is
|
| /linux/include/uapi/misc/ |
| H A D | amd-apml.h | 95 * "-EPROTOTYPE" error is returned to provide additional error details 111 * - CPUID protocol to get CPU details for Function/Ext Function 114 * "-EPROTOTYPE" error is returned to provide additional error details 130 * - MCAMSR protocol to get MCA bank details for Function at thread level 132 * "-EPROTOTYPE" error is returned to provide additional error details
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | st,stih4xx.txt | 17 See ../clocks/clock-bindings.txt for details. 35 See ../clocks/clock-bindings.txt for details. 39 See ../reset/reset.txt for details. 52 See ../reset/reset.txt for details. 81 See ../clocks/clock-bindings.txt for details. 94 See ../clocks/clock-bindings.txt for details. 108 See ../clocks/clock-bindings.txt for details. 112 See ../reset/reset.txt for details.
|
| /linux/Documentation/virt/coco/ |
| H A D | tdx-guest.rst | 11 device to allow userspace to get certain TDX guest-specific details. 19 :Input parameters: Parameters passed to the IOCTL and related details. 20 :Output: Details about output data and return value (with details about
|
| /linux/drivers/irqchip/ |
| H A D | irq-riscv-imsic-state.h | 19 /* Fixed details of the vector */ 22 /* Details saved by driver in the vector */ 24 /* Details accessed using local lock held */ 47 /* Device details */
|
| /linux/Documentation/hwmon/ |
| H A D | ucd9200.rst | 36 Documentation/hwmon/pmbus.rst for details on PMBus client drivers. 44 details. 51 Documentation/hwmon/pmbus.rst for details. 108 rails. See chip datasheets for details. 115 details.
|
| /linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
| H A D | test_ifs.sh | 23 readonly DETAILS="details" 337 local image_id status details ret result result_info 343 details=$(cat "${IFS_PATH}_${ifs_mode}/${DETAILS}") 357 ret:%2d, status:%s, details:0x%016x" \ 359 "$status" "$details") 361 result_info=$(printf "[%s] ifs_%1d cpu(s):%s, ret:%2d, status:%s, details:0x%016x" \ 362 "$result" "$ifs_mode" "$cpu_num" "$ret" "$status" "$details")
|
| /linux/arch/mips/jazz/ |
| H A D | Kconfig | 8 kernel that runs on these, say Y here. For details about Linux on 19 kernel that runs on these, say Y here. For details about Linux on 29 kernel that runs on these, say Y here. For details about Linux on
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | colorspaces-defs.rst | 44 - Details 86 - Details 115 - Details 144 - Details 162 - Details
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-ioc-g-topology.rst | 144 - Entity main function, see :ref:`media-entity-functions` for details. 148 - Entity flags, see :ref:`media-entity-flag` for details. 176 - Interface type, see :ref:`media-intf-type` for details. 190 :c:type:`media_v2_intf_devnode` for details. 230 - Pad flags, see :ref:`media-pad-flag` for more details. 273 - Link flags, see :ref:`media-link-flag` for more details.
|
| /linux/Documentation/devicetree/bindings/cpufreq/ |
| H A D | nvidia,tegra20-cpufreq.txt | 6 See ../clocks/clock-bindings.txt for details. 7 - operating-points-v2: See ../bindings/opp/opp-v2.yaml for details. 8 - #cooling-cells: Should be 2. See ../thermal/thermal-cooling-devices.yaml for details.
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | machinecheck.rst | 25 Documentation/ABI/testing/sysfs-mce for more details. 29 For more details about the x86 machine check architecture 32 For more details about the architecture
|
| /linux/Documentation/admin-guide/ |
| H A D | lockup-watchdogs.rst | 10 details), without giving other tasks a chance to run. The current 15 details), and a compile option, "BOOTPARAM_SOFTLOCKUP_PANIC", are 20 details), without letting other interrupts have a chance to run. 26 (see "Documentation/admin-guide/kernel-parameters.rst" for details).
|
| /linux/kernel/time/ |
| H A D | sleep_timeout.c | 121 * See schedule_timeout() for details. 136 * See schedule_timeout() for details. 151 * See schedule_timeout() for details. 166 * See schedule_timeout() for details. 186 * Details are explained in schedule_hrtimeout_range() function description as 273 * See schedule_hrtimeout_range() for details. @delta argument of 332 * schedule_timeout() for details).
|