| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_path.c | 47 bool updated = true; in set_mux_gdm1_to_gmac1_esw() local 60 updated = false; in set_mux_gdm1_to_gmac1_esw() 69 if (updated) in set_mux_gdm1_to_gmac1_esw() 72 dev_dbg(eth->dev, "path %s in %s updated = %d\n", in set_mux_gdm1_to_gmac1_esw() 73 mtk_eth_path_name(path), __func__, updated); in set_mux_gdm1_to_gmac1_esw() 81 bool updated = true; in set_mux_gmac2_gmac0_to_gephy() local 88 updated = false; in set_mux_gmac2_gmac0_to_gephy() 92 if (updated) in set_mux_gmac2_gmac0_to_gephy() 95 dev_dbg(eth->dev, "path %s in %s updated = %d\n", in set_mux_gmac2_gmac0_to_gephy() 96 mtk_eth_path_name(path), __func__, updated); in set_mux_gmac2_gmac0_to_gephy() [all …]
|
| /linux/include/trace/events/ |
| H A D | neigh.h | 92 __field(unsigned long, updated) 132 __entry->updated = n->updated; 143 "confirmed %lu updated %lu used %lu new_lladdr %s " 150 __entry->confirmed, __entry->updated, __entry->used, 172 __field(unsigned long, updated) 210 __entry->updated = n->updated; 217 "confirmed %lu updated %lu used %lu err %d", 223 __entry->confirmed, __entry->updated, __entry->used,
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_hsi.h | 325 /* Updated by TX path after complete transmitting unsolicited packet */ 328 * Updated by TX path after start processing the task requesting the 332 FCOE_TASK_TX_STATE_ABTS /* Updated by TX path during abort procedure */, 333 /* Updated by TX path during exchange cleanup procedure */ 336 * Updated by TX path during exchange cleanup continuation task 340 /* Updated by TX path during exchange cleanup first xfer procedure */ 342 /* Updated by TX path during exchange cleanup read task in Target */ 344 /* Updated by TX path during target exchange cleanup procedure */ 346 /* Updated by TX path during sequence recovery procedure */
|
| /linux/include/uapi/linux/ |
| H A D | rseq.h | 64 * Restartable sequences cpu_id_start field. Updated by the 77 * Restartable sequences cpu_id field. Updated by the kernel. 97 * Updated by user-space, which sets the address of the currently 106 * atomicity semantics. This field should only be updated by the 117 * This field should only be updated by the thread which 135 * Restartable sequences node_id field. Updated by the kernel. Read by 143 * Restartable sequences mm_cid field. Updated by the kernel. Read by
|
| /linux/tools/testing/selftests/rseq/ |
| H A D | rseq-abi.h | 64 * Restartable sequences cpu_id_start field. Updated by the 77 * Restartable sequences cpu_id field. Updated by the kernel. 97 * Updated by user-space, which sets the address of the currently 106 * atomicity semantics. This field should only be updated by the 133 * This field should only be updated by the thread which 151 * Restartable sequences node_id field. Updated by the kernel. Read by 159 * Restartable sequences mm_cid field. Updated by the kernel. Read by
|
| /linux/net/wireless/ |
| H A D | wext-proc.c | 52 stats->qual.updated & IW_QUAL_QUAL_UPDATED in wireless_seq_printf_stats() 55 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 56 stats->qual.updated & IW_QUAL_LEVEL_UPDATED in wireless_seq_printf_stats() 59 ((stats->qual.updated & IW_QUAL_DBM) ? 0x100 : 0), in wireless_seq_printf_stats() 60 stats->qual.updated & IW_QUAL_NOISE_UPDATED in wireless_seq_printf_stats() 67 stats->qual.updated &= ~IW_QUAL_ALL_UPDATED; in wireless_seq_printf_stats()
|
| /linux/drivers/iommu/amd/ |
| H A D | io_pgtable_v2.c | 28 #define IOMMU_PAGE_ACCESS BIT_ULL(5) /* Was accessed (updated by IOMMU) */ 29 #define IOMMU_PAGE_DIRTY BIT_ULL(6) /* Was written to (updated by IOMMU) */ 132 unsigned long pg_size, gfp_t gfp, bool *updated) in v2_alloc_pte() argument 150 *updated = true; in v2_alloc_pte() 164 *updated = true; in v2_alloc_pte() 178 *updated = true; in v2_alloc_pte() 244 bool updated = false; in iommu_v2_map_pages() local 255 iova, map_size, gfp, &updated); in iommu_v2_map_pages() 269 if (updated) { in iommu_v2_map_pages()
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | bridge_activity_notify.sh | 133 # Check that the "updated" time is reset when replacing an FDB entry 142 updated_time=$(bridge -d -s -j fdb get "$mac" br br1 | jq '.[]["updated"]') 144 check_err 1 "\"updated\" time was not reset when should" 149 updated_time=$(bridge -d -s -j fdb get "$mac" br br1 | jq '.[]["updated"]') 151 check_err 1 "\"updated\" time was reset when should not" 154 log_test "Resetting of \"updated\" time"
|
| /linux/drivers/gpu/drm/amd/display/dc/dce112/ |
| H A D | dce112_compressor.c | 67 /* Bit 0 - Display registers updated */ 70 /* Bit 2 - FBC_GRPH_COMP_EN register updated */ 72 /* Bit 3 - FBC_SRC_SEL register updated */ 74 /* Bit 4 - FBC_MIN_COMPRESSION register updated */ 76 /* Bit 5 - FBC_ALPHA_COMP_EN register updated */ 78 /* Bit 6 - FBC_ZERO_ALPHA_CHUNK_SKIP_EN register updated */ 80 /* Bit 7 - FBC_FORCE_COPY_TO_COMP_BUF register updated */ 757 * - bit 0 - display register updated in dce112_compressor_set_fbc_invalidation_triggers() 764 * - Bit 2 - FBC_GRPH_COMP_EN register updated in dce112_compressor_set_fbc_invalidation_triggers() 765 * - Bit 3 - FBC_SRC_SEL register updated in dce112_compressor_set_fbc_invalidation_triggers() [all …]
|
| /linux/include/linux/atomic/ |
| H A D | atomic-instrumented.h | 117 * Return: The updated value of @v. 136 * Return: The updated value of @v. 154 * Return: The updated value of @v. 173 * Return: The updated value of @v. 283 * Return: The updated value of @v. 302 * Return: The updated value of @v. 320 * Return: The updated value of @v. 339 * Return: The updated value of @v. 447 * Return: The updated value of @v. 465 * Return: The updated value of @v. [all …]
|
| H A D | atomic-long.h | 136 * Return: The updated value of @v. 157 * Return: The updated value of @v. 178 * Return: The updated value of @v. 199 * Return: The updated value of @v. 325 * Return: The updated value of @v. 346 * Return: The updated value of @v. 367 * Return: The updated value of @v. 388 * Return: The updated value of @v. 512 * Return: The updated value of @v. 532 * Return: The updated value of @v. [all …]
|
| H A D | atomic-arch-fallback.h | 558 * Return: The updated value of @v. 585 * Return: The updated value of @v. 612 * Return: The updated value of @v. 638 * Return: The updated value of @v. 781 * Return: The updated value of @v. 808 * Return: The updated value of @v. 835 * Return: The updated value of @v. 861 * Return: The updated value of @v. 1006 * Return: The updated value of @v. 1032 * Return: The updated value of @v. [all …]
|
| /linux/lib/ |
| H A D | linear_ranges.c | 80 * @val: address where found value is updated 104 * @val: address where found value is updated 128 * @selector: address where found selector value is updated 168 * @selector: address where found selector value is updated 176 * biggest selector is updated to @selector but scanning ranges is continued 209 * @selector: address where found selector value is updated 248 * @selector: address where found selector value is updated
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | core.c | 69 * updated at any particular moment of time. 74 * Those patch levels cannot be updated to newer ones and thus should be final. 256 * the updated address so use that instead. in find_microcode_in_initrd() 582 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() local 613 case UCODE_UPDATED: updated++; break; in load_late_stop_cpus() 622 microcode_ops->finalize_late_load(!updated); in load_late_stop_cpus() 624 if (!updated) { in load_late_stop_cpus() 643 pr_info("load: updated on %u primary CPUs with %u siblings\n", updated, siblings); in load_late_stop_cpus() 646 num_online_cpus() - (updated + siblings)); in load_late_stop_cpus() 651 return updated + siblings == num_online_cpus() ? 0 : -EIO; in load_late_stop_cpus() [all …]
|
| /linux/include/net/netns/ |
| H A D | mctp.h | 17 /* Only updated under RTNL, entries freed via RCU */ 23 * MCTP_ADDR_ANY. This list is updated from non-atomic contexts 29 /* tag allocations. This list is read and updated from atomic contexts,
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ring_types.h | 41 u32 head; /* updated during retire, loosely tracks RING_HEAD */ 42 u32 tail; /* updated on submission, used for RING_TAIL */ 43 u32 emit; /* updated during request construction */
|
| /linux/tools/testing/memblock/tests/ |
| H A D | basic_api.c | 39 * updated. 72 * updated. 115 * region counter fields get updated. 168 * the available memory is updated, and the region counter stays the same. 220 * the available memory is updated, and the region counter stays the same. 270 * The counter and total size of available memory are not updated. 306 * the counter and total size of available memory to not be updated. 340 * size of the available memory are updated. 394 * total size of available memory and the counter to be updated. 544 * and total memory size are updated. [all …]
|
| /linux/drivers/hwmon/ |
| H A D | nzxt-kraken2.c | 35 unsigned long updated; /* jiffies */ member 43 if (time_after(jiffies, priv->updated + STATUS_VALIDITY * HZ)) in kraken2_read() 120 priv->updated = jiffies; in kraken2_raw_event() 139 * Initialize ->updated to STATUS_VALIDITY seconds in the past, making in kraken2_probe() 143 priv->updated = jiffies - STATUS_VALIDITY * HZ; in kraken2_probe()
|
| /linux/include/linux/ |
| H A D | wait_bit.h | 288 * wait_var_event - wait for a variable to be updated and notified 312 * wait_var_event_io - wait for a variable to be updated and notified 344 * wait_var_event_killable - wait for a variable to be updated and notified 376 * wait_var_event_timeout - wait for a variable to be updated or a timeout to expire 409 * wait_var_event_killable - wait for a variable to be updated and notified 435 * wait_var_event_any_lock - wait for a variable to be updated under a lock 443 * a lock. The variables assessed in the condition will normal be updated 471 * wait_var_event_spinlock - wait for a variable to be updated under a spinlock 477 * a spinlock. The variables assessed in the condition will normal be updated 492 * wait_var_event_mutex - wait for a variable to be updated under a mutex [all …]
|
| /linux/drivers/platform/x86/intel/int1092/ |
| H A D | intel_sar.h | 21 * The data is updated from the BIOS sensor information. 37 * The data is updated from the BIOS sensor information. 51 * The data is updated from the userspace and send value back in the
|
| /linux/crypto/krb5/ |
| H A D | krb5_api.c | 131 * @_offset: Offset of the secure blob in the buffer; updated to data offset. 132 * @_len: The length of the secure blob; updated to data length. 350 * @_offset: Offset of the secure blob in the buffer; updated to data offset. 351 * @_len: The length of the secure blob; updated to data length. 356 * If successful, @_offset and @_len are updated to outline the region in which 418 * @_offset: Offset of the secure blob in the buffer; updated to data offset. 419 * @_len: The length of the secure blob; updated to data length. 424 * If successful, @_offset and @_len are updated to outline the region in which
|
| /linux/Documentation/driver-api/pldmfw/ |
| H A D | driver-ops.rst | 14 record matches the device being updated. This requires comparing the record 42 updated, or return zero if the component can be updated.
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_compressor.c | 370 * - bit 0 - display register updated in dce110_compressor_set_fbc_invalidation_triggers() 377 * - Bit 2 - FBC_GRPH_COMP_EN register updated in dce110_compressor_set_fbc_invalidation_triggers() 378 * - Bit 3 - FBC_SRC_SEL register updated in dce110_compressor_set_fbc_invalidation_triggers() 379 * - Bit 4 - FBC_MIN_COMPRESSION register updated in dce110_compressor_set_fbc_invalidation_triggers() 380 * - Bit 5 - FBC_ALPHA_COMP_EN register updated in dce110_compressor_set_fbc_invalidation_triggers() 381 * - Bit 6 - FBC_ZERO_ALPHA_CHUNK_SKIP_EN register updated in dce110_compressor_set_fbc_invalidation_triggers() 382 * - Bit 7 - FBC_FORCE_COPY_TO_COMP_BUF register updated in dce110_compressor_set_fbc_invalidation_triggers()
|
| /linux/kernel/cgroup/ |
| H A D | rstat.c | 56 * css_rstat_updated - keep track of updated rstat_cpu 58 * @cpu: cpu on which rstat_cpu was updated 65 * the lockless list or the concurrent flusher flushes its updated stats, a 98 * guarantee that the updated stats are visible to concurrent flusher is in css_rstat_updated() 127 /* put @css and all ancestors on the corresponding updated lists */ in __css_process_update_tree() 167 * flusher flush the stats updated by the updater who have in css_process_update_tree() 189 * Iteratively traverse down the css_rstat_cpu updated tree level by 261 * css_rstat_updated_list - build a list of updated css's to be flushed 266 * Walks the updated rstat_cpu tree on @cpu from @root. During traversal, 267 * each returned css is unlinked from the updated tree.
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_hw_stats.h | 36 /* Note: not updated by fbnic_get_hw_stats() */ 42 /* Note: not updated by fbnic_get_hw_stats() */ 53 /* Note: not updated by fbnic_get_hw_stats() */
|