Home
last modified time | relevance | path

Searched defs:j (Results 1 – 25 of 2797) sorted by relevance

12345678910>>...112

/linux/fs/bcachefs/
H A Djournal_reclaim.c39 unsigned bch2_journal_dev_buckets_available(struct journal *j, in bch2_journal_dev_buckets_available()
59 void bch2_journal_set_watermark(struct journal *j) in bch2_journal_set_watermark()
83 journal_dev_space_available(struct journal *j, struct bch_dev *ca, in journal_dev_space_available()
141 static struct journal_space __journal_space_available(struct journal *j, unsigned nr_devs_want, in __journal_space_available()
187 void bch2_journal_space_available(struct journal *j) in bch2_journal_space_available()
272 static bool __should_discard_bucket(struct journal *j, struct journal_device *ja) in __should_discard_bucket()
281 static bool should_discard_bucket(struct journal *j, struct journal_device *ja) in should_discard_bucket()
294 void bch2_journal_do_discards(struct journal *j) in bch2_journal_do_discards()
328 void bch2_journal_reclaim_fast(struct journal *j) in bch2_journal_reclaim_fast()
351 bool __bch2_journal_pin_put(struct journal *j, u64 seq) in __bch2_journal_pin_put()
[all …]
H A Djournal_reclaim.h7 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()
H A Djournal_io.c61 void bch2_journal_ptrs_to_text(struct printbuf *out, struct bch_fs *c, struct journal_replay *j) in bch2_journal_ptrs_to_text()
70 static void bch2_journal_datetime_to_text(struct printbuf *out, struct jset *j) in bch2_journal_datetime_to_text()
81 struct journal_replay *j) in bch2_journal_replay_to_text()
99 static bool jset_csum_good(struct bch_fs *c, struct jset *j, struct bch_csum *csum) in jset_csum_good()
154 struct journal_list *jlist, struct jset *j) in journal_entry_add()
1053 struct jset *j = NULL; in journal_read_bucket() local
1245 static void bch2_journal_print_checksum_error(struct bch_fs *c, struct journal_replay *j) in bch2_journal_print_checksum_error()
1531 static void journal_advance_devs_to_next_bucket(struct journal *j, in journal_advance_devs_to_next_bucket()
1561 static void __journal_write_alloc(struct journal *j, in __journal_write_alloc()
1612 static int journal_write_alloc(struct journal *j, struct journal_buf *w, in journal_write_alloc()
[all …]
/linux/crypto/
H A Dtwofish_common.c529 #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 Dsha1-avx2-asm.S502 .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 Dtree_stall.h203 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/scripts/dtc/
H A Dutil.h17 #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/sh/intc/
H A Dhandle.c22 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/drivers/md/bcache/
H A Dbset.c371 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 …]
H A Djournal.c42 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/lib/raid6/test/
H A Dtest.c30 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/
H A Dvivid-core.c1772 for (int j = 0; j < vivid_devs[i]->num_hdmi_inputs; j++) { in update_hdmi_ctrls_work_handler() local
1790 for (int j = 0; j < vivid_devs[i]->num_svid_inputs; j++) { in update_svid_ctrls_work_handler() local
1917 for (int j = 0, k = 0; j < dev->num_inputs; ++j) in vivid_create_instance() local
1920 for (int j = 0, k = 0; j < dev->num_outputs; ++j) in vivid_create_instance() local
1925 for (int j = 0, k = 0; j < dev->num_inputs; ++j) in vivid_create_instance() local
1928 for (int j = 0, k = 0; j < dev->num_outputs; ++j) in vivid_create_instance() local
1996 int j; in vivid_create_instance() local
2121 for (int j = 0; j < dev->num_outputs && hdmi_count < MAX_MENU_ITEMS; ++j) { in vivid_probe() local
2127 for (int j = 0; j < dev->num_outputs && svid_count < MAX_MENU_ITEMS; ++j) { in vivid_probe() local
2137 for (int j = 0; j < vivid_devs[i]->num_hdmi_inputs; j++) { in vivid_probe() local
[all …]
/linux/drivers/video/logo/
H A Dpnmtologo.c124 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/
H A Dvmx_signal.c52 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/gpu/drm/amd/amdgpu/
H A Damdgpu_jpeg.c74 int i, j; in amdgpu_jpeg_sw_fini() local
114 unsigned int i, j; in amdgpu_jpeg_idle_work_handler() local
357 u32 i, j; in amdgpu_debugfs_jpeg_sched_mask_set() local
385 u32 i, j; in amdgpu_debugfs_jpeg_sched_mask_get() local
487 int i, j; in amdgpu_jpeg_dump_ip_state() local
516 int i, j; in amdgpu_jpeg_print_ip_state() local
/linux/drivers/scsi/isci/
H A Dprobe_roms.c46 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 Dreuseaddr_ports_exhausted.c84 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/cpufreq/
H A Dcpufreq_governor.c100 unsigned int j; in gov_update_cpu_data() local
120 unsigned int sampling_rate, io_busy, j; in dbs_update() local
354 int j; in alloc_policy_dbs_info() local
379 int j; in free_policy_dbs_info() local
519 unsigned int sampling_rate, ignore_nice, j; in cpufreq_dbs_governor_start() local
/linux/lib/
H A Dinterval_tree_test.c67 int i, j; in basic_check() local
94 int i, j; in search_check() local
132 int i, j, k; in intersection_range_check() local
242 int i, j, k; in span_iteration_check() local
/linux/lib/tests/
H A Dhashtable_test.c127 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
/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_desc.c17 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/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c62 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 Dtbxface.c137 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/tools/testing/selftests/arm64/mte/
H A Dcheck_buffer_fill.c31 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/nouveau/nvkm/subdev/fb/
H A Dnv30.c66 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

12345678910>>...112