Searched refs:to_skip (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/ |
H A D | coredump.c | 771 if (cprm.to_skip) { in do_coredump() 772 cprm.to_skip--; in do_coredump() 845 if (cprm->to_skip) { in dump_emit() 846 if (!__dump_skip(cprm, cprm->to_skip)) in dump_emit() 848 cprm->to_skip = 0; in dump_emit() 856 cprm->to_skip = pos - cprm->pos; in dump_skip_to() 862 cprm->to_skip += nr; in dump_skip() 875 if (cprm->to_skip) { in dump_emit_page() 876 if (!__dump_skip(cprm, cprm->to_skip)) in dump_emit_page() 878 cprm->to_skip = 0; in dump_emit_page() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | test_project_page.py | 166 to_skip = kwargs.get('to_skip', []) 171 if row_to_show not in to_skip: 433 to_skip=[150], 506 to_skip=[150], 585 to_skip=[150], 633 to_skip=[150],
|
/openbmc/linux/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx.c | 437 if (sd->to_skip) { in stv06xx_pkt_scan() 438 int skip = (sd->to_skip < chunk_len) ? in stv06xx_pkt_scan() 439 sd->to_skip : chunk_len; in stv06xx_pkt_scan() 443 sd->to_skip -= skip; in stv06xx_pkt_scan() 461 sd->to_skip = gspca_dev->pixfmt.width * 4; in stv06xx_pkt_scan()
|
H A D | stv06xx.h | 84 int to_skip; member
|
/openbmc/linux/include/linux/ |
H A D | coredump.h | 27 loff_t to_skip; member
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_buffer_mgr.h | 68 u32 to_skip, u32 end, enum cc_sg_cpy_direct direct);
|
H A D | cc_buffer_mgr.c | 107 u32 to_skip, u32 end, enum cc_sg_cpy_direct direct) in cc_copy_sg_portion() argument 112 sg_copy_buffer(sg, nents, dest, (end - to_skip + 1), to_skip, in cc_copy_sg_portion()
|