| /linux/fs/bcachefs/ |
| A D | journal.c | 101 journal_seq_to_buf(struct journal *j, u64 seq) in journal_seq_to_buf() 186 void bch2_journal_do_writes(struct journal *j) in bch2_journal_do_writes() 304 void bch2_journal_halt(struct journal *j) in bch2_journal_halt() 471 static void journal_quiesce(struct journal *j) in journal_quiesce() 791 int bch2_journal_flush(struct journal *j) in bch2_journal_flush() 834 int bch2_journal_meta(struct journal *j) in bch2_journal_meta() 861 void bch2_journal_unblock(struct journal *j) in bch2_journal_unblock() 870 void bch2_journal_block(struct journal *j) in bch2_journal_block() 1182 void bch2_fs_journal_stop(struct journal *j) in bch2_fs_journal_stop() 1369 void bch2_fs_journal_exit(struct journal *j) in bch2_fs_journal_exit() [all …]
|
| A D | journal_reclaim.c | 54 void bch2_journal_set_watermark(struct journal *j) in bch2_journal_set_watermark() 170 void bch2_journal_space_available(struct journal *j) in bch2_journal_space_available() 270 void bch2_journal_do_discards(struct journal *j) in bch2_journal_do_discards() 304 void bch2_journal_reclaim_fast(struct journal *j) in bch2_journal_reclaim_fast() 364 void bch2_journal_pin_drop(struct journal *j, in bch2_journal_pin_drop() 403 void bch2_journal_pin_copy(struct journal *j, in bch2_journal_pin_copy() 485 journal_get_next_pin(struct journal *j, in journal_get_next_pin() 717 int bch2_journal_reclaim(struct journal *j) in bch2_journal_reclaim() 724 struct journal *j = arg; in bch2_journal_reclaim_thread() local 774 void bch2_journal_reclaim_stop(struct journal *j) in bch2_journal_reclaim_stop() [all …]
|
| A D | journal.h | 118 static inline void journal_wake(struct journal *j) in journal_wake() 131 static inline u64 journal_last_seq(struct journal *j) in journal_last_seq() 136 static inline u64 journal_cur_seq(struct journal *j) in journal_cur_seq() 141 static inline u64 journal_last_unwritten_seq(struct journal *j) in journal_last_unwritten_seq() 174 static inline int journal_entry_overhead(struct journal *j) in journal_entry_overhead() 194 journal_res_entry(struct journal *j, struct journal_res *res) in journal_res_entry() 224 bch2_journal_add_entry(struct journal *j, struct journal_res *res, in bch2_journal_add_entry() 239 static inline bool journal_entry_empty(struct jset *j) in journal_entry_empty() 295 static inline void bch2_journal_res_put(struct journal *j, in bch2_journal_res_put() 325 static inline int journal_res_get_fast(struct journal *j, in journal_res_get_fast() [all …]
|
| A D | journal_reclaim.h | 7 static inline void journal_reclaim_kick(struct journal *j) in journal_reclaim_kick() 28 journal_seq_pin(struct journal *j, u64 seq) in journal_seq_pin() 43 static inline void bch2_journal_pin_add(struct journal *j, u64 seq, in bch2_journal_pin_add() 56 static inline void bch2_journal_pin_update(struct journal *j, u64 seq, in bch2_journal_pin_update() 74 static inline bool bch2_journal_flush_all_pins(struct journal *j) in bch2_journal_flush_all_pins()
|
| A D | journal_sb.h | 6 static inline unsigned bch2_nr_journal_buckets(struct bch_sb_field_journal *j) in bch2_nr_journal_buckets() 13 static inline unsigned bch2_sb_field_journal_v2_nr_entries(struct bch_sb_field_journal_v2 *j) in bch2_sb_field_journal_v2_nr_entries()
|
| /linux/kernel/rcu/ |
| A D | tree_stall.h | 95 unsigned long j = jiffies; in rcu_gp_might_be_stalled() local 175 unsigned long j = jiffies; in record_gp_stall_check_time() local 201 unsigned long j; in rcu_stall_kick_kthreads() local 425 unsigned long j; in rcu_is_rcuc_kthread_starving() local 490 unsigned long j; in print_cpu_stall_info() local 537 unsigned long j; in rcu_check_gp_kthread_starvation() local 600 unsigned long j; in print_other_cpu_stall() local 743 unsigned long j; in check_cpu_stall() local 898 unsigned long j; in show_rcu_gp_kthreads() local 967 unsigned long j; in rcu_check_gp_start_stall() local [all …]
|
| /linux/crypto/ |
| 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/arch/x86/crypto/ |
| A D | sha1_avx2_x86_64_asm.S | 505 .set j, 0 define 508 .set j, j+2 define 521 .set j, j+2 define 535 .set j, j+2 define 556 .set j, 0 define 559 .set j, j+2 define 569 .set j, j+2 define 579 .set j, j+2 define 594 .set j, j+2 define
|
| /linux/drivers/sh/intc/ |
| 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/ |
| 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/drivers/md/bcache/ |
| A D | bset.c | 375 static unsigned int inorder_next(unsigned int j, unsigned int size) in inorder_next() 392 static unsigned int inorder_prev(unsigned int j, unsigned int size) in inorder_prev() 419 static unsigned int __to_inorder(unsigned int j, in __to_inorder() 446 static unsigned int __inorder_to_tree(unsigned int j, in __inorder_to_tree() 596 static void make_bfloat(struct bset_tree *t, unsigned int j) in make_bfloat() 644 unsigned int j = roundup(t[-1].size, in bset_alloc_tree() local 698 unsigned int j, cacheline = 1; in bch_bset_build_written_tree() local 745 unsigned int inorder, j = 1; in bch_bset_fix_invalidated_key() local 792 unsigned int j = bkey_to_cacheline(t, k); in bch_bset_fix_lookup_table() local 970 unsigned int inorder, j, n = 1; in bset_search_tree() local [all …]
|
| A D | journal.c | 42 struct jset *j, *data = ca->set->journal.w[0].data; in journal_read_bucket() local 298 struct journal *j = &c->journal; in bch_journal_mark() local 328 unsigned int j; in bch_journal_mark() local 409 void bch_journal_space_reserve(struct journal *j) in bch_journal_space_reserve() 569 #define last_seq(j) ((j)->seq - fifo_used(&(j)->pin) + 1) argument 632 struct journal *j = &c->journal; in free_journal_buckets() local 694 void bch_journal_next(struct journal *j) in bch_journal_next() 983 struct journal *j = &c->journal; in bch_journal_alloc() local
|
| /linux/net/ipv4/ |
| A D | udp_tunnel_nic.c | 133 unsigned int i, j; in udp_tunnel_nic_is_empty() local 146 unsigned int i, j; in udp_tunnel_nic_should_replay() local 242 unsigned int i, j; in udp_tunnel_nic_device_sync_by_port() local 254 unsigned int i, j; in udp_tunnel_nic_device_sync_by_table() local 350 unsigned int i, j; in udp_tunnel_nic_has_collision() local 433 unsigned int i, j; in udp_tunnel_nic_try_existing() local 468 unsigned int i, j; in udp_tunnel_nic_add_new() local 555 unsigned int i, j; in __udp_tunnel_nic_reset_ntf() local 589 unsigned int j; in __udp_tunnel_nic_dump_size() local 616 unsigned int j; in __udp_tunnel_nic_dump_write() local [all …]
|
| /linux/lib/raid6/test/ |
| 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/drivers/media/test-drivers/vivid/ |
| A D | vivid-core.c | 1770 for (int j = 0; j < vivid_devs[i]->num_hdmi_inputs; j++) { in update_hdmi_ctrls_work_handler() local 1788 for (int j = 0; j < vivid_devs[i]->num_svid_inputs; j++) { in update_svid_ctrls_work_handler() local 1915 for (int j = 0, k = 0; j < dev->num_inputs; ++j) in vivid_create_instance() local 1918 for (int j = 0, k = 0; j < dev->num_outputs; ++j) in vivid_create_instance() local 1923 for (int j = 0, k = 0; j < dev->num_inputs; ++j) in vivid_create_instance() local 1926 for (int j = 0, k = 0; j < dev->num_outputs; ++j) in vivid_create_instance() local 1994 int j; in vivid_create_instance() local 2135 for (int j = 0; j < vivid_devs[i]->num_hdmi_inputs; j++) { in vivid_probe() local 2140 for (int j = 0; j < vivid_devs[i]->num_svid_inputs; j++) { in vivid_probe() local 2152 unsigned int i, j; in vivid_remove() local [all …]
|
| /linux/drivers/video/logo/ |
| 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/tools/testing/selftests/powerpc/math/ |
| 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/ |
| 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/drivers/cpufreq/ |
| A D | cpufreq_governor.c | 100 unsigned int j; in gov_update_cpu_data() local 120 unsigned int sampling_rate, io_busy, j; in dbs_update() local 353 int j; in alloc_policy_dbs_info() local 378 int j; in free_policy_dbs_info() local 518 unsigned int sampling_rate, ignore_nice, j; in cpufreq_dbs_governor_start() local
|
| /linux/tools/testing/selftests/net/ |
| 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/lib/ |
| A D | hashtable_test.c | 127 int bkt, i, j, count; in hashtable_test_hash_for_each() local 157 int bkt, i, j, count; in hashtable_test_hash_for_each_safe() local 190 int bkt, i, j, count; in hashtable_test_hash_for_each_possible() local 245 int bkt, i, j, count; in hashtable_test_hash_for_each_possible_safe() local
|
| A D | gen_crc32table.c | 40 unsigned i, j; in crc32init_le_generic() local 74 unsigned i, j; in crc32init_be() local 95 int i, j; in output_table() local
|
| /linux/drivers/net/ethernet/sunplus/ |
| 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/ |
| 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/ |
| 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
|