| /linux/Documentation/hwmon/ |
| H A D | ltc3815.rst | 44 in1_reset_history Reset input voltage history. 50 in2_reset_history Reset output voltage history. 55 temp1_reset_history Reset temperature history. 60 curr1_reset_history Reset input current history. 66 curr2_reset_history Reset output current history.
|
| H A D | ltc2947.rst | 46 in0_reset_history Write 1 to reset in1 history 56 in1_reset_history Write 1 to reset in2 history 66 curr1_reset_history Write 1 to reset curr1 history 76 power1_reset_history Write 1 to reset power1 history 86 temp1_reset_history Write 1 to reset temp1 history
|
| H A D | ltc2945.rst | 61 in1_reset_history Write 1 to reset in1 history 70 in2_reset_history Write 1 to reset in2 history 79 curr1_reset_history Write 1 to reset curr1 history 89 power1_reset_history Write 1 to reset power1 history
|
| H A D | ltc4282.rst | 51 in0_reset_history Write 1 to reset in0 history. 64 in1_reset_history Write 1 to reset in1 history. 78 in2_reset_history Write 1 to reset in2 history 88 curr1_reset_history Write 1 to reset curr1 history. 100 power1_reset_history Write 1 to reset power1 history.
|
| H A D | ina209.rst | 43 in0_reset_history reset shunt voltage history 56 in1_reset_history reset bus voltage history 68 power1_reset_history reset power history
|
| H A D | adm1266.rst | 29 The following attributes are supported. Limits are read-write, history reset
|
| /linux/lib/ |
| H A D | dynamic_queue_limits.c | 60 dql->history)) in dql_check_stall() 76 now, dql->history); in dql_check_stall() 205 memset(dql->history, 0, sizeof(dql->history)); in dql_reset()
|
| /linux/Documentation/maintainer/ |
| H A D | rebasing-and-merging.rst | 17 development history. Indeed, given the scale of the project, avoiding 25 "Rebasing" is the process of changing the history of a series of commits 36 - Changing the history of a set of patches by fixing (or deleting) broken 39 type of operation will be referred to as "history modification" 43 history; used improperly, it can obscure that history and introduce bugs. 61 - Do not rebase a branch that contains history created by others. If you 63 custodian of their history. You should not change it. With few 65 explicitly reverted rather than disappeared via history modification. 78 - Realize that reparenting a patch series (or making significant history 105 current trunk so that no merge commits appear in the history. The kernel [all …]
|
| H A D | messy-diffstat.rst | 11 complicated development history will yield a massive diffstat containing a 20 A Git development history proceeds as a series of commits. In a simplified 30 Here, there are two clear points in the history; Git will essentially 36 result in the simplest case is a history that looks like:: 46 consider a slightly more complex development history::
|
| /linux/drivers/s390/net/ |
| H A D | fsm.c | 99 int e = fi->history[idx].event; in fsm_print_history() 100 int s = fi->history[idx++].state; in fsm_print_history() 116 fi->history[fi->history_index].state = state; in fsm_record_history() 117 fi->history[fi->history_index++].event = event; in fsm_record_history()
|
| H A D | fsm.h | 74 fsm_history history[FSM_HISTORY_SIZE]; member
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_timeline.c | 68 struct intel_timeline **history; member 81 tl = xchg(&state->history[idx], tl); in __mock_hwsp_record() 127 i915_prandom_shuffle(state->history, in __mock_hwsp_timeline() 128 sizeof(*state->history), in __mock_hwsp_timeline() 171 state.max = PAGE_SIZE / sizeof(*state.history); in mock_hwsp_freelist() 173 state.history = kzalloc_objs(*state.history, state.max); in mock_hwsp_freelist() 174 if (!state.history) { in mock_hwsp_freelist() 191 kfree(state.history); in mock_hwsp_freelist()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | cm.c | 154 set_bit(CM_ID_DEREFED, &epc->history); in deref_cm_id() 159 set_bit(CM_ID_REFED, &epc->history); in ref_cm_id() 167 set_bit(QP_DEREFED, &ep->com.history); in deref_qp() 173 set_bit(QP_REFED, &ep->com.history); in ref_qp() 931 set_bit(ACT_OPEN_REQ, &ep->com.history); in send_connect() 1248 set_bit(ACT_ESTAB, &ep->com.history); in act_establish() 1282 set_bit(CLOSE_UPCALL, &ep->com.history); in close_complete_upcall() 1297 set_bit(DISCONN_UPCALL, &ep->com.history); in peer_close_upcall() 1314 set_bit(ABORT_UPCALL, &ep->com.history); in peer_abort_upcall() 1354 set_bit(CONN_RPL_UPCALL, &ep->com.history); in connect_reply_upcall() [all …]
|
| /linux/include/trace/events/ |
| H A D | writeback.h | 189 unsigned int history), 191 TP_ARGS(inode, wbc, history), 197 __field(unsigned int, history) 204 __entry->history = history; 207 TP_printk("bdi %s: ino=%lu cgroup_ino=%lu history=0x%x", 211 __entry->history
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_hfi.c | 44 queue->history[(queue->history_idx++) % HFI_HISTORY_SZ] = index; in a6xx_hfi_queue_read() 85 queue->history[(queue->history_idx++) % HFI_HISTORY_SZ] = index; in a6xx_hfi_queue_write() 1022 memset(&queue->history, 0xff, sizeof(queue->history)); in a6xx_hfi_stop() 1036 memset(&queue->history, 0xff, sizeof(queue->history)); in a6xx_hfi_queue_init()
|
| H A D | a6xx_hfi.h | 45 s32 history[HFI_HISTORY_SZ]; member
|
| /linux/security/apparmor/ |
| H A D | match.c | 724 if (wb->history[pos] < state) in is_loop() 728 if (wb->history[pos] == state) { in is_loop() 766 wb->history[wb->pos] = state; in leftmatch_fb() 785 wb->history[wb->pos] = state; in leftmatch_fb()
|
| /linux/Documentation/arch/arm/omap/ |
| H A D | omap.rst | 2 OMAP history
|
| /linux/tools/perf/ |
| H A D | CREDITS | 30 The full history of the files can be found in the upstream Git commits.
|
| /linux/Documentation/devicetree/bindings/powerpc/opal/ |
| H A D | sensor-groups.txt | 17 operations like clearing the min/max history of all
|
| /linux/fs/ |
| H A D | fs-writeback.c | 876 u16 history; in wbc_detach_inode() local 882 history = inode->i_wb_frn_history; in wbc_detach_inode() 926 history <<= slots; in wbc_detach_inode() 928 history |= (1U << slots) - 1; in wbc_detach_inode() 930 if (history) in wbc_detach_inode() 931 trace_inode_foreign_history(inode, wbc, history); in wbc_detach_inode() 940 if (hweight16(history) > WB_FRN_HIST_THR_SLOTS) in wbc_detach_inode() 950 inode->i_wb_frn_history = history; in wbc_detach_inode()
|
| /linux/drivers/gpu/drm/ |
| H A D | Kconfig | 134 bool "Enable refcount backtrace history in the DP MST helpers" 142 history of each topology reference/dereference will be printed to the 149 bool "Enable backtrace history for lock contention" 157 contention. A history of each drm modeset lock path hitting -EDEADLK
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_mst_topology.c | 1542 struct drm_dp_mst_topology_ref_history *history, in __topology_ref_save() argument 1557 for (i = 0; i < history->len; i++) { in __topology_ref_save() 1558 if (history->entries[i].backtrace == backtrace) { in __topology_ref_save() 1559 entry = &history->entries[i]; in __topology_ref_save() 1567 int new_len = history->len + 1; in __topology_ref_save() 1569 new = krealloc(history->entries, sizeof(*new) * new_len, in __topology_ref_save() 1574 entry = &new[history->len]; in __topology_ref_save() 1575 history->len = new_len; in __topology_ref_save() 1576 history->entries = new; in __topology_ref_save() 1610 struct drm_dp_mst_topology_ref_history *history, in __dump_topology_ref_history() argument [all …]
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | researcher-guidelines.rst | 26 * `研究伦理史 <https://www.unlv.edu/research/ORI-HSR/history-ethics>`_
|
| /linux/include/linux/ |
| H A D | timekeeping.h | 340 struct system_time_snapshot *history,
|