/kernel/linux/linux-5.10/security/yama/ |
H A D | yama_lsm.c | 183 bool marked = false; in yama_ptracer_del() local 192 marked = true; in yama_ptracer_del() 197 if (marked) in yama_ptracer_del()
|
/kernel/linux/linux-6.6/security/yama/ |
H A D | yama_lsm.c | 183 bool marked = false; in yama_ptracer_del() local 192 marked = true; in yama_ptracer_del() 197 if (marked) in yama_ptracer_del()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_sfb.c | 79 u32 marked; /* ECN mark */ member 396 q->stats.marked++; in sfb_enqueue() 605 .marked = q->stats.marked, in sfb_dump_stats()
|
H A D | sch_choke.c | 87 /* Should packets over max just be dropped (versus marked) */ 465 .marked = q->stats.prob_mark + q->stats.forced_mark, in choke_dump_stats()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_sfb.c | 79 u32 marked; /* ECN mark */ member 396 q->stats.marked++; in sfb_enqueue() 605 .marked = q->stats.marked, in sfb_dump_stats()
|
H A D | sch_choke.c | 86 /* Should packets over max just be dropped (versus marked) */ 464 .marked = q->stats.prob_mark + q->stats.forced_mark, in choke_dump_stats()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
H A D | mmcra_thresh_marked_sample_test.c | 54 * Verify that thresh sel/start/stop, marked, random sample in mmcra_thresh_marked_sample() 64 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, marked) != in mmcra_thresh_marked_sample()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | pkt_sched.h | 176 __u32 marked; member 235 __u32 marked; member 536 __u32 marked; member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | pkt_sched.h | 280 __u32 marked; /* Marked packets */ member 380 __u32 marked; /* Marked packets */ member 756 __u32 marked; member 802 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ 804 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */ 835 __u32 ecn_mark; /* number of packets we ECN marked 964 __u32 ecn_mark; /* packets marked with ecn*/
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | pkt_sched.h | 300 __u32 marked; /* Marked packets */ member 400 __u32 marked; /* Marked packets */ member 776 __u32 marked; member 822 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ 824 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */ 857 __u32 ecn_mark; /* number of packets we ECN marked 1000 __u32 ecn_mark; /* packets marked with ecn*/ 1027 __u32 ecn_mark; /* packets marked with ecn */
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | pkt_sched.h | 300 __u32 marked; /* Marked packets */ member 400 __u32 marked; /* Marked packets */ member 794 __u32 marked; member 840 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ 842 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */ 877 __u32 ecn_mark; /* number of packets we ECN marked 1020 __u32 ecn_mark; /* packets marked with ecn*/ 1047 __u32 ecn_mark; /* packets marked with ecn */
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | pkt_sched.h | 280 __u32 marked; /* Marked packets */ member 380 __u32 marked; /* Marked packets */ member 757 __u32 marked; member 803 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ 805 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */ 836 __u32 ecn_mark; /* number of packets we ECN marked 965 __u32 ecn_mark; /* packets marked with ecn*/
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | pkt_sched.h | 194 __u32 marked; member 277 __u32 marked; member 577 __u32 marked; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | pkt_sched.h | 194 __u32 marked; member 277 __u32 marked; member 577 __u32 marked; member
|
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | mkutf8data.c | 822 int marked; in mark_nodes() local 824 marked = 0; in mark_nodes() 842 marked++; in mark_nodes() 860 marked++; in mark_nodes() 890 marked++; in mark_nodes() 899 marked++; in mark_nodes() 912 marked++; in mark_nodes() 922 marked++; in mark_nodes() 934 printf("Marked %d nodes\n", marked); in mark_nodes() 1088 * If the right node is not marked, in size_nodes() [all...] |
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | mkutf8data.c | 822 int marked; in mark_nodes() local 824 marked = 0; in mark_nodes() 842 marked++; in mark_nodes() 860 marked++; in mark_nodes() 890 marked++; in mark_nodes() 899 marked++; in mark_nodes() 912 marked++; in mark_nodes() 922 marked++; in mark_nodes() 934 printf("Marked %d nodes\n", marked); in mark_nodes() 1088 * If the right node is not marked, in size_nodes() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | core-book3s.c | 270 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in perf_get_misc_flags() local 278 * bits are not set for marked events in power10 in perf_get_misc_flags() 281 if (marked && (ppmu->flags & PPMU_P10_DD1)) { in perf_get_misc_flags() 327 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in perf_read_regs() local 339 * If it is a marked event use the SIAR. in perf_read_regs() 341 * If the PMU doesn't update the SIAR for non marked events use in perf_read_regs() 363 else if (marked) in perf_read_regs() 378 * On processors like P7+ that have the SIAR-Valid bit, marked instructions 387 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in siar_valid() local 389 if (marked) { in siar_valid() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | sch_red.sh | 169 qdisc_stats_get $swp3 11: .marked 264 # limit is misconfigured, we would see this traffic being ECN marked. 269 check_err $? "backlog $backlog / $limit Got $pct% marked packets, expected == 0." 279 check_err $? "backlog $backlog / $limit Got $pct% marked packets, expected >= 95." 345 check_err $? "backlog $backlog / $limit Got $pct% marked packets, expected == 0." 353 check_err $? "backlog $backlog / $limit Got $pct% marked packets, expected == 0." 430 log_test "ECN marked packets mirrored"
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | sch_red.sh | 169 qdisc_stats_get $swp3 11: .marked 264 # limit is misconfigured, we would see this traffic being ECN marked. 269 check_err $? "backlog $backlog / $limit Got $pct% marked packets, expected == 0." 279 check_err $? "backlog $backlog / $limit Got $pct% marked packets, expected >= 95." 345 check_err $? "backlog $backlog / $limit Got $pct% marked packets, expected == 0." 353 check_err $? "backlog $backlog / $limit Got $pct% marked packets, expected == 0." 430 log_test "ECN marked packets mirrored"
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-era-target.c | 700 bool marked; in metadata_digest_transcribe_writeset() local 704 r = writeset_marked_on_disk(&d->info, &d->writeset, b, &marked); in metadata_digest_transcribe_writeset() 710 if (!marked) in metadata_digest_transcribe_writeset() 1540 * block is marked in this era. in era_map()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-era-target.c | 717 bool marked; in metadata_digest_transcribe_writeset() local 721 r = writeset_marked_on_disk(&d->info, &d->writeset, b, &marked); in metadata_digest_transcribe_writeset() 727 if (!marked) in metadata_digest_transcribe_writeset() 1569 * block is marked in this era. in era_map()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-book3s.c | 290 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in perf_read_regs() local 302 * If it is a marked event use the SIAR. in perf_read_regs() 304 * If the PMU doesn't update the SIAR for non marked events use in perf_read_regs() 319 else if (marked) in perf_read_regs() 332 * On processors like P7+ that have the SIAR-Valid bit, marked instructions 341 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in siar_valid() local 343 if (marked) { in siar_valid()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | ibmphp.h | 228 u8 marked; /* for NVRAM */ member
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | ibmphp.h | 228 u8 marked; /* for NVRAM */ member
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdswap.c | 281 unsigned int marked = eb->flags & EBLOCK_FAILED; in mtdswap_handle_write_error() local 288 if (!marked && d->curr_write_pos != 0) { in mtdswap_handle_write_error()
|