| /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 | 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
|
| H A D | lt7182s.rst | 65 in1_reset_history Write to reset history for all attributes
|
| H A D | ltc4286.rst | 64 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/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/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/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/Documentation/arch/arm/omap/ |
| H A D | omap.rst | 2 OMAP 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() 88 queue->history[(queue->history_idx++) % HFI_HISTORY_SZ] = index; in a6xx_hfi_queue_write() 1027 memset(&queue->history, 0xff, sizeof(queue->history)); in a6xx_hfi_stop() 1041 memset(&queue->history, 0xff, sizeof(queue->history)); in a6xx_hfi_queue_init()
|
| /linux/security/apparmor/ |
| H A D | match.c | 728 if (wb->history[pos] < state) in is_loop() 732 if (wb->history[pos] == state) { in is_loop() 770 wb->history[wb->pos] = state; in leftmatch_fb() 789 wb->history[wb->pos] = state; in leftmatch_fb()
|
| /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 | 246 * We record, very roughly, 2s worth of IO time history and if more than 885 * oscillation, the detection mechanism keeps track of history and gives in wbc_detach_inode() 908 u16 history; in wbc_detach_inode() 914 history = inode->i_wb_frn_history; in wbc_detach_inode() 952 * history mask where each bit represents one sixteenth of in wbc_detach_inode() 954 * history from @max_time. in wbc_detach_inode() 958 history <<= slots; 960 history |= (1U << slots) - 1; 962 if (history) 963 trace_inode_foreign_history(inode, wbc, history); 876 u16 history; wbc_detach_inode() local [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 | 350 struct system_time_snapshot *history,
|
| /linux/security/apparmor/include/ |
| H A D | match.h | 147 aa_state_t history[WB_HISTORY_SIZE]; member
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | README.rst | 38 The problem has been fixed now, but considering the history, it may appear again in the future.
|
| /linux/Documentation/networking/ |
| H A D | netif-msg.rst | 14 to understand the history and evolution in order to understand current
|