Searched refs:skip (Results 201 - 225 of 526) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c713 memcpy(adaptive->skip, probs->skip, sizeof(adaptive->skip));
921 memcpy((p1)->skip, (p2)->skip, sizeof((p1)->skip)); \
943 u8 skip[3]; member in struct:tx_and_skip
950 /* buffer the forward-updated TX and skip probs */
/linux-master/net/ceph/
H A Dmessenger_v1.c140 int skip = 0; local
143 skip = con->v1.out_kvec_cur[con->v1.out_kvec_left - 1].iov_len;
144 BUG_ON(con->v1.out_kvec_bytes < skip);
146 con->v1.out_kvec_bytes -= skip;
150 return skip;
1205 int skip = 0; local
1209 ret = ceph_con_in_msg_alloc(con, &con->v1.in_hdr, &skip);
1213 BUG_ON((!con->in_msg) ^ skip);
1214 if (skip) {
1215 /* skip thi
[all...]
/linux-master/tools/perf/ui/
H A Dhist.c656 /* skip sort-only fields ("sort_compute" in perf diff) */
831 bool skip = perf_hpp__should_skip(fmt, hists); local
845 node->skip = skip;
857 if (!skip)
858 node->skip = false;
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dpage_fault_test.c65 bool skip; member in struct:test_desc
654 * This function either succeeds, skips the test (after setting test->skip), or
676 test->skip = true;
695 pr_debug(test->skip ? "Skipped.\n" : "Done.\n");
739 if (!test->skip)
1100 if (t->skip)
/linux-master/net/unix/
H A Daf_unix.c2416 int skip; local
2428 skip = sk_peek_offset(sk, flags);
2430 &skip, &err, &last);
2468 if (size > skb->len - skip)
2469 size = skb->len - skip;
2470 else if (size < skb->len - skip)
2473 err = skb_copy_datagram_msg(skb, skip, msg, size);
2509 err = (flags & MSG_TRUNC) ? skb->len - skip : size;
2703 int skip; local
2730 skip
2907 unix_stream_read_actor(struct sk_buff *skb, int skip, int chunk, struct unix_stream_read_state *state) argument
2953 unix_stream_splice_actor(struct sk_buff *skb, int skip, int chunk, struct unix_stream_read_state *state) argument
[all...]
/linux-master/arch/arm/mm/
H A Dcache-v7.S139 blt skip @ skip if no cache, or just i-cache
170 skip: label
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dmain.c332 goto skip;
340 goto skip;
347 skip:
/linux-master/arch/s390/boot/
H A Dhead.S67 jz .Lagain1 # skip dataset header
70 jz .Lagain1 # skip data set trailer
90 larl %r13,.L_hdr # skip HDRx and EOFx
/linux-master/drivers/pci/
H A Dvpd.c185 unsigned int i, skip; local
204 skip = pos & 3;
206 if (i >= skip) {
/linux-master/drivers/net/ethernet/
H A Dlantiq_xrx200.c198 goto skip;
207 goto skip;
213 skip:
/linux-master/tools/net/ynl/lib/
H A Dnlspec.py550 skip = False
552 skip |= bool(exclude.match(elem['name']))
553 if not skip:
/linux-master/drivers/tty/serdev/
H A Dcore.c731 bool skip; local
743 ret = acpi_quirk_skip_serdev_enumeration(ctrl->host, &skip);
746 if (skip)
/linux-master/net/tls/
H A Dtls_sw.c338 int skip, len; local
349 skip = prot->prepend_size + msg_pl->sg.size;
351 return sk_msg_clone(sk, msg_pl, msg_en, skip, len);
1788 size_t skip,
1798 while (skip && skb) {
1806 if (skip < rxm->full_len)
1809 skip = skip - rxm->full_len;
1816 int chunk = min_t(unsigned int, rxm->full_len - skip, len);
1824 err = skb_copy_datagram_msg(skb, rxm->offset + skip,
1785 process_rx_list(struct tls_sw_context_rx *ctx, struct msghdr *msg, u8 *control, size_t skip, size_t len, bool is_peek, bool *more) argument
[all...]
/linux-master/arch/riscv/kvm/
H A Daia_aplic.c213 goto skip;
217 goto skip;
224 skip:
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S309 bras len_ck |skip to LEN check
379 bgts k_pos |if pos and > 0, skip this
381 blts k_pos |if ILOG >= k, skip this
391 bges iscale |if pos, skip next inst
394 bgts no_inf |if false, skip rest
429 bccs e_next |if zero, skip the mul
544 beqs A11_st |if clear, skip rest
650 bccs l_next |if zero, skip the mul
701 bccs z_next |if zero, skip the mul
709 fbne A14_st |if not, skip thi
[all...]
/linux-master/drivers/pci/controller/
H A Dpci-mvebu.c1273 goto skip;
1291 goto skip;
1295 goto skip;
1303 goto skip;
1361 goto skip;
1372 skip:
/linux-master/drivers/media/i2c/
H A Drj54n1cb0c.c638 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, local
744 skip = min(resize / 1024, 15U);
746 inc_sel = 1 << skip;
750 else if (resize & 1023 && skip < 15)
751 inc_sel |= 1 << (skip + 1);
814 dev_dbg(&client->dev, "Scaled for %dx%d : %u = %ux%u, skip %u\n",
815 *in_w, *in_h, resize, output_w, output_h, skip);
/linux-master/arch/sparc/lib/
H A DM7memcpy.S233 ble,pn %xcc, .Lmedl63 ! skip big loop if less than 64 bytes
258 ble,pt %xcc, .Lmedl31 ! to skip if 31 or fewer bytes left
273 ble,pt %xcc, .Lmedl15 ! skip if 15 or fewer bytes left
286 blt,pt %xcc, .Lmedw7 ! skip if 7 or fewer bytes left
302 bnz,pt %xcc, .Lunalignsetup ! branch to skip if not word aligned
319 ble,pt %xcc, .Lmedw31 ! skip big loop if less than 16
369 blt,pn %xcc, .Lmedw7 ! skip if 7 or fewer bytes left
381 blt,pn %xcc, .Lsmallleft3 ! skip if 3 or fewer bytes left
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S121 # VMX need to write to 16 byte aligned addresses, skip STACK_FRAME_LOCAL(3,0)
/linux-master/tools/thermal/tmon/
H A Dsysfs.c148 static int get_instance_id(char *name, int pos, int skip) argument
159 return atol(ch + skip);
/linux-master/arch/powerpc/boot/
H A Dwrapper586 skip=$overlay_dest seek=$system_reset_kernel \
590 skip=$system_reset_overlay seek=$overlay_dest \
/linux-master/drivers/crypto/marvell/cesa/
H A Dtdma.c356 unsigned int sram_off, size_t buflen, off_t skip,
370 if (!sg_miter_skip(&miter, skip))
354 mv_cesa_sg_copy(struct mv_cesa_engine *engine, struct scatterlist *sgl, unsigned int nents, unsigned int sram_off, size_t buflen, off_t skip, bool to_sram) argument
/linux-master/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c238 goto skip;
257 skip:
/linux-master/drivers/cpufreq/
H A Dpmac32-cpufreq.c205 goto skip;
216 skip:
/linux-master/arch/m68k/kernel/
H A Dentry.S231 bnes 1b | if so, skip resched, signals
244 bnes 1f | if so, skip resched, signals

Completed in 293 milliseconds

1234567891011>>