/kernel/linux/linux-5.10/lib/zlib_deflate/ |
H A D | deflate.c | 99 /* Minimum amount of lookahead, except at the end of the input file. 405 if (strm->avail_in != 0 || s->lookahead != 0 || in zlib_deflate() 540 s->lookahead = 0; in lm_init() 553 * OUT assertion: the match length is not greater than s->lookahead. 602 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match() 604 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); in longest_match() 624 * lookahead only every 4th comparison; the 128th check will be made in longest_match() 627 * to check more often for insufficient lookahead. in longest_match() 662 /* We check for insufficient lookahead onl in longest_match() [all...] |
H A D | defutil.h | 136 uInt lookahead; /* number of valid bytes ahead in window */ member 264 /* Minimum amount of lookahead, except at the end of the input file.
|
/kernel/linux/linux-6.6/lib/zlib_deflate/ |
H A D | deflate.c | 99 /* Minimum amount of lookahead, except at the end of the input file. 405 if (strm->avail_in != 0 || s->lookahead != 0 || in zlib_deflate() 547 s->lookahead = 0; in lm_init() 560 * OUT assertion: the match length is not greater than s->lookahead. 609 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match() 611 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); in longest_match() 631 * lookahead only every 4th comparison; the 128th check will be made in longest_match() 634 * to check more often for insufficient lookahead. in longest_match() 669 /* We check for insufficient lookahead onl in longest_match() [all...] |
H A D | defutil.h | 136 uInt lookahead; /* number of valid bytes ahead in window */ member 264 /* Minimum amount of lookahead, except at the end of the input file.
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_buffer.c | 108 p->lookahead = 0; in tty_buffer_reset() 238 buf->head->lookahead = buf->head->read; in tty_buffer_flush() 399 head->lookahead = max(head->lookahead, head->read); in lookahead_bufs() 415 count = smp_load_acquire(&head->commit) - head->lookahead; in lookahead_bufs() 424 p = char_buf_ptr(head, head->lookahead); in lookahead_bufs() 426 f = flag_buf_ptr(head, head->lookahead); in lookahead_bufs() 431 head->lookahead += count; in lookahead_bufs()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty_buffer.h | 18 unsigned int lookahead; /* Lazy update on recv, can become less than "read" */ member
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | zmap.c | 119 erofs_off_t pos, bool lookahead) in unpack_compacted_index() 153 if (lookahead) in unpack_compacted_index() 226 unsigned long lcn, bool lookahead) in z_erofs_load_compact_lcluster() 273 return unpack_compacted_index(m, amortizedshift, pos, lookahead); in z_erofs_load_compact_lcluster() 277 unsigned int lcn, bool lookahead) in z_erofs_load_lcluster_from_disk() 283 return z_erofs_load_compact_lcluster(m, lcn, lookahead); in z_erofs_load_lcluster_from_disk() 117 unpack_compacted_index(struct z_erofs_maprecorder *m, unsigned int amortizedshift, erofs_off_t pos, bool lookahead) unpack_compacted_index() argument 225 z_erofs_load_compact_lcluster(struct z_erofs_maprecorder *m, unsigned long lcn, bool lookahead) z_erofs_load_compact_lcluster() argument 276 z_erofs_load_lcluster_from_disk(struct z_erofs_maprecorder *m, unsigned int lcn, bool lookahead) z_erofs_load_lcluster_from_disk() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | sdio.c | 456 /* Only read lookahead's from RX trailers in ath10k_sdio_mbox_rx_process_packets() 743 /* Copy the lookahead obtained from the HTC register table into our in ath10k_sdio_mbox_rxmsg_pending_handler() 770 * n_lookaheads depending on if the packets contain lookahead in ath10k_sdio_mbox_rxmsg_pending_handler() 930 u32 *lookahead) in ath10k_sdio_mbox_read_int_status() 941 *lookahead = 0; in ath10k_sdio_mbox_read_int_status() 958 * registers and the lookahead registers. in ath10k_sdio_mbox_read_int_status() 974 *lookahead = 0; in ath10k_sdio_mbox_read_int_status() 984 *lookahead = le32_to_cpu( in ath10k_sdio_mbox_read_int_status() 986 if (!*lookahead) in ath10k_sdio_mbox_read_int_status() 987 ath10k_warn(ar, "sdio mbox lookahead i in ath10k_sdio_mbox_read_int_status() 928 ath10k_sdio_mbox_read_int_status(struct ath10k *ar, u8 *host_int_status, u32 *lookahead) ath10k_sdio_mbox_read_int_status() argument 999 u32 lookahead; ath10k_sdio_mbox_proc_pending_irqs() local [all...] |
H A D | htc.h | 235 u8 lookahead[4]; member 243 u8 lookahead[4]; member
|
H A D | htc.c | 281 /* Invalid lookahead flags are actually transmitted by in ath10k_htc_process_lookahead() 284 * the lookahead in this case in ath10k_htc_process_lookahead() 291 "htc rx lookahead found pre_valid 0x%x post_valid 0x%x\n", in ath10k_htc_process_lookahead() 295 memcpy((u8 *)next_lookaheads, report->lookahead, 4); in ath10k_htc_process_lookahead() 315 ath10k_warn(ar, "Invalid lookahead bundle count: %d\n", in ath10k_htc_process_lookahead_bundle() 325 report->lookahead, 4); in ath10k_htc_process_lookahead_bundle()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | sdio.c | 456 /* Only read lookahead's from RX trailers in ath10k_sdio_mbox_rx_process_packets() 743 /* Copy the lookahead obtained from the HTC register table into our in ath10k_sdio_mbox_rxmsg_pending_handler() 770 * n_lookaheads depending on if the packets contain lookahead in ath10k_sdio_mbox_rxmsg_pending_handler() 930 u32 *lookahead) in ath10k_sdio_mbox_read_int_status() 941 *lookahead = 0; in ath10k_sdio_mbox_read_int_status() 958 * registers and the lookahead registers. in ath10k_sdio_mbox_read_int_status() 974 *lookahead = 0; in ath10k_sdio_mbox_read_int_status() 984 *lookahead = le32_to_cpu( in ath10k_sdio_mbox_read_int_status() 986 if (!*lookahead) in ath10k_sdio_mbox_read_int_status() 987 ath10k_warn(ar, "sdio mbox lookahead i in ath10k_sdio_mbox_read_int_status() 928 ath10k_sdio_mbox_read_int_status(struct ath10k *ar, u8 *host_int_status, u32 *lookahead) ath10k_sdio_mbox_read_int_status() argument 999 u32 lookahead; ath10k_sdio_mbox_proc_pending_irqs() local [all...] |
H A D | htc.h | 235 u8 lookahead[4]; member 243 u8 lookahead[4]; member
|
H A D | htc.c | 290 /* Invalid lookahead flags are actually transmitted by in ath10k_htc_process_lookahead() 293 * the lookahead in this case in ath10k_htc_process_lookahead() 300 "htc rx lookahead found pre_valid 0x%x post_valid 0x%x\n", in ath10k_htc_process_lookahead() 304 memcpy((u8 *)next_lookaheads, report->lookahead, 4); in ath10k_htc_process_lookahead() 324 ath10k_warn(ar, "Invalid lookahead bundle count: %d\n", in ath10k_htc_process_lookahead_bundle() 334 report->lookahead, 4); in ath10k_htc_process_lookahead_bundle()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | processor_32.h | 82 unsigned char lookahead; member
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | processor_32.h | 82 unsigned char lookahead; member
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | fpu_system.h | 87 #define FPU_lookahead (I387->soft.lookahead)
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | fpu_system.h | 87 #define FPU_lookahead (I387->soft.lookahead)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/ |
H A D | types.h | 91 u8 lookahead; member
|
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.h | 243 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member
|
H A D | intel-pt-decoder.c | 107 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member 256 decoder->lookahead = params->lookahead; in intel_pt_decoder_new() 3217 * intel_pt_ff_cb - fast forward lookahead callback. 3223 * Return: 1 (stop lookahead) if @buffer trace is past the fast forward 3277 err = decoder->lookahead(decoder->data, intel_pt_ff_cb, &d); in intel_pt_fast_forward()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/fpu/ |
H A D | types.h | 91 u8 lookahead; member
|
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.h | 279 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member
|
H A D | intel-pt-decoder.c | 123 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data); member 320 decoder->lookahead = params->lookahead; in intel_pt_decoder_new() 4399 * intel_pt_ff_cb - fast forward lookahead callback. 4405 * Return: 1 (stop lookahead) if @buffer trace is past the fast forward 4459 err = decoder->lookahead(decoder->data, intel_pt_ff_cb, &d); in intel_pt_fast_forward()
|
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 3198 int lookahead = 3; in build_detached_freelist() local 3254 if (!--lookahead) in build_detached_freelist()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 3859 int lookahead = 3; in build_detached_freelist() local 3907 if (!--lookahead) in build_detached_freelist()
|