Searched refs:window (Results 51 - 75 of 186) sorted by relevance

12345678

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uds.c370 struct vsp1_partition_window *window)
377 partition->uds_sink = *window;
378 partition->uds_source = *window;
385 partition->uds_sink.width = window->width * input->width
387 partition->uds_sink.left = window->left * input->width
390 *window = partition->uds_sink;
366 uds_partition(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_partition *partition, unsigned int partition_idx, struct vsp1_partition_window *window) argument
H A Dvsp1_pipe.h57 * struct vsp1_partition_window - Partition window coordinates
69 * @rpf: The RPF partition window configuration
70 * @uds_sink: The UDS input partition window configuration
71 * @uds_source: The UDS output partition window configuration
72 * @sru: The SRU partition window configuration
73 * @wpf: The WPF partition window configuration
172 struct vsp1_partition_window *window);
H A Dvsp1_sru.c330 struct vsp1_partition_window *window)
343 window->width /= 2;
344 window->left /= 2;
347 partition->sru = *window;
326 sru_partition(struct vsp1_entity *entity, struct vsp1_pipeline *pipe, struct vsp1_partition *partition, unsigned int partition_idx, struct vsp1_partition_window *window) argument
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c36 static uch window[WSIZE]; /* Sliding window buffer */ variable
130 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
139 in = window;
/linux-master/net/rxrpc/
H A Dinput.c84 * period and increase the window if we managed to fill it.
188 * Degrade the congestion window if we haven't transmitted a packet for >1RTT.
215 * Apply a hard ACK by advancing the Tx window.
352 rxrpc_seq_t window, rxrpc_seq_t wtop)
354 call->ackr_window = window;
362 rxrpc_seq_t window, rxrpc_seq_t wtop,
369 rxrpc_input_update_ack_window(call, window, wtop);
385 rxrpc_seq_t window = call->ackr_window; local
387 rxrpc_seq_t wlimit = window + call->rx_winsize - 1;
405 pr_warn("Packet beyond last: c=%x q=%x window
351 rxrpc_input_update_ack_window(struct rxrpc_call *call, rxrpc_seq_t window, rxrpc_seq_t wtop) argument
361 rxrpc_input_queue_data(struct rxrpc_call *call, struct sk_buff *skb, rxrpc_seq_t window, rxrpc_seq_t wtop, enum rxrpc_receive_trace why) argument
[all...]
/linux-master/drivers/mtd/devices/
H A Dbcm47xxsflash.h72 void __iomem *window; member in struct:bcm47xxsflash
/linux-master/include/uapi/linux/
H A Dax25.h109 unsigned int window; member in struct:ax25_info_struct
/linux-master/net/ax25/
H A Dax25_ds_in.c37 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
43 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
154 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
157 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
H A Dax25_std_in.c44 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
50 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
86 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
150 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
153 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
275 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW];
278 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW];
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas.h31 * Senders and receivers must each connect to a separate window before they
34 * Each window is described by two types of window contexts:
40 * A window context can be viewed as a set of 64-bit registers. The settings
42 * hardware when messages are sent/received through the window. The registers
45 * the window.
61 * space (hvwc_map and uwc_map). The kernel can then access the window
62 * contexts of a specific window using:
67 * where winid is the window index (0..64K).
69 * As mentioned, a window contex
436 vas_window_pid(struct vas_window *window) argument
[all...]
/linux-master/include/linux/
H A Dlapb.h48 unsigned int window; member in struct:lapb_parms_struct
/linux-master/lib/zstd/compress/
H A Dzstd_opt.c388 const BYTE* const base = ms->window.base;
426 const BYTE* const base = ms->window.base;
427 const BYTE* const dictBase = ms->window.dictBase;
428 const U32 dictLimit = ms->window.dictLimit;
438 * we only need positions that will be in the window at the end of the tree update.
535 const BYTE* const base = ms->window.base;
568 const BYTE* const base = ms->window.base;
579 const BYTE* const dictBase = ms->window.dictBase;
580 U32 const dictLimit = ms->window.dictLimit;
596 const BYTE* const dmsBase = dictMode == ZSTD_dictMatchState ? dms->window
[all...]
H A Dzstd_ldm.c41 * 2. ideally, it has to depend on a window of minMatchLength bytes.
273 BYTE const* const base = ldmState->window.base;
314 U32 const curr = (U32)(anchor - ms->window.base);
326 int const extDict = ZSTD_window_hasExtDict(ldmState->window);
331 U32 const dictLimit = ldmState->window.dictLimit;
332 U32 const lowestIndex = extDict ? ldmState->window.lowLimit : dictLimit;
333 BYTE const* const base = ldmState->window.base;
334 BYTE const* const dictBase = extDict ? ldmState->window.dictBase : NULL;
521 assert(ldmState->window.nextSrc >= (BYTE const*)src + srcSize);
538 if (ZSTD_window_needOverflowCorrection(ldmState->window,
[all...]
H A Dzstd_double_fast.c24 const BYTE* const base = ms->window.base;
60 const BYTE* const base = ms->window.base;
267 const BYTE* const base = ms->window.base;
284 const U32 dictStartIndex = dms->window.dictLimit;
285 const BYTE* const dictBase = dms->window.base;
287 const BYTE* const dictEnd = dms->window.nextSrc;
295 /* if a dictionary is attached, it must be within window range */
296 assert(ms->window.dictLimit + (1U << cParams->windowLog) >= endIndex);
545 const BYTE* const base = ms->window.base;
549 const U32 dictLimit = ms->window
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c27 #define IWL_RATE_MAX_WINDOW 62 /* # tx in history window */
208 static void rs_rate_scale_clear_window(struct iwl_rate_scale_data *window) argument
210 window->data = 0;
211 window->success_counter = 0;
212 window->success_ratio = IWL_INVALID_VALUE;
213 window->counter = 0;
214 window->average_tpt = IWL_INVALID_VALUE;
215 window->stamp = 0;
422 * rs_collect_tx_data - Update the success/failure sliding window
424 * We keep a sliding window o
431 struct iwl_rate_scale_data *window = NULL; local
1382 struct iwl_rate_scale_data *window = &(tbl->win[index]); local
1555 struct iwl_rate_scale_data *window = &(tbl->win[index]); local
1725 struct iwl_rate_scale_data *window = &(tbl->win[index]); local
1893 struct iwl_rate_scale_data *window = &(tbl->win[index]); local
2170 struct iwl_rate_scale_data *window = NULL; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c25 #define IWL_RATE_MAX_WINDOW 62 /* # tx in history window */
531 static void rs_rate_scale_clear_window(struct iwl_rate_scale_data *window) argument
533 window->data = 0;
534 window->success_counter = 0;
535 window->success_ratio = IWL_INVALID_VALUE;
536 window->counter = 0;
537 window->average_tpt = IWL_INVALID_VALUE;
545 IWL_DEBUG_RATE(mvm, "Clearing up window stats\n");
629 * rs_collect_tx_data - Update the success/failure sliding window
631 * We keep a sliding window o
635 _rs_collect_tx_data(struct iwl_mvm *mvm, struct iwl_scale_tbl_info *tbl, int scale_index, int attempts, int successes, struct iwl_rate_scale_data *window) argument
706 struct iwl_rate_scale_data *window = NULL; local
751 struct iwl_rate_scale_data *window = NULL; local
1968 struct iwl_rate_scale_data *window; local
2059 struct iwl_rate_scale_data *window = NULL; local
[all...]
/linux-master/arch/alpha/kernel/
H A Dcore_cia.c308 so use them and read at window 3 base exactly 4 times. Reading
329 cia_prepare_tbia_workaround(int window)
344 *(vip)CIA_IOC_PCI_Wn_BASE(window) = CIA_BROKEN_TBIA_BASE | 3;
345 *(vip)CIA_IOC_PCI_Wn_MASK(window)
347 *(vip)CIA_IOC_PCI_Tn_BASE(window) = virt_to_phys(ppte) >> 2;
555 printk("pci: disabling sg translation window\n");
578 } window[4];
600 saved_config.window[i].w_base = *(vip)CIA_IOC_PCI_Wn_BASE(i);
601 saved_config.window[i].w_mask = *(vip)CIA_IOC_PCI_Wn_MASK(i);
602 saved_config.window[
328 cia_prepare_tbia_workaround(int window) argument
576 } window[4]; member in struct:__anon5
857 const char *window; local
[all...]
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_inflate.c81 &strm->next_in, &avail_in, state->window);
122 if (!state->window || state->wsize == 0) {
/linux-master/tools/testing/selftests/net/
H A Dvrf-xfrm-tests.sh261 replay-window 4 replay-oseq 0x4 \
268 replay-window 4 replay-oseq 0x4 \
276 replay-window 4 replay-oseq 0x4 \
283 replay-window 4 replay-oseq 0x4 \
291 replay-window 4 replay-oseq 0x4 \
298 replay-window 4 replay-oseq 0x4 \
306 replay-window 4 replay-oseq 0x4 \
313 replay-window 4 replay-oseq 0x4 \
/linux-master/include/sound/sof/
H A Dinfo.h101 /* offset in window region as windows can be partitioned */
109 struct sof_ipc_window_elem window[SOF_IPC_MAX_ELEMS]; member in struct:sof_ipc_window
/linux-master/net/netrom/
H A Dnr_subr.c99 * Check that ns is within the receive window.
105 unsigned short vt = (nr->vl + nr->window) % NR_MODULUS;
163 *dptr++ = nr->window;
184 *dptr++ = nr->window;
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dpcu.c684 /* Timer3 marks the end of our ATIM window
685 * a zero length window is not allowed because
728 * ath5k_check_timer_win() - Check if timer B is timer A + window
731 * @window: difference between a and b
734 * This helper function checks if timer B is timer A + window and covers
741 ath5k_check_timer_win(int a, int b, int window, int intval) argument
744 * 1.) usually B should be A + window
749 if ((b - a == window) || /* 1.) */
750 (a - b == intval - window) || /* 2.) */
751 ((a | 0x10000) - b == intval - window) || /*
[all...]
/linux-master/net/tipc/
H A Dgroup.c74 u16 window; member in struct:tipc_member
380 m->window -= len;
382 if (m->window >= ADV_IDLE)
389 if (_m->window > m->window)
431 if (m->window >= len)
464 if (m->window >= len)
735 msg_set_grp_remitted(hdr, m->window);
767 m->window += msg_adv_win(hdr);
795 m->window
[all...]
/linux-master/lib/zlib_inflate/
H A Dinflate.c82 * DFLTCC requires the window to be page aligned.
85 state->window = PTR_ALIGN(&WS(strm)->working_window[0], PAGE_SIZE);
87 state->window = &WS(strm)->working_window[0];
108 Update the window with the last wsize (normally 32K) bytes written before
109 returning. This is only called when a window is already in use, or when
111 stream has not been reached yet. It is also called to window dictionary data
115 advantage, since only the last 32K of output is copied to the sliding window
127 /* copy state->wsize or less output bytes into the circular window */
130 memcpy(state->window, strm->next_out - state->wsize, state->wsize);
137 memcpy(state->window
[all...]
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-ep.c105 dev_err(pcie->dev, "missing outbound window %u\n", i);
119 * from same window, so set page_size to window size
132 struct pci_epc_mem_window *window; local
145 sizeof(*window), GFP_KERNEL);
210 dev_err(pcie->dev, "no free inbound window\n");
293 int window; local
303 window = rcar_pcie_ep_get_window(ep, addr);
304 if (window < 0) {
305 dev_err(pcie->dev, "failed to get corresponding window\
[all...]

Completed in 254 milliseconds

12345678