/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | rcar_jpu.c | 597 static void skip(struct jpeg_buffer *buf, unsigned long len) in skip() function 622 /* skip preceding filler bytes */ in jpu_parse_hdr() 635 skip(&jpeg_buffer, 3); /* segment length and bpp */ in jpu_parse_hdr() 641 skip(&jpeg_buffer, 1); in jpu_parse_hdr() 650 skip(&jpeg_buffer, (long)word - 2); in jpu_parse_hdr()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_taprio.c | 1072 goto skip; in taprio_set_picos_per_byte() 1077 skip: in taprio_set_picos_per_byte() 1960 arg->count = arg->skip; in taprio_walk() 1961 for (ntx = arg->skip; ntx < dev->num_tx_queues; ntx++) { in taprio_walk()
|
H A D | sch_api.c | 792 * counter is screwed and we skip notification because in qdisc_tree_reduce_backlog() 1066 goto skip; in qdisc_graft() 1082 skip: in qdisc_graft() 1396 arg.w.stop = arg.w.skip = arg.w.count = 0; in check_loop() 2212 arg.w.skip = cb->args[1]; in tc_dump_tclass_qdisc()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.c | 1258 u16 skip; in tomoyo_print_condition() local 1260 for (skip = 0; skip < head->r.cond_index; skip++) { in tomoyo_print_condition()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-diff.c | 1361 hpp->skip = true; in cycles_printf() 1410 hpp->skip = true; in __hpp__color_compare() 1528 hpp->skip = true; in hpp__color_cycles_hist() 1537 hpp->skip = true; in hpp__color_cycles_hist()
|
/kernel/linux/linux-5.10/mm/ |
H A D | filemap.c | 1893 * the compound page as a whole, and then skip its extent, than repeatedly 2516 goto out; /* skip atime */ in generic_file_read_iter() 2870 goto skip; in filemap_map_pages() 2876 goto skip; in filemap_map_pages() 2878 goto skip; in filemap_map_pages() 2900 skip: in filemap_map_pages()
|
H A D | compaction.c | 152 /* Do not skip compaction more than 64 times */ 274 * If skip is already cleared do no further checking once the in __reset_isolation_pfn() 281 * If clearing skip for the target scanner, do not select a in __reset_isolation_pfn() 349 * Walk the zone and update pageblock skip information. Source looks in __reset_isolation_suitable() 402 * Sets the pageblock skip bit if it was clear. Note that this is a hint as 408 bool skip; in test_and_set_skip() local 410 /* Do no update if skip hint is being ignored */ in test_and_set_skip() 417 skip = get_pageblock_skip(page); in test_and_set_skip() 418 if (!skip && !cc->no_set_skip_hint) in test_and_set_skip() 421 return skip; in test_and_set_skip() [all...] |
H A D | khugepaged.c | 1498 /* empty pte, skip */ in collapse_pte_mapped_thp() 2145 skip: 2152 goto skip; 2154 goto skip; 2159 goto skip;
|
/kernel/linux/linux-5.10/fs/ |
H A D | userfaultfd.c | 384 * follow_hugetlb_page() to skip missing pages in the in handle_userfault() 1403 goto skip; in userfaultfd_register() 1439 skip: in userfaultfd_register() 1560 goto skip; in userfaultfd_unregister() 1609 skip: in userfaultfd_unregister()
|
/kernel/linux/linux-6.6/fs/ |
H A D | userfaultfd.c | 427 * hugetlb_follow_page_mask() to skip missing pages in the in handle_userfault() 1474 goto skip; in userfaultfd_register() 1515 skip: in userfaultfd_register() 1641 goto skip; in userfaultfd_unregister() 1696 skip: in userfaultfd_unregister()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
H A D | rcar_jpu.c | 590 static void skip(struct jpeg_buffer *buf, unsigned long len) in skip() function 616 /* skip preceding filler bytes */ in jpu_parse_hdr() 629 skip(&jpeg_buffer, 3); /* segment length and bpp */ in jpu_parse_hdr() 635 skip(&jpeg_buffer, 1); in jpu_parse_hdr() 644 skip(&jpeg_buffer, (long)word - 2); in jpu_parse_hdr()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_hangcheck.c | 580 goto skip; in igt_reset_fail_engine() 670 skip: in igt_reset_fail_engine() 772 goto skip; in __igt_reset_engine() 785 skip: in __igt_reset_engine()
|
H A D | intel_engine_cs.c | 2022 bool skip = false; in hexdump() local 2029 if (!skip) { in hexdump() 2031 skip = true; in hexdump() 2043 skip = false; in hexdump()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 1364 hpp->skip = true; in cycles_printf() 1413 hpp->skip = true; in __hpp__color_compare() 1531 hpp->skip = true; in hpp__color_cycles_hist() 1540 hpp->skip = true; in hpp__color_cycles_hist()
|
H A D | builtin-lock.c | 941 int skip = 0; in lock_contention_caller() local 972 /* skip first few entries - for lock functions */ in lock_contention_caller() 973 if (++skip <= stack_skip) in lock_contention_caller() 995 int skip = 0; in callchain_id() local 1020 /* skip first few entries - for lock functions */ in callchain_id() 1021 if (++skip <= stack_skip) in callchain_id() 2527 OPT_INTEGER(0, "stack-skip", &stack_skip, in cmd_lock() 2528 "Set the number of stack depth to skip when finding a lock caller, " in cmd_lock()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_api.c | 803 * counter is screwed and we skip notification because in qdisc_tree_reduce_backlog() 1113 goto skip; in qdisc_graft() 1137 skip: in qdisc_graft() 1434 arg.w.stop = arg.w.skip = arg.w.count = 0; in check_loop() 2239 arg.w.skip = cb->args[1]; in tc_dump_tclass_qdisc()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.c | 1250 u16 skip; in tomoyo_print_condition() local 1252 for (skip = 0; skip < head->r.cond_index; skip++) { in tomoyo_print_condition()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm_adsp.c | 636 int skip = 0; in wm_adsp_control_add() local 643 skip = cs_ctl->subname_len - avail; in wm_adsp_control_add() 646 " %.*s", cs_ctl->subname_len - skip, cs_ctl->subname + skip); in wm_adsp_control_add()
|
/kernel/linux/linux-6.6/mm/ |
H A D | compaction.c | 145 /* Do not skip compaction more than 64 times */ 319 * If skip is already cleared do no further checking once the in __reset_isolation_pfn() 326 * If clearing skip for the target scanner, do not select a in __reset_isolation_pfn() 391 * Walk the zone and update pageblock skip information. Source looks in __reset_isolation_suitable() 444 * Sets the pageblock skip bit if it was clear. Note that this is a hint as 449 bool skip; in test_and_set_skip() local 451 /* Do not update if skip hint is being ignored */ in test_and_set_skip() 455 skip = get_pageblock_skip(page); in test_and_set_skip() 456 if (!skip && !cc->no_set_skip_hint) in test_and_set_skip() 459 return skip; in test_and_set_skip() [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | messenger.c | 2057 * On success, if we set *skip = 1: 2060 * or if we set *skip = 0: 2066 struct ceph_msg_header *hdr, int *skip) in ceph_con_in_msg_alloc() 2076 msg = con->ops->alloc_msg(con, hdr, skip); in ceph_con_in_msg_alloc() 2084 BUG_ON(*skip); in ceph_con_in_msg_alloc() 2089 * Null message pointer means either we should skip in ceph_con_in_msg_alloc() 2093 if (*skip) in ceph_con_in_msg_alloc() 2065 ceph_con_in_msg_alloc(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) ceph_con_in_msg_alloc() argument
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | datapath.c | 799 /* If OVS_FLOW_ATTR_ACTIONS doesn't fit, skip dumping the actions if in ovs_flow_cmd_fill_actions() 1910 int skip = cb->args[0]; in ovs_dp_cmd_dump() local 1915 if (i >= skip && in ovs_dp_cmd_dump() 2355 int bucket = cb->args[0], skip = cb->args[1]; in ovs_vport_cmd_dump() local 2369 if (j >= skip && in ovs_vport_cmd_dump() 2381 skip = 0; in ovs_vport_cmd_dump()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_make_chunk.c | 3526 struct sctp_fwdtsn_skip skip; in sctp_make_fwdtsn() local 3542 skip.stream = skiplist[i].stream; in sctp_make_fwdtsn() 3543 skip.ssn = skiplist[i].ssn; in sctp_make_fwdtsn() 3544 sctp_addto_chunk(retval, sizeof(skip), &skip); in sctp_make_fwdtsn()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.c | 904 bool (skip)(struct dso *dso, int parm), int parm) in machine__fprintf_dsos_buildid() 906 return __dsos__fprintf_buildid(&m->dsos.head, fp, skip, parm); in machine__fprintf_dsos_buildid() 910 bool (skip)(struct dso *dso, int parm), int parm) in machines__fprintf_dsos_buildid() 913 size_t ret = machine__fprintf_dsos_buildid(&machines->host, fp, skip, parm); in machines__fprintf_dsos_buildid() 917 ret += machine__fprintf_dsos_buildid(pos, fp, skip, parm); in machines__fprintf_dsos_buildid() 2687 * Based on DWARF debug information, some architectures skip in thread__resolve_callchain_sample()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_io.c | 1394 goto skip; in qlcnic_process_rcv_ring() 1396 goto skip; in qlcnic_process_rcv_ring() 1404 skip: in qlcnic_process_rcv_ring() 1913 goto skip; in qlcnic_83xx_process_rcv_ring() 1920 skip: in qlcnic_83xx_process_rcv_ring()
|
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk.c | 759 * Extract and skip the syslog prefix <[0-9]*>. Coming from userspace in devkmsg_write() 1593 size_t skip; in syslog_print() local 1612 skip = syslog_partial; in syslog_print() 1630 err = copy_to_user(buf, text + skip, n); in syslog_print() 2914 goto skip; in console_emit_next_record() 2947 skip: in console_emit_next_record() 3280 pr_info("debug: skip boot console de-registration.\n"); in keep_bootcon_setup()
|