| /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() 81 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() 83 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist() [all …]
|
| /linux/security/landlock/ |
| H A D | domain.c | 86 struct landlock_details *details; in get_current_details() local 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() 121 struct landlock_details *details; in landlock_init_hierarchy_log() local [all …]
|
| H A D | domain.h | 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/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() 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() 658 if (details->cookie) { in iavf_asq_send_command() [all …]
|
| H A D | iavf_common.c | 396 struct iavf_asq_cmd_details details; in iavf_aq_send_msg_to_pf() local 412 memset(&details, 0, sizeof(details)); in iavf_aq_send_msg_to_pf() 413 details.async = true; in iavf_aq_send_msg_to_pf() 414 cmd_details = &details; in iavf_aq_send_msg_to_pf()
|
| /linux/Documentation/trace/postprocess/ |
| H A D | trace-vmscan-postprocess.pl | 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) { 368 print " $details\n"; [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/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() 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() 792 if (details->cookie) { in i40e_asq_send_command_atomic_exec() [all …]
|
| /linux/samples/bpf/ |
| H A D | do_hbm_test.sh | 88 details=0 141 details=1 311 if [ $details -ne 0 ] ; then 328 if [ $details -ne 0 ] ; then 335 if [ $details -ne 0 ] ; then 350 if [ $details -ne 0 ] ; then 376 if [ $details -ne 0 ] ; then 389 if [ $details -ne 0 ] ; then 395 if [ $details -ne 0 ] ; then
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-platform-devices-ampere-smpro | 11 …00 | Error Type | 1 | See :ref:`the table below <smpro-error-types>` for details | 13 …01 | Subtype | 1 | See :ref:`the table below <smpro-error-types>` for details | 15 …02 | Instance | 2 | See :ref:`the table below <smpro-error-types>` for details | 17 …| 04 | Error status | 4 | See ARM RAS specification for details … 19 …| 08 | Error Address | 8 | See ARM RAS specification for details … 21 …| 16 | Error Misc 0 | 8 | See ARM RAS specification for details … 23 …| 24 | Error Misc 1 | 8 | See ARM RAS specification for details … 25 …| 32 | Error Misc 2 | 8 | See ARM RAS specification for details … 27 …| 40 | Error Misc 3 | 8 | See ARM RAS specification for details … 174 For details, see section `3.3 Ampere (Vendor-Specific) Error Record Formats, [all …]
|
| 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
|
| H A D | sysfs-devices-software_node | 5 This directory contains the details about the device that are 7 firmware_node directory which contains the details that are
|
| /linux/mm/ |
| H A D | pt_reclaim.c | |
| H A D | memory.c | 1567 static inline bool should_zap_cows(struct zap_details *details) in should_zap_cows() argument 1570 if (!details || details->reclaim_pt) in should_zap_cows() 1574 return details->even_cows; in should_zap_cows() 1578 static inline bool should_zap_folio(struct zap_details *details, in should_zap_folio() argument 1582 if (should_zap_cows(details)) in should_zap_folio() 1589 static inline bool zap_drop_markers(struct zap_details *details) in zap_drop_markers() argument 1591 if (!details) in zap_drop_markers() 1594 return details->zap_flags & ZAP_FLAG_DROP_MARKER; in zap_drop_markers() 1606 struct zap_details *details, pte_t pteval) in zap_install_uffd_wp_if_needed() argument 1617 if (zap_drop_markers(details)) in zap_install_uffd_wp_if_needed() [all …]
|
| /linux/sound/pci/ca0106/ |
| H A D | ca0106_main.c | 496 const struct snd_ca0106_details *details, in snd_ca0106_channel_dac() argument 501 return (details->spi_dac & 0xf000) >> (4 * 3); in snd_ca0106_channel_dac() 503 return (details->spi_dac & 0x0f00) >> (4 * 2); in snd_ca0106_channel_dac() 505 return (details->spi_dac & 0x00f0) >> (4 * 1); in snd_ca0106_channel_dac() 507 return (details->spi_dac & 0x000f) >> (4 * 0); in snd_ca0106_channel_dac() 518 if (chip->details->spi_dac) { in snd_ca0106_pcm_power_dac() 519 const int dac = snd_ca0106_channel_dac(chip, chip->details, in snd_ca0106_pcm_power_dac() 888 if (emu->details->i2c_adc == 1) { /* The SB0410 and SB0413 use I2C to control ADC. */ in snd_ca0106_pcm_prepare_capture() 1458 if (chip->details->i2c_adc == 1) { in ca0106_init_chip() 1464 } else if (chip->details->ac97 == 1) { in ca0106_init_chip() [all …]
|
| H A D | ca0106_mixer.c | 657 snd_ca0106_volume_spi_dac_ctl(const struct snd_ca0106_details *details, in snd_ca0106_volume_spi_dac_ctl() argument 673 dac_id = (details->spi_dac & 0xf000) >> (4 * 3); in snd_ca0106_volume_spi_dac_ctl() 677 dac_id = (details->spi_dac & 0x0f00) >> (4 * 2); in snd_ca0106_volume_spi_dac_ctl() 681 dac_id = (details->spi_dac & 0x00f0) >> (4 * 1); in snd_ca0106_volume_spi_dac_ctl() 685 dac_id = (details->spi_dac & 0x000f) >> (4 * 0); in snd_ca0106_volume_spi_dac_ctl() 805 if (emu->details->i2c_adc == 1) { in snd_ca0106_mixer() 807 if (emu->details->gpio_type == 1) in snd_ca0106_mixer() 814 if (emu->details->spi_dac) { in snd_ca0106_mixer() 818 ctl = snd_ca0106_volume_spi_dac_ctl(emu->details, i); in snd_ca0106_mixer() 839 if (emu->details->spi_dac) { in snd_ca0106_mixer() [all …]
|
| /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/tools/perf/util/ |
| H A D | evsel_fprintf.c | 43 int evsel__fprintf(struct evsel *evsel, struct perf_attr_details *details, FILE *fp) in evsel__fprintf() argument 48 if (details->event_group) { in evsel__fprintf() 68 if (details->verbose) { in evsel__fprintf() 71 } else if (details->freq) { in evsel__fprintf() 82 if (details->trace_fields) { in evsel__fprintf()
|
| /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/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/ABI/stable/ |
| H A D | sysfs-platform-wmi-bmof | 5 Binary MOF metadata used to describe the details of available ACPI WMI interfaces. 7 See Documentation/wmi/devices/wmi-bmof.rst for 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/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/devicetree/bindings/sound/ |
| H A D | mikroe,mikroe-proto.txt | 10 - bitclock-master: Indicates dai-link bit clock master; for details see simple-card.txt (1). 11 - frame-master: Indicates dai-link frame master; for details see simple-card.txt (1).
|