/Linux-v5.10/include/trace/events/ |
D | 9p.h | 11 EM( P9_TLERROR, "P9_TLERROR" ) \ 12 EM( P9_RLERROR, "P9_RLERROR" ) \ 13 EM( P9_TSTATFS, "P9_TSTATFS" ) \ 14 EM( P9_RSTATFS, "P9_RSTATFS" ) \ 15 EM( P9_TLOPEN, "P9_TLOPEN" ) \ 16 EM( P9_RLOPEN, "P9_RLOPEN" ) \ 17 EM( P9_TLCREATE, "P9_TLCREATE" ) \ 18 EM( P9_RLCREATE, "P9_RLCREATE" ) \ 19 EM( P9_TSYMLINK, "P9_TSYMLINK" ) \ 20 EM( P9_RSYMLINK, "P9_RSYMLINK" ) \ [all …]
|
D | afs.h | 295 EM(afs_call_trace_alloc, "ALLOC") \ 296 EM(afs_call_trace_free, "FREE ") \ 297 EM(afs_call_trace_get, "GET ") \ 298 EM(afs_call_trace_put, "PUT ") \ 299 EM(afs_call_trace_wake, "WAKE ") \ 303 EM(afs_server_trace_alloc, "ALLOC ") \ 304 EM(afs_server_trace_callback, "CALLBACK ") \ 305 EM(afs_server_trace_destroy, "DESTROY ") \ 306 EM(afs_server_trace_free, "FREE ") \ 307 EM(afs_server_trace_gc, "GC ") \ [all …]
|
D | huge_memory.h | 11 EM( SCAN_FAIL, "failed") \ 12 EM( SCAN_SUCCEED, "succeeded") \ 13 EM( SCAN_PMD_NULL, "pmd_null") \ 14 EM( SCAN_EXCEED_NONE_PTE, "exceed_none_pte") \ 15 EM( SCAN_EXCEED_SWAP_PTE, "exceed_swap_pte") \ 16 EM( SCAN_EXCEED_SHARED_PTE, "exceed_shared_pte") \ 17 EM( SCAN_PTE_NON_PRESENT, "pte_non_present") \ 18 EM( SCAN_PTE_UFFD_WP, "pte_uffd_wp") \ 19 EM( SCAN_PAGE_RO, "no_writable_page") \ 20 EM( SCAN_LACK_REFERENCED_PAGE, "lack_referenced_page") \ [all …]
|
D | rxrpc.h | 226 EM(rxrpc_skb_cleaned, "CLN") \ 227 EM(rxrpc_skb_freed, "FRE") \ 228 EM(rxrpc_skb_got, "GOT") \ 229 EM(rxrpc_skb_lost, "*L*") \ 230 EM(rxrpc_skb_new, "NEW") \ 231 EM(rxrpc_skb_purged, "PUR") \ 232 EM(rxrpc_skb_received, "RCV") \ 233 EM(rxrpc_skb_rotated, "ROT") \ 234 EM(rxrpc_skb_seen, "SEE") \ 235 EM(rxrpc_skb_unshared, "UNS") \ [all …]
|
D | mmflags.h | 181 EM( COMPACT_SKIPPED, "skipped") \ 182 EM( COMPACT_DEFERRED, "deferred") \ 183 EM( COMPACT_CONTINUE, "continue") \ 184 EM( COMPACT_SUCCESS, "success") \ 185 EM( COMPACT_PARTIAL_SKIPPED, "partial_skipped") \ 186 EM( COMPACT_COMPLETE, "complete") \ 187 EM( COMPACT_NO_SUITABLE_PAGE, "no_suitable_page") \ 188 EM( COMPACT_NOT_SUITABLE_ZONE, "not_suitable_zone") \ 204 EM(COMPACTION_FAILED, "failed") \ 205 EM(COMPACTION_WITHDRAWN, "withdrawn") \ [all …]
|
D | fscache.h | 89 EM(fscache_cookie_collision, "*COLLISION*") \ 90 EM(fscache_cookie_discard, "DISCARD") \ 91 EM(fscache_cookie_get_acquire_parent, "GET prn") \ 92 EM(fscache_cookie_get_attach_object, "GET obj") \ 93 EM(fscache_cookie_get_reacquire, "GET raq") \ 94 EM(fscache_cookie_get_register_netfs, "GET net") \ 95 EM(fscache_cookie_put_acquire_nobufs, "PUT nbf") \ 96 EM(fscache_cookie_put_dup_netfs, "PUT dnt") \ 97 EM(fscache_cookie_put_relinquish, "PUT rlq") \ 98 EM(fscache_cookie_put_object, "PUT obj") \ [all …]
|
D | migrate.h | 11 EM( MIGRATE_ASYNC, "MIGRATE_ASYNC") \ 12 EM( MIGRATE_SYNC_LIGHT, "MIGRATE_SYNC_LIGHT") \ 17 EM( MR_COMPACTION, "compaction") \ 18 EM( MR_MEMORY_FAILURE, "memory_failure") \ 19 EM( MR_MEMORY_HOTPLUG, "memory_hotplug") \ 20 EM( MR_SYSCALL, "syscall_or_cpuset") \ 21 EM( MR_MEMPOLICY_MBIND, "mempolicy_mbind") \ 22 EM( MR_NUMA_MISPLACED, "numa_misplaced") \ 29 #undef EM 31 #define EM(a, b) TRACE_DEFINE_ENUM(a); macro [all …]
|
D | v4l2.h | 12 #undef EM 14 #define EM(a, b) TRACE_DEFINE_ENUM(a); macro 21 EM( V4L2_BUF_TYPE_VIDEO_CAPTURE, "VIDEO_CAPTURE" ) \ 22 EM( V4L2_BUF_TYPE_VIDEO_OUTPUT, "VIDEO_OUTPUT" ) \ 23 EM( V4L2_BUF_TYPE_VIDEO_OVERLAY, "VIDEO_OVERLAY" ) \ 24 EM( V4L2_BUF_TYPE_VBI_CAPTURE, "VBI_CAPTURE" ) \ 25 EM( V4L2_BUF_TYPE_VBI_OUTPUT, "VBI_OUTPUT" ) \ 26 EM( V4L2_BUF_TYPE_SLICED_VBI_CAPTURE, "SLICED_VBI_CAPTURE" ) \ 27 EM( V4L2_BUF_TYPE_SLICED_VBI_OUTPUT, "SLICED_VBI_OUTPUT" ) \ 28 EM( V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY, "VIDEO_OUTPUT_OVERLAY" ) \ [all …]
|
D | sock.h | 15 EM(AF_INET) \ 20 EM(IPPROTO_TCP) \ 21 EM(IPPROTO_DCCP) \ 22 EM(IPPROTO_SCTP) \ 26 EM(TCP_ESTABLISHED) \ 27 EM(TCP_SYN_SENT) \ 28 EM(TCP_SYN_RECV) \ 29 EM(TCP_FIN_WAIT1) \ 30 EM(TCP_FIN_WAIT2) \ 31 EM(TCP_TIME_WAIT) \ [all …]
|
D | tlb.h | 12 EM( TLB_FLUSH_ON_TASK_SWITCH, "flush on task switch" ) \ 13 EM( TLB_REMOTE_SHOOTDOWN, "remote shootdown" ) \ 14 EM( TLB_LOCAL_SHOOTDOWN, "local shootdown" ) \ 15 EM( TLB_LOCAL_MM_SHOOTDOWN, "local mm shootdown" ) \ 22 #undef EM 24 #define EM(a,b) TRACE_DEFINE_ENUM(a); macro 33 #undef EM 35 #define EM(a,b) { a, b }, macro
|
D | cachefiles.h | 33 EM(FSCACHE_OBJECT_IS_STALE, "stale") \ 34 EM(FSCACHE_OBJECT_NO_SPACE, "no_space") \ 35 EM(FSCACHE_OBJECT_WAS_RETIRED, "was_retired") \ 39 EM(fscache_obj_get_add_to_deps, "GET add_to_deps") \ 40 EM(fscache_obj_get_queue, "GET queue") \ 41 EM(fscache_obj_put_alloc_fail, "PUT alloc_fail") \ 42 EM(fscache_obj_put_attach_fail, "PUT attach_fail") \ 43 EM(fscache_obj_put_drop_obj, "PUT drop_obj") \ 44 EM(fscache_obj_put_enq_dep, "PUT enq_dep") \ 45 EM(fscache_obj_put_queue, "PUT queue") \ [all …]
|
D | ufs.h | 15 EM(UIC_LINK_OFF_STATE) \ 16 EM(UIC_LINK_ACTIVE_STATE) \ 20 EM(UFS_ACTIVE_PWR_MODE) \ 21 EM(UFS_SLEEP_PWR_MODE) \ 25 EM(CLKS_OFF) \ 26 EM(CLKS_ON) \ 27 EM(REQ_CLKS_OFF) \ 31 #undef EM 33 #define EM(a) TRACE_DEFINE_ENUM(a); macro 44 #undef EM [all …]
|
D | btrfs.h | 64 EM( BTRFS_RESERVE_NO_FLUSH, "BTRFS_RESERVE_NO_FLUSH") \ 65 EM( BTRFS_RESERVE_FLUSH_LIMIT, "BTRFS_RESERVE_FLUSH_LIMIT") \ 66 EM( BTRFS_RESERVE_FLUSH_ALL, "BTRFS_RESERVE_FLUSH_ALL") \ 70 EM( BTRFS_FILE_EXTENT_INLINE, "INLINE") \ 71 EM( BTRFS_FILE_EXTENT_REG, "REG") \ 75 EM( BTRFS_QGROUP_RSV_DATA, "DATA") \ 76 EM( BTRFS_QGROUP_RSV_META_PERTRANS, "META_PERTRANS") \ 80 EM( IO_TREE_FS_PINNED_EXTENTS, "PINNED_EXTENTS") \ 81 EM( IO_TREE_FS_EXCLUDED_EXTENTS, "EXCLUDED_EXTENTS") \ 82 EM( IO_TREE_BTREE_INODE_IO, "BTREE_INODE_IO") \ [all …]
|
D | writeback.h | 27 #undef EM 29 #define EM(a,b) TRACE_DEFINE_ENUM(a); macro 33 EM( WB_REASON_BACKGROUND, "background") \ 34 EM( WB_REASON_VMSCAN, "vmscan") \ 35 EM( WB_REASON_SYNC, "sync") \ 36 EM( WB_REASON_PERIODIC, "periodic") \ 37 EM( WB_REASON_LAPTOP_TIMER, "laptop_timer") \ 38 EM( WB_REASON_FS_FREE_SPACE, "fs_free_space") \ 47 #undef EM 49 #define EM(a,b) { a, b }, macro
|
D | sunrpc.h | 768 #undef EM 770 #define EM(a, b) TRACE_DEFINE_ENUM(a); macro 774 EM( SS_FREE, "FREE" ) \ 775 EM( SS_UNCONNECTED, "UNCONNECTED" ) \ 776 EM( SS_CONNECTING, "CONNECTING" ) \ 777 EM( SS_CONNECTED, "CONNECTED" ) \ 786 EM( TCP_ESTABLISHED, "ESTABLISHED" ) \ 787 EM( TCP_SYN_SENT, "SYN_SENT" ) \ 788 EM( TCP_SYN_RECV, "SYN_RECV" ) \ 789 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \ [all …]
|
/Linux-v5.10/include/ras/ |
D | ras_event.h | 351 EM ( MF_IGNORED, "Ignored" ) \ 352 EM ( MF_FAILED, "Failed" ) \ 353 EM ( MF_DELAYED, "Delayed" ) \ 357 EM ( MF_MSG_KERNEL, "reserved kernel page" ) \ 358 EM ( MF_MSG_KERNEL_HIGH_ORDER, "high-order kernel page" ) \ 359 EM ( MF_MSG_SLAB, "kernel slab page" ) \ 360 EM ( MF_MSG_DIFFERENT_COMPOUND, "different compound page after locking" ) \ 361 EM ( MF_MSG_POISONED_HUGE, "huge page already hardware poisoned" ) \ 362 EM ( MF_MSG_HUGE, "huge page" ) \ 363 EM ( MF_MSG_FREE_HUGE, "free huge page" ) \ [all …]
|
/Linux-v5.10/Documentation/power/ |
D | energy-model.rst | 10 The Energy Model (EM) framework serves as an interface between drivers knowing 19 possible source of information on its own, the EM framework intervenes as an 24 approach is applicable to any architecture) providing power costs to the EM 52 In case of CPU devices the EM framework manages power cost tables per 66 CONFIG_ENERGY_MODEL must be enabled to use the EM framework. 72 Drivers are expected to register performance domains into the EM framework by 116 EM framework:: 135 16 /* Return the values to the EM framework */
|
/Linux-v5.10/Documentation/scheduler/ |
D | sched-energy.rst | 10 Energy Model (EM) of the CPUs to select an energy efficient CPU for each task, 23 The actual EM used by EAS is _not_ maintained by the scheduler, but by a 53 The idea behind introducing an EM is to allow the scheduler to evaluate the 56 time, the EM must be as simple as possible to minimize the scheduler latency 60 for the scheduler to decide where a task should run (during wake-up), the EM 83 Model (EM) framework. The EM of a platform is composed of a power cost table 87 The scheduler manages references to the EM objects in the topology code when the 91 em_perf_domain as provided by the EM framework. 117 shared data structure of the EM framework. 131 EAS overrides the CFS task wake-up balancing code. It uses the EM of the [all …]
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-scsi_host | 104 (RW) Allows access to AHCI EM (enclosure management) buffer 105 directly if the host supports EM. 107 For eg. the AHCI driver supports SGPIO EM messages but the 108 SATA/AHCI specs do not define the SGPIO message format of the EM
|
/Linux-v5.10/Documentation/infiniband/ |
D | opa_vnic.rst | 21 Ethernet Manager (EM) which is part of the trusted Fabric Manager (FM) 125 Manager (EM) and the VNIC netdev. The VNIC netdev part allocates and frees 130 information required for encapsulation is configured by the EM via VEMA MAD
|
/Linux-v5.10/Documentation/scsi/ |
D | aacraid.rst | 126 9005:0285:108e:7aae SUN STK RAID EM (Narvi)
|
/Linux-v5.10/sound/soc/pxa/ |
D | Kconfig | 141 CompuLab EM-x270, eXeda and CM-X300 machines.
|
/Linux-v5.10/Documentation/filesystems/caching/ |
D | fscache.rst | 457 …OBJECT PARENT STAT CHLDN OPS OOP IPR EX READS EM EV F S | NETFS_COOKIE_DEF TY FL NETFS_DATA … 476 EM Object's event mask
|
/Linux-v5.10/drivers/rtc/ |
D | Kconfig | 654 tristate "EM Microelectronic EM3027" 656 If you say yes here you get support for the EM 1215 tristate "EM Microelectronic V3020" 1218 EM Microelectronic v3020 RTC chip.
|
/Linux-v5.10/drivers/i2c/busses/ |
D | Kconfig | 617 I2C interface on the Renesas Electronics EM/EV family of processors.
|