Home
last modified time | relevance | path

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

12345678910>>...99

/linux/fs/bcachefs/
H A Djournal.c30 static inline bool journal_seq_unwritten(struct journal *j, u64 seq) in journal_seq_unwritten() argument
40 static inline unsigned nr_unwritten_journal_entries(struct journal *j) in nr_unwritten_journal_entries() argument
45 static bool journal_entry_is_open(struct journal *j) in journal_entry_is_open() argument
50 static void bch2_journal_buf_to_text(struct printbuf *out, struct journal *j, u64 seq) in bch2_journal_buf_to_text() argument
98 bch2_journal_bufs_to_text(struct printbuf * out,struct journal * j) bch2_journal_bufs_to_text() argument
111 journal_seq_to_buf(struct journal * j,u64 seq) journal_seq_to_buf() argument
147 journal_error_check_stuck(struct journal * j,int error,unsigned flags) journal_error_check_stuck() argument
196 bch2_journal_do_writes(struct journal * j) bch2_journal_do_writes() argument
223 bch2_journal_buf_put_final(struct journal * j,u64 seq) bch2_journal_buf_put_final() argument
238 __journal_entry_close(struct journal * j,unsigned closed_val,bool trace) __journal_entry_close() argument
314 bch2_journal_halt(struct journal * j) bch2_journal_halt() argument
324 journal_entry_want_write(struct journal * j) journal_entry_want_write() argument
344 bch2_journal_entry_close(struct journal * j) bch2_journal_entry_close() argument
359 journal_entry_open(struct journal * j) journal_entry_open() argument
473 journal_quiesced(struct journal * j) journal_quiesced() argument
482 journal_quiesce(struct journal * j) journal_quiesce() argument
489 struct journal *j = container_of(work, struct journal, write_work.work); journal_write_work() local
503 __journal_res_get(struct journal * j,struct journal_res * res,unsigned flags) __journal_res_get() argument
612 bch2_journal_res_get_slowpath(struct journal * j,struct journal_res * res,unsigned flags) bch2_journal_res_get_slowpath() argument
625 bch2_journal_entry_res_resize(struct journal * j,struct journal_entry_res * res,unsigned new_u64s) bch2_journal_entry_res_resize() argument
670 bch2_journal_flush_seq_async(struct journal * j,u64 seq,struct closure * parent) bch2_journal_flush_seq_async() argument
759 bch2_journal_flush_seq(struct journal * j,u64 seq) bch2_journal_flush_seq() argument
782 bch2_journal_flush_async(struct journal * j,struct closure * parent) bch2_journal_flush_async() argument
787 bch2_journal_flush(struct journal * j) bch2_journal_flush() argument
796 bch2_journal_noflush_seq(struct journal * j,u64 seq) bch2_journal_noflush_seq() argument
830 bch2_journal_meta(struct journal * j) bch2_journal_meta() argument
857 bch2_journal_unblock(struct journal * j) bch2_journal_unblock() argument
866 bch2_journal_block(struct journal * j) bch2_journal_block() argument
875 __bch2_next_write_buffer_flush_journal_buf(struct journal * j,u64 max_seq) __bch2_next_write_buffer_flush_journal_buf() argument
911 bch2_next_write_buffer_flush_journal_buf(struct journal * j,u64 max_seq) bch2_next_write_buffer_flush_journal_buf() argument
1152 bch2_journal_writing_to_device(struct journal * j,unsigned dev_idx) bch2_journal_writing_to_device() argument
1171 bch2_dev_journal_stop(struct journal * j,struct bch_dev * ca) bch2_dev_journal_stop() argument
1176 bch2_fs_journal_stop(struct journal * j) bch2_fs_journal_stop() argument
1198 bch2_fs_journal_start(struct journal * j,u64 cur_seq) bch2_fs_journal_start() argument
1345 for (unsigned j = 0; j < le64_to_cpu(journal_buckets_v2->d[i].nr); j++) bch2_dev_journal_init() local
1356 bch2_fs_journal_exit(struct journal * j) bch2_fs_journal_exit() argument
1368 bch2_fs_journal_init(struct journal * j) bch2_fs_journal_init() argument
1410 __bch2_journal_debug_to_text(struct printbuf * out,struct journal * j) __bch2_journal_debug_to_text() argument
1506 bch2_journal_debug_to_text(struct printbuf * out,struct journal * j) bch2_journal_debug_to_text() argument
1513 bch2_journal_seq_pins_to_text(struct printbuf * out,struct journal * j,u64 * seq) bch2_journal_seq_pins_to_text() argument
1558 bch2_journal_pins_to_text(struct printbuf * out,struct journal * j) bch2_journal_pins_to_text() argument
[all...]
H A Djournal_reclaim.c37 unsigned bch2_journal_dev_buckets_available(struct journal *j, in bch2_journal_dev_buckets_available() argument
54 void bch2_journal_set_watermark(struct journal *j) in bch2_journal_set_watermark() argument
78 journal_dev_space_available(struct journal * j,struct bch_dev * ca,enum journal_space_from from) journal_dev_space_available() argument
134 __journal_space_available(struct journal * j,unsigned nr_devs_want,enum journal_space_from from) __journal_space_available() argument
170 bch2_journal_space_available(struct journal * j) bch2_journal_space_available() argument
243 should_discard_bucket(struct journal * j,struct journal_device * ja) should_discard_bucket() argument
258 bch2_journal_do_discards(struct journal * j) bch2_journal_do_discards() argument
292 bch2_journal_reclaim_fast(struct journal * j) bch2_journal_reclaim_fast() argument
313 __bch2_journal_pin_put(struct journal * j,u64 seq) __bch2_journal_pin_put() argument
320 bch2_journal_pin_put(struct journal * j,u64 seq) bch2_journal_pin_put() argument
329 __journal_pin_drop(struct journal * j,struct journal_entry_pin * pin) __journal_pin_drop() argument
352 bch2_journal_pin_drop(struct journal * j,struct journal_entry_pin * pin) bch2_journal_pin_drop() argument
372 bch2_journal_pin_set_locked(struct journal * j,u64 seq,struct journal_entry_pin * pin,journal_pin_flush_fn flush_fn,enum journal_pin_type type) bch2_journal_pin_set_locked() argument
391 bch2_journal_pin_copy(struct journal * j,struct journal_entry_pin * dst,struct journal_entry_pin * src,journal_pin_flush_fn flush_fn) bch2_journal_pin_copy() argument
427 bch2_journal_pin_set(struct journal * j,u64 seq,struct journal_entry_pin * pin,journal_pin_flush_fn flush_fn) bch2_journal_pin_set() argument
456 bch2_journal_pin_flush(struct journal * j,struct journal_entry_pin * pin) bch2_journal_pin_flush() argument
473 journal_get_next_pin(struct journal * j,u64 seq_to_flush,unsigned allowed_below_seq,unsigned allowed_above_seq,u64 * seq) journal_get_next_pin() argument
501 journal_flush_pins(struct journal * j,u64 seq_to_flush,unsigned allowed_below_seq,unsigned allowed_above_seq,unsigned min_any,unsigned min_key_cache) journal_flush_pins() argument
574 journal_seq_to_flush(struct journal * j) journal_seq_to_flush() argument
629 __bch2_journal_reclaim(struct journal * j,bool direct,bool kicked) __bch2_journal_reclaim() argument
704 bch2_journal_reclaim(struct journal * j) bch2_journal_reclaim() argument
711 struct journal *j = arg; bch2_journal_reclaim_thread() local
761 bch2_journal_reclaim_stop(struct journal * j) bch2_journal_reclaim_stop() argument
773 bch2_journal_reclaim_start(struct journal * j) bch2_journal_reclaim_start() argument
795 journal_flush_done(struct journal * j,u64 seq_to_flush,bool * did_work) journal_flush_done() argument
831 bch2_journal_flush_pins(struct journal * j,u64 seq_to_flush) bch2_journal_flush_pins() argument
845 bch2_journal_flush_device_pins(struct journal * j,int dev_idx) bch2_journal_flush_device_pins() argument
[all...]
H A Djournal.h118 static inline void journal_wake(struct journal *j) in journal_wake() argument
124 static inline struct journal_buf *journal_cur_buf(struct journal *j) in journal_cur_buf() argument
131 static inline u64 journal_last_seq(struct journal *j) in journal_last_seq() argument
136 static inline u64 journal_cur_seq(struct journal *j) in journal_cur_seq() argument
141 journal_last_unwritten_seq(struct journal * j) journal_last_unwritten_seq() argument
174 journal_entry_overhead(struct journal * j) journal_entry_overhead() argument
194 journal_res_entry(struct journal * j,struct journal_res * res) journal_res_entry() argument
224 bch2_journal_add_entry(struct journal * j,struct journal_res * res,unsigned type,enum btree_id id,unsigned level,unsigned u64s) bch2_journal_add_entry() argument
239 journal_entry_empty(struct jset * j) journal_entry_empty() argument
253 journal_state_buf_put(struct journal * j,unsigned idx) journal_state_buf_put() argument
270 __bch2_journal_buf_put(struct journal * j,unsigned idx,u64 seq) __bch2_journal_buf_put() argument
279 bch2_journal_buf_put(struct journal * j,unsigned idx,u64 seq) bch2_journal_buf_put() argument
295 bch2_journal_res_put(struct journal * j,struct journal_res * res) bch2_journal_res_put() argument
325 journal_res_get_fast(struct journal * j,struct journal_res * res,unsigned flags) journal_res_get_fast() argument
369 bch2_journal_res_get(struct journal * j,struct journal_res * res,unsigned u64s,unsigned flags) bch2_journal_res_get() argument
411 bch2_journal_error(struct journal * j) bch2_journal_error() argument
419 bch2_journal_set_replay_done(struct journal * j) bch2_journal_set_replay_done() argument
[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_sb.h6 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/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S194 j = 0 define
996 j = 1 define
1008 j = (j+1) define
1038 j = (9-\num_initial_blocks) define
1045 j = (j+1) define
1489 j = 1 define
1501 j = (j+1) define
1944 j = 1 define
1956 j = (j+1) define
1988 j = (9-\num_initial_blocks) define
[all …]
H A Dsha1_avx2_x86_64_asm.S505 .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/kernel/rcu/
H A Dtree_stall.h93 unsigned long j = jiffies; in rcu_gp_might_be_stalled() local
173 unsigned long j = jiffies; in record_gp_stall_check_time() local
199 unsigned long j; in rcu_stall_kick_kthreads() local
410 unsigned long j = jiffies - READ_ONCE(rcu_state.gp_activity); in rcu_is_gp_kthread_starving() local
421 unsigned long j; in rcu_is_rcuc_kthread_starving() local
486 unsigned long j; in print_cpu_stall_info() local
533 unsigned long j; in rcu_check_gp_kthread_starvation() local
596 unsigned long j; in print_other_cpu_stall() local
728 unsigned long j; in check_cpu_stall() local
881 unsigned long j; in show_rcu_gp_kthreads() local
[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/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/net/ipv4/
H A Dudp_tunnel_nic.c133 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/
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/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/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/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
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/
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/lib/
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
H A Dgen_crc32table.c40 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/
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/scripts/dtc/
H A Dutil.h17 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) argument
19 #define PRINTF(i, j) __attribute__((format (printf, i, j))) argument
23 #define PRINTF(i, j) argument
/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/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

12345678910>>...99