Home
last modified time | relevance | path

Searched refs:history (Results 1 – 25 of 72) sorted by relevance

123

/linux/Documentation/hwmon/
H A Dltc4283.rst55 in1_reset_history Write 1 to reset history.
65 in2_reset_history Write 1 to reset history.
76 in3_reset_history Write 1 to reset history.
87 in4_reset_history Write 1 to reset history.
98 in5_reset_history Write 1 to reset history.
109 in6_reset_history Write 1 to reset history.
120 in7_reset_history Write 1 to reset history.
131 in8_reset_history Write 1 to reset history.
142 in9_reset_history Write 1 to reset history.
153 in10_reset_history Write 1 to reset history.
[all …]
H A Dltc3815.rst44 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 Dltc2947.rst46 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 Dltc2945.rst61 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 Dina209.rst43 in0_reset_history reset shunt voltage history
56 in1_reset_history reset bus voltage history
68 power1_reset_history reset power history
H A Dadm1266.rst29 The following attributes are supported. Limits are read-write, history reset
H A Dlt7182s.rst65 in1_reset_history Write to reset history for all attributes
H A Dltc4286.rst64 The following attributes are supported. Limits are read-write, history reset
/linux/lib/
H A Ddynamic_queue_limits.c60 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 Dfsm.c99 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 Dfsm.h74 fsm_history history[FSM_HISTORY_SIZE]; member
/linux/Documentation/maintainer/
H A Drebasing-and-merging.rst17 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 Dmessy-diffstat.rst11 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/kernel/bpf/
H A Dbacktrack.c85 u32 *history) in get_prev_insn_idx() argument
87 u32 cnt = *history; in get_prev_insn_idx()
98 (*history)--; in get_prev_insn_idx()
830 u32 history = st->jmp_history_cnt; in bpf_mark_chain_precision() local
871 hist = get_jmp_hist_entry(st, history, i); in bpf_mark_chain_precision()
888 i = get_prev_insn_idx(st, i, &history); in bpf_mark_chain_precision()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_timeline.c68 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/Documentation/arch/arm/omap/
H A Domap.rst2 OMAP history
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c154 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/tools/perf/
H A DCREDITS30 The full history of the files can be found in the upstream Git commits.
/linux/security/apparmor/
H A Dmatch.c731 if (wb->history[pos] < state) in is_loop()
735 if (wb->history[pos] == state) { in is_loop()
773 wb->history[wb->pos] = state; in leftmatch_fb()
792 wb->history[wb->pos] = state; in leftmatch_fb()
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c44 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/Documentation/devicetree/bindings/powerpc/opal/
H A Dsensor-groups.txt17 operations like clearing the min/max history of all
/linux/fs/
H A Dfs-writeback.c909 u16 history; in wbc_detach_inode() local
915 history = inode->i_wb_frn_history; in wbc_detach_inode()
959 history <<= slots; in wbc_detach_inode()
961 history |= (1U << slots) - 1; in wbc_detach_inode()
963 if (history) in wbc_detach_inode()
964 trace_inode_foreign_history(inode, wbc, history); in wbc_detach_inode()
973 if (hweight16(history) > WB_FRN_HIST_THR_SLOTS) in wbc_detach_inode()
983 inode->i_wb_frn_history = history; in wbc_detach_inode()
/linux/Documentation/translations/zh_CN/process/
H A Dresearcher-guidelines.rst26 * `研究伦理史 <https://www.unlv.edu/research/ORI-HSR/history-ethics>`_
/linux/security/apparmor/include/
H A Dmatch.h149 aa_state_t history[WB_HISTORY_SIZE]; member
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1544 struct drm_dp_mst_topology_ref_history *history, in __topology_ref_save() argument
1559 for (i = 0; i < history->len; i++) { in __topology_ref_save()
1560 if (history->entries[i].backtrace == backtrace) { in __topology_ref_save()
1561 entry = &history->entries[i]; in __topology_ref_save()
1569 int new_len = history->len + 1; in __topology_ref_save()
1571 new = krealloc(history->entries, sizeof(*new) * new_len, in __topology_ref_save()
1576 entry = &new[history->len]; in __topology_ref_save()
1577 history->len = new_len; in __topology_ref_save()
1578 history->entries = new; in __topology_ref_save()
1612 struct drm_dp_mst_topology_ref_history *history, in __dump_topology_ref_history() argument
[all …]

123