Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/echo/
Dfir.h65 int16_t *history; member
77 int16_t *history; member
88 float *history; member
98 fir->history = kcalloc(2 * taps, sizeof(int16_t), GFP_KERNEL); in fir16_create()
100 fir->history = kcalloc(taps, sizeof(int16_t), GFP_KERNEL); in fir16_create()
102 return fir->history; in fir16_create()
108 memset(fir->history, 0, 2 * fir->taps * sizeof(int16_t)); in fir16_flush()
110 memset(fir->history, 0, fir->taps * sizeof(int16_t)); in fir16_flush()
116 kfree(fir->history); in fir16_free()
150 fir->history[fir->curr_pos] = sample; in fir16()
[all …]
Decho.c138 phist = &ec->fir_state_bg.history[offset2]; in lms_adapt_bg()
210 exp = (ec->fir_state_bg.history[i - offset1] * factor); in lms_adapt_bg()
214 exp = (ec->fir_state_bg.history[i + offset2] * factor); in lms_adapt_bg()
232 const int16_t *history; in oslec_create() local
252 history = fir16_create(&ec->fir_state, ec->fir_taps16[0], ec->taps); in oslec_create()
253 if (!history) in oslec_create()
255 history = fir16_create(&ec->fir_state_bg, ec->fir_taps16[1], ec->taps); in oslec_create()
256 if (!history) in oslec_create()
419 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] * in oslec_update()
420 (int)ec->fir_state.history[ec->fir_state.curr_pos]; in oslec_update()
/linux-4.4.14/Documentation/development-process/
D7.AdvancedTopics37 of the mainline repository, explore the revision history, commit changes to
39 rewriting of history (such as rebase) is also useful. Git comes with its
66 development history. An inconvenient patch (one which breaks bisection,
68 made to disappear from the history entirely. A patch series can be
72 ability to revise history can help in the creation of clean patch sets with
76 a simple obsession for the creation of the perfect project history.
77 Rewriting history will rewrite the changes contained in that history,
80 view of the project history; if you rewrite history which other developers
82 for those developers. So a simple rule of thumb applies here: history
89 (i.e. changes which do not share the same history). It is possible to
[all …]
D2.Process15 release history looks like this:
106 for example, the 2.6.36 kernel's history looked like:
364 system. It does not track history over time; it is, instead, oriented
/linux-4.4.14/Documentation/hwmon/
Dltc294554 in1_reset_history Write 1 to reset in1 history
63 in2_reset_history Write 1 to reset in2 history
72 curr1_reset_history Write 1 to reset curr1 history
82 power1_reset_history Write 1 to reset power1 history
Dadm127562 The following attributes are supported. Limits are read-write, history reset
74 inX_reset_history Write any value to reset history.
89 curr1_reset_history Write any value to reset history.
95 power1_reset_history Write any value to reset history.
Dmax868854 in1_reset_history Write any value to reset history.
63 curr1_reset_history Write any value to reset history.
75 temp1_reset_history Write any value to reset history.
Dina20938 in0_reset_history reset shunt voltage history
51 in1_reset_history reset bus voltage history
63 power1_reset_history reset power history
Dltc2978119 in1_reset_history Reset input voltage history.
140 in[N]_reset_history Reset output voltage history.
171 temp[N]_reset_history Reset temperature history. Not supported for chip
192 curr1_reset_history Reset input current history. LTC3883 and LTC3886 only.
211 curr[N]_reset_history Reset output current history.
Dmax1606454 in[1-4]_reset_history Write any value to reset history.
66 temp1_reset_history Write any value to reset history.
Dmax3444086 in[1-6]_reset_history Write any value to reset history.
98 curr[1-6]_reset_history Write any value to reset history.
121 temp[1-8]_reset_history Write any value to reset history.
Dlm25066109 power1_reset_history Write any value to reset maximum power history.
Dds162171 status of Tout. They will only tell you about its history, whether or not
Dpmbus-core93 (used for detection), writing any value causes the associated history to be
/linux-4.4.14/drivers/s390/net/
Dfsm.c97 int e = fi->history[idx].event; in fsm_print_history()
98 int s = fi->history[idx++].state; in fsm_print_history()
114 fi->history[fi->history_index].state = state; in fsm_record_history()
115 fi->history[fi->history_index++].event = event; in fsm_record_history()
Dfsm.h73 fsm_history history[FSM_HISTORY_SIZE]; member
/linux-4.4.14/Documentation/devicetree/
D00-INDEX10 - Booting Linux without Open Firmware, describes history and format of device trees.
/linux-4.4.14/tools/perf/
DCREDITS30 The full history of the files can be found in the upstream Git commits.
/linux-4.4.14/net/packet/
Dinternal.h100 u32 history[ROLLOVER_HLEN] ____cacheline_aligned; member
Daf_packet.c1333 if (po->rollover->history[i] == rxhash) in fanout_flow_is_huge()
1336 po->rollover->history[prandom_u32() % ROLLOVER_HLEN] = rxhash; in fanout_flow_is_huge()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c840 set_bit(ACT_OPEN_REQ, &ep->com.history); in send_connect()
1138 set_bit(ACT_ESTAB, &ep->com.history); in act_establish()
1164 set_bit(CLOSE_UPCALL, &ep->com.history); in close_complete_upcall()
1172 set_bit(ABORT_CONN, &ep->com.history); in abort_connection()
1187 set_bit(DISCONN_UPCALL, &ep->com.history); in peer_close_upcall()
1205 set_bit(ABORT_UPCALL, &ep->com.history); in peer_abort_upcall()
1244 set_bit(CONN_RPL_UPCALL, &ep->com.history); in connect_reply_upcall()
1286 set_bit(CONNREQ_UPCALL, &ep->com.history); in connect_request_upcall()
1303 set_bit(ESTAB_UPCALL, &ep->com.history); in established_upcall()
1884 set_bit(ACT_OFLD_CONN, &ep->com.history); in send_fw_act_open_req()
[all …]
Diw_cxgb4.h797 unsigned long history; member
Ddevice.c569 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
593 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
/linux-4.4.14/fs/
Dfs-writeback.c589 u16 history; in wbc_detach_inode() local
595 history = inode->i_wb_frn_history; in wbc_detach_inode()
639 history <<= slots; in wbc_detach_inode()
641 history |= (1U << slots) - 1; in wbc_detach_inode()
650 if (hweight32(history) > WB_FRN_HIST_THR_SLOTS) in wbc_detach_inode()
660 inode->i_wb_frn_history = history; in wbc_detach_inode()
/linux-4.4.14/Documentation/networking/
Dnetif-msg.txt11 to understand the history and evolution in order to understand current
D3c509.txt210 (5) Revision history (this file)
Dscaling.txt220 the flow limit threshold (50%) + the flow history length (256).
Dfilter.txt375 file "~/.bpf_dbg_init" and the command history is stored in the file
/linux-4.4.14/Documentation/scsi/
Dlpfc.txt29 history of the driver as we push for upstream acceptance.
Dtmscsim.txt4 1. Purpose and history
15 1. Purpose and history
43 For a more detailed description of the driver's history, see the first lines
Dsym53c8xx_2.txt70 The history of this driver can be summarized as follows:
/linux-4.4.14/arch/blackfin/
DKconfig.debug107 All Blackfins include a Trace Unit which stores a history of the last
108 16 changes in program flow taken by the program sequencer. The history
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-system-cpu2 Date: pre-git history
130 Date: pre-git history
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dbrcm,brcmnand.txt11 iProc/Cygnus. Its history includes several similar (but not fully register
/linux-4.4.14/tools/perf/Documentation/
Dperf-report.txt205 Usually more convenient to use --branch-history for this.
297 --branch-history::
Dperf-top.txt114 Zero history across display updates.
/linux-4.4.14/Documentation/gpio/
Dgpio.txt8 Due to the history of GPIO interfaces in the kernel, there are two different
/linux-4.4.14/Documentation/locking/
Dlglock.txt148 Note on brlock history:
Dlockdep-design.txt30 The validator tracks lock-class usage history into 4n + 1 separate state bits:
/linux-4.4.14/Documentation/usb/
DCREDITS91 Human Interface Devices, having a long history and
/linux-4.4.14/Documentation/input/
Dxpad.txt4 controllers. It has a long history and has enjoyed considerable usage
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt21 history of being exposed to userland and a straightforward data set.
/linux-4.4.14/Documentation/video4linux/
DREADME.pvrusb211 Its history started with the reverse-engineering effort by Björn
/linux-4.4.14/Documentation/s390/
D3270.txt250 editing, ESC-k and ESC-j retrieve backward and forward history.
DDebugging390.txt815 /* this gives me command history on issuing f12 */
930 This retrieves command history on pressing F12.
1811 Note: Remember gdb has history just like bash you don't need to retype the
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt699 9=set history parameters of the video input module
/linux-4.4.14/Documentation/
Dkernel-docs.txt241 Keywords: ext2, linux fs history, inode, directory, link, devices,
245 Covers Linux filesystems history, ext2 motivation, ext2 features,
DSubmittingPatches246 actual differences and allows tools to better track the history of
268 source code revision history to see who those maintainers are. The
Dadding-syscalls.txt59 learn from the history of the kernel and plan for extensions from the start.)
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt135 motivation and history
/linux-4.4.14/Documentation/filesystems/
Dpath-lookup.txt15 Path walking synchronisation history:
/linux-4.4.14/Documentation/RCU/
DRTFP.txt171 a history of how Linux changed RCU more than RCU changed Linux
254 of nodes in the tree, but lacks the summary-of-execution-history
287 of nodes in the tree, but lacks the summary-of-execution-history
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_history.txt744 mpi_history.txt Parts list history
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt776 explore your command history using the up and down arrow keys. If you
779 command history. You may not want to hear the prompt repeated
787 says "read window." Move through your history using your arrow keys.
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt633 short history is already fraught with severely mis-designed
Dmemory.txt93 The memory controller has a long history. A request for comments for the memory
/linux-4.4.14/net/core/
Ddev.c3463 old_flow = fl->history[fl->history_head]; in skb_flow_limit()
3464 fl->history[fl->history_head] = new_flow; in skb_flow_limit()
/linux-4.4.14/include/linux/
Dnetdevice.h2527 u16 history[FLOW_LIMIT_HISTORY]; member
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex903 The history of development of the CD's use as a carrier medium for
/linux-4.4.14/
DMAINTAINERS101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used