/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 570 struct qlcnic_dcb_param *each; in qlcnic_83xx_dcb_query_cee_param() local 597 each = &mbx_out.type[j]; in qlcnic_83xx_dcb_query_cee_param() 599 each->hdr_prio_pfc_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 600 each->hdr_prio_pfc_map[1] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 601 each->prio_pg_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 602 each->prio_pg_map[1] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 603 each->pg_bw_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 604 each->pg_bw_map[1] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 605 each->pg_tsa_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 606 each in qlcnic_83xx_dcb_query_cee_param() 655 qlcnic_dcb_fill_cee_tc_params(struct qlcnic_dcb_mbx_params *mbx, struct qlcnic_dcb_param *each, struct qlcnic_dcb_cee *type) qlcnic_dcb_fill_cee_tc_params() argument 686 qlcnic_dcb_fill_cee_pg_params(struct qlcnic_dcb_param *each, struct qlcnic_dcb_cee *type) qlcnic_dcb_fill_cee_pg_params() argument 710 qlcnic_dcb_fill_cee_app_params(struct qlcnic_adapter *adapter, u8 idx, struct qlcnic_dcb_param *each, struct qlcnic_dcb_cee *type) qlcnic_dcb_fill_cee_app_params() argument 745 struct qlcnic_dcb_param *each = &mbx->type[idx]; qlcnic_dcb_map_cee_params() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 570 struct qlcnic_dcb_param *each; in qlcnic_83xx_dcb_query_cee_param() local 597 each = &mbx_out.type[j]; in qlcnic_83xx_dcb_query_cee_param() 599 each->hdr_prio_pfc_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 600 each->hdr_prio_pfc_map[1] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 601 each->prio_pg_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 602 each->prio_pg_map[1] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 603 each->pg_bw_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 604 each->pg_bw_map[1] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 605 each->pg_tsa_map[0] = cmd.rsp.arg[k++]; in qlcnic_83xx_dcb_query_cee_param() 606 each in qlcnic_83xx_dcb_query_cee_param() 655 qlcnic_dcb_fill_cee_tc_params(struct qlcnic_dcb_mbx_params *mbx, struct qlcnic_dcb_param *each, struct qlcnic_dcb_cee *type) qlcnic_dcb_fill_cee_tc_params() argument 686 qlcnic_dcb_fill_cee_pg_params(struct qlcnic_dcb_param *each, struct qlcnic_dcb_cee *type) qlcnic_dcb_fill_cee_pg_params() argument 710 qlcnic_dcb_fill_cee_app_params(struct qlcnic_adapter *adapter, u8 idx, struct qlcnic_dcb_param *each, struct qlcnic_dcb_cee *type) qlcnic_dcb_fill_cee_app_params() argument 745 struct qlcnic_dcb_param *each = &mbx->type[idx]; qlcnic_dcb_map_cee_params() local [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | stat_bpf_counters_cgrp.sh | 2 # perf stat --bpf-counters --for-each-cgroup test 12 # skip if --bpf-counters --for-each-cgroup is not supported 15 if ! perf stat -a --bpf-counters --for-each-cgroup / true > /dev/null 2>&1; then 17 echo "Skipping: --bpf-counters --for-each-cgroup not supported" 18 perf --no-pager stat -a --bpf-counters --for-each-cgroup / true || true 51 check_system_wide_counted_output=$(perf stat -a --bpf-counters --for-each-cgroup ${test_cgroups} -e cpu-clock -x, sleep 1 2>&1) 63 check_cpu_list_counted_output=$(perf stat -C 0,1 --bpf-counters --for-each-cgroup ${test_cgroups} -e cpu-clock -x, taskset -c 1 sleep 1 2>&1)
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | retpoline.S | 64 #include <asm/GEN-for-each-reg.h> 71 #include <asm/GEN-for-each-reg.h> 93 #include <asm/GEN-for-each-reg.h> 100 #include <asm/GEN-for-each-reg.h> 119 #include <asm/GEN-for-each-reg.h> 126 #include <asm/GEN-for-each-reg.h>
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | info.c | 155 * On success it returns the positive number of bytes of each array element 219 BUG_ON(lens.each == 0); in rds_info_getsockopt() 221 total = lens.nr * lens.each; in rds_info_getsockopt() 230 ret = lens.each; in rds_info_getsockopt()
|
H A D | info.h | 7 unsigned int each; member
|
H A D | stats.c | 141 lens->each = sizeof(struct rds_info_counter); in rds_stats_info()
|
H A D | connection.c | 595 lens->each = sizeof(struct rds6_info_message); in rds_conn_message_info_cmn() 597 lens->each = sizeof(struct rds_info_message); in rds_conn_message_info_cmn() 666 lens->each = item_len; in rds_for_each_conn_info() 704 lens->each = item_len; in rds_walk_conn_path_info()
|
H A D | af_rds.c | 764 lens->each = sizeof(struct rds_info_message); in rds_sock_inc_info() 796 lens->each = sizeof(struct rds6_info_message); in rds6_sock_inc_info() 835 lens->each = sizeof(struct rds_info_socket); in rds_sock_info() 869 lens->each = sizeof(struct rds6_info_socket); in rds6_sock_info()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | info.c | 155 * On success it returns the positive number of bytes of each array element 219 BUG_ON(lens.each == 0); in rds_info_getsockopt() 221 total = lens.nr * lens.each; in rds_info_getsockopt() 230 ret = lens.each; in rds_info_getsockopt()
|
H A D | info.h | 7 unsigned int each; member
|
H A D | stats.c | 141 lens->each = sizeof(struct rds_info_counter); in rds_stats_info()
|
H A D | connection.c | 595 lens->each = sizeof(struct rds6_info_message); in rds_conn_message_info_cmn() 597 lens->each = sizeof(struct rds_info_message); in rds_conn_message_info_cmn() 666 lens->each = item_len; in rds_for_each_conn_info() 704 lens->each = item_len; in rds_walk_conn_path_info()
|
H A D | af_rds.c | 763 lens->each = sizeof(struct rds_info_message); in rds_sock_inc_info() 795 lens->each = sizeof(struct rds6_info_message); in rds6_sock_inc_info() 834 lens->each = sizeof(struct rds_info_socket); in rds_sock_info() 868 lens->each = sizeof(struct rds6_info_socket); in rds6_sock_info()
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | retpoline.S | 61 #include <asm/GEN-for-each-reg.h> 68 #include <asm/GEN-for-each-reg.h>
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | nospec-branch.h | 147 * the optimal version - two calls, each with their own speculation 405 #include <asm/GEN-for-each-reg.h> 410 #include <asm/GEN-for-each-reg.h> 415 #include <asm/GEN-for-each-reg.h>
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-lp55xx-common.c | 496 struct lp55xx_led *each; in lp55xx_register_leds() local 513 each = led + i; in lp55xx_register_leds() 514 ret = lp55xx_init_led(each, chip, i); in lp55xx_register_leds() 519 each->chip = chip; in lp55xx_register_leds() 521 /* setting led current at each channel */ in lp55xx_register_leds() 523 cfg->set_led_current(each, led_current); in lp55xx_register_leds()
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-lp55xx-common.c | 498 struct lp55xx_led *each; in lp55xx_register_leds() local 515 each = led + i; in lp55xx_register_leds() 516 ret = lp55xx_init_led(each, chip, i); in lp55xx_register_leds() 521 each->chip = chip; in lp55xx_register_leds() 523 /* setting led current at each channel */ in lp55xx_register_leds() 525 cfg->set_led_current(each, led_current); in lp55xx_register_leds()
|
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | tlbex.S | 54 ; [All of this dance is to avoid stack switching for each TLB Miss, since we 101 asl r0, r0, L1_CACHE_SHIFT ; each is cache line wide
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | chacha-p10le-8x.S | 19 # row1 = (row1 + row2), row4 = row1 xor row4, row4 rotate each word by 16 20 # row3 = (row3 + row4), row2 = row3 xor row2, row2 rotate each word by 12 21 # row1 = (row1 + row2), row4 = row1 xor row4, row4 rotate each word by 8 22 # row3 = (row3 + row4), row2 = row3 xor row2, row2 rotate each word by 7
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | test_vxlan_nolocalbypass.sh | 173 -P Pause after each test before cleanup
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | nospec-branch.h | 50 * the optimal version — two calls, each with their own speculation 229 #include <asm/GEN-for-each-reg.h>
|
/kernel/linux/linux-5.10/arch/s390/kernel/syscalls/ |
H A D | syscalltbl | 89 * Definitions for sys_call_table, each line represents an
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | irq-s3c24xx-fiq.S | 34 @ each entry starts with a word entry of how long it is
|
/kernel/linux/linux-6.6/arch/s390/kernel/syscalls/ |
H A D | syscalltbl | 89 * Definitions for sys_call_table, each line represents an
|