/linux/crypto/ |
H A D | twofish_common.c | 529 #define CALC_K_2(a, b, c, d, j) \ argument 535 #define CALC_K(a, j, k, l, m, n) \ argument 542 #define CALC_K192_2(a, b, c, d, j) \ argument 548 #define CALC_K192(a, j, k, l, m, n) \ argument 555 #define CALC_K256_2(a, b, j) \ argument 561 #define CALC_K256(a, j, k, l, m, n) \ argument 572 int i, j, k; in __twofish_setkey() local
|
/linux/lib/crypto/x86/ |
H A D | sha1-avx2-asm.S | 502 .set j, 0 define 505 .set j, j+2 define 518 .set j, j+2 define 532 .set j, j+2 define 553 .set j, 0 define 556 .set j, j+2 define 566 .set j, j+2 define 576 .set j, j+2 define 591 .set j, j+2 define
|
/linux/kernel/rcu/ |
H A D | tree_stall.h | 203 unsigned long j = jiffies; in record_gp_stall_check_time() local 229 unsigned long j; in rcu_stall_kick_kthreads() local 450 unsigned long j = jiffies - READ_ONCE(rcu_state.gp_activity); in rcu_is_gp_kthread_starving() local 461 unsigned long j; in rcu_is_rcuc_kthread_starving() local 526 unsigned long j; in print_cpu_stall_info() local 573 unsigned long j; in rcu_check_gp_kthread_starvation() local 636 unsigned long j; in print_other_cpu_stall() local 779 unsigned long j; in check_cpu_stall() local 939 unsigned long j; in show_rcu_gp_kthreads() local 1007 unsigned long j; in rcu_check_gp_start_stall() local [all …]
|
/linux/drivers/md/bcache/ |
H A D | bset.c | 371 static unsigned int inorder_next(unsigned int j, unsigned int size) in inorder_next() 388 static unsigned int inorder_prev(unsigned int j, unsigned int size) in inorder_prev() 415 static unsigned int __to_inorder(unsigned int j, in __to_inorder() 437 static unsigned int to_inorder(unsigned int j, struct bset_tree *t) in to_inorder() 442 static unsigned int __inorder_to_tree(unsigned int j, in __inorder_to_tree() 463 static unsigned int inorder_to_tree(unsigned int j, struct bset_tree *t) in inorder_to_tree() 544 static struct bkey *tree_to_bkey(struct bset_tree *t, unsigned int j) in tree_to_bkey() 549 static struct bkey *tree_to_prev_bkey(struct bset_tree *t, unsigned int j) in tree_to_prev_bkey() 592 static void make_bfloat(struct bset_tree *t, unsigned int j) in make_bfloat() 640 unsigned int j = roundup(t[-1].size, in bset_alloc_tree() local [all …]
|
/linux/drivers/sh/intc/ |
H A D | handle.c | 22 unsigned int i, j; in intc_grp_id() local 93 unsigned int j = 0; in intc_get_mask_handle() local 162 unsigned int j = 0; in intc_get_prio_handle() local 179 unsigned int i, j, fn, mode; in intc_ack_data() local 235 unsigned int i, j, data; in intc_enable_disable_enum() local 262 unsigned int i, j, fn, bit; in intc_get_sense_handle() local
|
/linux/scripts/dtc/ |
H A D | util.h | 17 #define PRINTF(i, j) __attribute__((format (__MINGW_PRINTF_FORMAT, i, j))) argument 19 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) argument 21 #define PRINTF(i, j) __attribute__((format (printf, i, j))) argument 25 #define PRINTF(i, j) argument
|
/linux/net/ipv4/ |
H A D | udp_tunnel_nic.c | 136 unsigned int i, j; in udp_tunnel_nic_is_empty() local 149 unsigned int i, j; in udp_tunnel_nic_should_replay() local 245 unsigned int i, j; udp_tunnel_nic_device_sync_by_port() local 257 unsigned int i, j; udp_tunnel_nic_device_sync_by_table() local 342 unsigned int i, j; udp_tunnel_nic_has_collision() local 425 unsigned int i, j; udp_tunnel_nic_try_existing() local 460 unsigned int i, j; udp_tunnel_nic_add_new() local 547 unsigned int i, j; __udp_tunnel_nic_reset_ntf() local 583 unsigned int j; __udp_tunnel_nic_dump_size() local 610 unsigned int j; __udp_tunnel_nic_dump_write() local 684 unsigned int i, j; udp_tunnel_nic_flush() local 708 unsigned int i, j; udp_tunnel_nic_replay() local [all...] |
/linux/drivers/video/logo/ |
H A D | pnmtologo.c | 124 unsigned int i, j; in read_image() local 279 unsigned int i, j; in write_logo_mono() local 307 unsigned int i, j, k; in write_logo_vga16() local 347 unsigned int i, j, k; in write_logo_clut224() local 393 unsigned int i, j; in write_logo_gray256() local
|
/linux/lib/raid6/test/ |
H A D | test.c | 30 int i, j; in makedata() local 52 static int test_disks(int i, int j) in test_disks() 91 int i, j, p1, p2; in main() local
|
/linux/tools/testing/selftests/powerpc/math/ |
H A D | vmx_signal.c | 52 int j; in signal_vmx_sig() local 74 int i, j; in signal_vmx_c() local 95 int i, j, rc, threads; in test_signal_vmx() local
|
/linux/drivers/scsi/isci/ |
H A D | probe_roms.c | 46 int j; in isci_request_oprom() local 118 int i, j; in isci_request_firmware() local 173 int j; in isci_get_efi_var() local
|
/linux/tools/testing/selftests/net/ |
H A D | reuseaddr_ports_exhausted.c | 84 int i, j, fd[2]; in TEST() local 104 int i, j, fd[2]; in TEST() local 129 int i, j, ret, fd[2]; in TEST() local
|
/linux/drivers/net/ethernet/sunplus/ |
H A D | spl2sw_desc.c | 17 u32 i, j; in spl2sw_rx_descs_flush() local 64 u32 i, j; in spl2sw_rx_descs_clean() local 129 u32 i, j; in spl2sw_rx_descs_init() local
|
/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_buffer_fill.c | 31 int i, j, item; in check_buffer_by_byte() local 67 int i, j, item, last_index; in check_buffer_underflow_by_byte() local 162 int i, j, item, last_index; in check_buffer_overflow_by_byte() local 264 int j, result = KSFT_PASS; in check_buffer_by_block_iterate() local
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_32.c | 62 unsigned int j, k; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() local 1651 int i, j, start_state; in mode_support_configuration() local 1727 int i, j, start_state; in dml32_ModeSupportAndSystemConfigurationFull() local
|
/linux/drivers/acpi/acpica/ |
H A D | tbxface.c | 137 u32 i, j; in ACPI_EXPORT_SYMBOL_INIT() local 220 u32 j; in ACPI_EXPORT_SYMBOL_INIT() local 301 u32 j; in ACPI_EXPORT_SYMBOL() local
|
/linux/drivers/net/can/softing/ |
H A D | softing_main.c | 117 int j; in softing_netdev_start_xmit() local 166 int j; in softing_handle_1() local 322 int j, offset, work_done; in softing_irq_thread() local 473 int ret, j; in softing_card_boot() local 735 int j; in softing_pdev_remove() local 760 int j; in softing_pdev_probe() local
|
/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 199 int i, j; in quantize_intra() local 215 int i, j; in dequantize_intra() local 225 int i, j; in quantize_inter() local 241 int i, j; in dequantize_inter() local 580 int i, j; in fill_encoder_block() local 646 int i, j; in fill_decoder_block() local 695 unsigned int i, j; in encode_plane() local 844 unsigned int i, j; in decode_plane() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv30.c | 66 calc_bias(struct nvkm_fb *fb, int k, int i, int j) in calc_bias() 80 int j, x = 0; in calc_ref() local 95 int i, j; in nv30_fb_init() local
|
/linux/lib/ |
H A D | test_xarray.c | 149 unsigned long i, j; in check_xa_load() local 549 unsigned long i, j; in check_xas_erase() local 653 unsigned long i, j, k; in check_multi_store() local 1144 unsigned int i, j; in check_store_iter() local 1215 unsigned int i, j; in check_multi_find_2() local 1252 unsigned long i, j, k; in check_find_1() local 1301 unsigned long i, j, index; in check_find_2() local 1322 unsigned long i, j, k; in check_find_3() local 1821 unsigned long i, j; in check_store_range() local 2089 unsigned long i, j; in check_get_order() local [all …]
|
/linux/drivers/platform/x86/amd/pmf/ |
H A D | sps.c | 62 int i, j; in amd_pmf_dump_sps_defaults() local 87 unsigned int i, j; in amd_pmf_dump_sps_defaults_v2() local 151 unsigned int i, j; in amd_pmf_load_defaults_sps_v2() local 169 int i, j, idx = 0; in amd_pmf_load_defaults_sps() local
|
/linux/drivers/video/fbdev/core/ |
H A D | fbcon_rotate.h | 42 int i, j; in rotate_ud() local 60 int i, j, h = height, w = width; in rotate_cw() local 78 int i, j, h = height, w = width; in rotate_ccw() local
|
/linux/fs/nfs/filelayout/ |
H A D | filelayoutdev.c | 154 int j; in nfs4_fl_alloc_deviceid_node() local 236 nfs4_fl_calc_ds_index(struct pnfs_layout_segment *lseg, u32 j) in nfs4_fl_calc_ds_index() 242 nfs4_fl_select_ds_fh(struct pnfs_layout_segment *lseg, u32 j) in nfs4_fl_select_ds_fh()
|
/linux/drivers/misc/altera-stapl/ |
H A D | altera-jtag.c | 122 u32 j; in altera_set_dr_pre() local 160 u32 j; in altera_set_ir_pre() local 198 u32 j; in altera_set_dr_post() local 238 u32 j; in altera_set_ir_post() local 403 u32 i, j, k; in altera_concatenate_data() local 569 u32 j; in altera_extract_target_data() local
|
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calc_auto.c | 124 int j; in mode_support_and_system_configuration() local 1019 int j; in display_pipe_configuration() local
|