Home
last modified time | relevance | path

Searched refs:jd (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-6.6/tools/perf/util/
H A Djitdump.c70 jit_emit_elf(struct jit_buf_desc *jd, in jit_emit_elf() argument
88 nsinfo__mountns_enter(jd->nsi, &nsc); in jit_emit_elf()
103 nsinfo__mountns_enter(jd->nsi, &nsc); in jit_emit_elf()
112 jit_close(struct jit_buf_desc *jd) in jit_close() argument
114 if (!(jd && jd->in)) in jit_close()
116 funlockfile(jd->in); in jit_close()
117 fclose(jd->in); in jit_close()
118 jd->in = NULL; in jit_close()
137 jit_open(struct jit_buf_desc *jd, cons argument
249 jit_get_next_entry(struct jit_buf_desc *jd) jit_get_next_entry() argument
366 jit_inject_event(struct jit_buf_desc *jd, union perf_event *event) jit_inject_event() argument
378 jr_entry_pid(struct jit_buf_desc *jd, union jr_entry *jr) jr_entry_pid() argument
385 jr_entry_tid(struct jit_buf_desc *jd, union jr_entry *jr) jr_entry_tid() argument
392 convert_timestamp(struct jit_buf_desc *jd, uint64_t timestamp) convert_timestamp() argument
423 jit_repipe_code_load(struct jit_buf_desc *jd, union jr_entry *jr) jit_repipe_code_load() argument
542 jit_repipe_code_move(struct jit_buf_desc *jd, union jr_entry *jr) jit_repipe_code_move() argument
632 jit_repipe_debug_info(struct jit_buf_desc *jd, union jr_entry *jr) jit_repipe_debug_info() argument
659 jit_repipe_unwinding_info(struct jit_buf_desc *jd, union jr_entry *jr) jit_repipe_unwinding_info() argument
684 jit_process_dump(struct jit_buf_desc *jd) jit_process_dump() argument
712 jit_inject(struct jit_buf_desc *jd, char *path) jit_inject() argument
831 struct jit_buf_desc jd; jit_process() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Djitdump.c109 jit_close(struct jit_buf_desc *jd) in jit_close() argument
111 if (!(jd && jd->in)) in jit_close()
113 funlockfile(jd->in); in jit_close()
114 fclose(jd->in); in jit_close()
115 jd->in = NULL; in jit_close()
134 jit_open(struct jit_buf_desc *jd, const char *name) in jit_open() argument
142 jd->in = fopen(name, "r"); in jit_open()
143 if (!jd->in) in jit_open()
155 flockfile(jd in jit_open()
241 jit_get_next_entry(struct jit_buf_desc *jd) jit_get_next_entry() argument
358 jit_inject_event(struct jit_buf_desc *jd, union perf_event *event) jit_inject_event() argument
370 convert_timestamp(struct jit_buf_desc *jd, uint64_t timestamp) convert_timestamp() argument
401 jit_repipe_code_load(struct jit_buf_desc *jd, union jr_entry *jr) jit_repipe_code_load() argument
517 jit_repipe_code_move(struct jit_buf_desc *jd, union jr_entry *jr) jit_repipe_code_move() argument
606 jit_repipe_debug_info(struct jit_buf_desc *jd, union jr_entry *jr) jit_repipe_debug_info() argument
633 jit_repipe_unwinding_info(struct jit_buf_desc *jd, union jr_entry *jr) jit_repipe_unwinding_info() argument
658 jit_process_dump(struct jit_buf_desc *jd) jit_process_dump() argument
686 jit_inject(struct jit_buf_desc *jd, char *path) jit_inject() argument
798 struct jit_buf_desc jd; jit_process() local
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Drecovery.c32 int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk, in gfs2_replay_read_block() argument
35 struct gfs2_inode *ip = GFS2_I(jd->jd_inode); in gfs2_replay_read_block()
55 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_add() argument
57 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_add()
84 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_check() argument
90 list_for_each_entry(rr, &jd->jd_revoke_list, rr_list) { in gfs2_revoke_check()
100 wrap = (rr->rr_where < jd->jd_replay_tail); in gfs2_revoke_check()
101 a = (jd->jd_replay_tail < where); in gfs2_revoke_check()
108 void gfs2_revoke_clean(struct gfs2_jdesc *jd) in gfs2_revoke_clean() argument
110 struct list_head *head = &jd in gfs2_revoke_clean()
167 get_log_header(struct gfs2_jdesc *jd, unsigned int blk, struct gfs2_log_header_host *head) get_log_header() argument
197 foreach_descriptor(struct gfs2_jdesc *jd, u32 start, unsigned int end, int pass) foreach_descriptor() argument
263 clean_journal(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) clean_journal() argument
308 update_statfs_inode(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, struct inode *inode) update_statfs_inode() argument
377 recover_local_statfs(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) recover_local_statfs() argument
404 struct gfs2_jdesc *jd = container_of(work, struct gfs2_jdesc, jd_work); gfs2_recover_func() local
565 gfs2_recover_journal(struct gfs2_jdesc *jd, bool wait) gfs2_recover_journal() argument
[all...]
H A Dlops.c142 u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lblock) in gfs2_log_bmap() argument
146 list_for_each_entry(je, &jd->extent_list, list) { in gfs2_log_bmap()
412 * @jd: The journal descriptor
418 static bool gfs2_jhead_pg_srch(struct gfs2_jdesc *jd, in gfs2_jhead_pg_srch() argument
422 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in gfs2_jhead_pg_srch()
444 * @jd: The journal descriptor
461 static void gfs2_jhead_process_page(struct gfs2_jdesc *jd, unsigned long index, in gfs2_jhead_process_page() argument
467 page = find_get_page(jd->jd_inode->i_mapping, index); in gfs2_jhead_process_page()
474 *done = gfs2_jhead_pg_srch(jd, head, page); in gfs2_jhead_process_page()
496 * @jd
504 gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, bool keep_cache) gfs2_find_jhead() argument
745 buf_lo_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, int pass) buf_lo_before_scan() argument
755 buf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) buf_lo_scan_elements() argument
822 buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) buf_lo_after_scan() argument
895 revoke_lo_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, int pass) revoke_lo_before_scan() argument
905 revoke_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) revoke_lo_scan_elements() argument
955 revoke_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) revoke_lo_after_scan() argument
987 databuf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) databuf_lo_scan_elements() argument
1037 databuf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) databuf_lo_after_scan() argument
[all...]
H A Drecovery.h14 static inline void gfs2_replay_incr_blk(struct gfs2_jdesc *jd, u32 *blk) in gfs2_replay_incr_blk() argument
16 if (++*blk == jd->jd_blocks) in gfs2_replay_incr_blk()
20 extern int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk,
23 extern int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where);
24 extern int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where);
25 extern void gfs2_revoke_clean(struct gfs2_jdesc *jd);
H A Dlops.h22 extern u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);
28 extern int gfs2_find_jhead(struct gfs2_jdesc *jd,
64 static inline void lops_before_scan(struct gfs2_jdesc *jd, in lops_before_scan() argument
71 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
74 static inline int lops_scan_elements(struct gfs2_jdesc *jd, u32 start, in lops_scan_elements() argument
82 error = gfs2_log_ops[x]->lo_scan_elements(jd, start, in lops_scan_elements()
91 static inline void lops_after_scan(struct gfs2_jdesc *jd, int error, in lops_after_scan() argument
97 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
H A Dsuper.c62 struct gfs2_jdesc *jd; in gfs2_jindex_free() local
72 jd = list_first_entry(&list, struct gfs2_jdesc, jd_list); in gfs2_jindex_free()
73 gfs2_free_journal_extents(jd); in gfs2_jindex_free()
74 list_del(&jd->jd_list); in gfs2_jindex_free()
75 iput(jd->jd_inode); in gfs2_jindex_free()
76 jd->jd_inode = NULL; in gfs2_jindex_free()
77 kfree(jd); in gfs2_jindex_free()
83 struct gfs2_jdesc *jd; in jdesc_find_i() local
86 list_for_each_entry(jd, head, jd_list) { in jdesc_find_i()
87 if (jd in jdesc_find_i()
101 struct gfs2_jdesc *jd; gfs2_jdesc_find() local
110 gfs2_jdesc_check(struct gfs2_jdesc *jd) gfs2_jdesc_check() argument
363 struct gfs2_jdesc *jd; gfs2_lock_fs_check_clean() local
609 struct gfs2_jdesc *jd; gfs2_put_super() local
[all...]
H A Dops_fstype.c558 struct gfs2_jdesc *jd; in gfs2_jindex_hold() local
587 jd = kzalloc(sizeof(struct gfs2_jdesc), GFP_KERNEL); in gfs2_jindex_hold()
588 if (!jd) in gfs2_jindex_hold()
591 INIT_LIST_HEAD(&jd->extent_list); in gfs2_jindex_hold()
592 INIT_LIST_HEAD(&jd->jd_revoke_list); in gfs2_jindex_hold()
594 INIT_WORK(&jd->jd_work, gfs2_recover_func); in gfs2_jindex_hold()
595 jd->jd_inode = gfs2_lookupi(sdp->sd_jindex, &name, 1); in gfs2_jindex_hold()
596 if (IS_ERR_OR_NULL(jd->jd_inode)) { in gfs2_jindex_hold()
597 if (!jd->jd_inode) in gfs2_jindex_hold()
600 error = PTR_ERR(jd in gfs2_jindex_hold()
634 struct gfs2_jdesc *jd; init_statfs() local
802 struct gfs2_jdesc *jd = gfs2_jdesc_find(sdp, x); init_journal() local
[all...]
H A Dbmap.c2220 * @jd: The journal
2224 void gfs2_free_journal_extents(struct gfs2_jdesc *jd) in gfs2_free_journal_extents() argument
2228 while(!list_empty(&jd->extent_list)) { in gfs2_free_journal_extents()
2229 jext = list_first_entry(&jd->extent_list, struct gfs2_journal_extent, list); in gfs2_free_journal_extents()
2237 * @jd: The journal descriptor
2245 static int gfs2_add_jextent(struct gfs2_jdesc *jd, u64 lblock, u64 dblock, u64 blocks) in gfs2_add_jextent() argument
2249 if (!list_empty(&jd->extent_list)) { in gfs2_add_jextent()
2250 jext = list_last_entry(&jd->extent_list, struct gfs2_journal_extent, list); in gfs2_add_jextent()
2263 list_add_tail(&jext->list, &jd->extent_list); in gfs2_add_jextent()
2264 jd in gfs2_add_jextent()
2288 gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd) gfs2_map_journal_extents() argument
[all...]
H A Dbmap.h62 extern int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd);
63 extern void gfs2_free_journal_extents(struct gfs2_jdesc *jd);
H A Dutil.c46 * @jd: The journal descriptor
50 int check_journal_clean(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in check_journal_clean() argument
58 ip = GFS2_I(jd->jd_inode); in check_journal_clean()
67 error = gfs2_jdesc_check(jd); in check_journal_clean()
74 error = gfs2_find_jhead(jd, &head, false); in check_journal_clean()
86 jd->jd_jid); in check_journal_clean()
/kernel/linux/linux-6.6/fs/gfs2/
H A Drecovery.c32 int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk, in gfs2_replay_read_block() argument
35 struct gfs2_inode *ip = GFS2_I(jd->jd_inode); in gfs2_replay_read_block()
55 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_add() argument
57 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_add()
83 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_check() argument
88 list_for_each_entry(iter, &jd->jd_revoke_list, rr_list) { in gfs2_revoke_check()
98 wrap = (rr->rr_where < jd->jd_replay_tail); in gfs2_revoke_check()
99 a = (jd->jd_replay_tail < where); in gfs2_revoke_check()
106 void gfs2_revoke_clean(struct gfs2_jdesc *jd) in gfs2_revoke_clean() argument
108 struct list_head *head = &jd in gfs2_revoke_clean()
165 get_log_header(struct gfs2_jdesc *jd, unsigned int blk, struct gfs2_log_header_host *head) get_log_header() argument
196 foreach_descriptor(struct gfs2_jdesc *jd, u32 start, unsigned int end, int pass) foreach_descriptor() argument
262 clean_journal(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) clean_journal() argument
307 update_statfs_inode(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, struct inode *inode) update_statfs_inode() argument
376 recover_local_statfs(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) recover_local_statfs() argument
403 struct gfs2_jdesc *jd = container_of(work, struct gfs2_jdesc, jd_work); gfs2_recover_func() local
565 gfs2_recover_journal(struct gfs2_jdesc *jd, bool wait) gfs2_recover_journal() argument
[all...]
H A Dlops.c145 u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lblock) in gfs2_log_bmap() argument
149 list_for_each_entry(je, &jd->extent_list, list) { in gfs2_log_bmap()
317 * @jd: The journal descriptor
328 void gfs2_log_write(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in gfs2_log_write() argument
335 bio = gfs2_log_get_bio(sdp, blkno, &jd->jd_log_bio, REQ_OP_WRITE, in gfs2_log_write()
339 bio = gfs2_log_get_bio(sdp, blkno, &jd->jd_log_bio, in gfs2_log_write()
417 * @jd: The journal descriptor
424 static bool gfs2_jhead_pg_srch(struct gfs2_jdesc *jd, in gfs2_jhead_pg_srch() argument
428 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in gfs2_jhead_pg_srch()
451 * @jd
469 gfs2_jhead_process_page(struct gfs2_jdesc *jd, unsigned long index, struct gfs2_log_header_host *head, bool *done) gfs2_jhead_process_page() argument
511 gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, bool keep_cache) gfs2_find_jhead() argument
749 buf_lo_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, int pass) buf_lo_before_scan() argument
764 obsolete_rgrp(struct gfs2_jdesc *jd, struct buffer_head *bh_log, u64 blkno) obsolete_rgrp() argument
785 buf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) buf_lo_scan_elements() argument
840 buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) buf_lo_after_scan() argument
917 revoke_lo_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, int pass) revoke_lo_before_scan() argument
927 revoke_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) revoke_lo_scan_elements() argument
977 revoke_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) revoke_lo_after_scan() argument
1010 databuf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) databuf_lo_scan_elements() argument
1060 databuf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) databuf_lo_after_scan() argument
[all...]
H A Dlops.h15 extern u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);
16 extern void gfs2_log_write(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
21 extern int gfs2_find_jhead(struct gfs2_jdesc *jd,
52 static inline void lops_before_scan(struct gfs2_jdesc *jd, in lops_before_scan() argument
59 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
62 static inline int lops_scan_elements(struct gfs2_jdesc *jd, u32 start, in lops_scan_elements() argument
70 error = gfs2_log_ops[x]->lo_scan_elements(jd, start, in lops_scan_elements()
79 static inline void lops_after_scan(struct gfs2_jdesc *jd, int error, in lops_after_scan() argument
85 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
H A Drecovery.h14 static inline void gfs2_replay_incr_blk(struct gfs2_jdesc *jd, u32 *blk) in gfs2_replay_incr_blk() argument
16 if (++*blk == jd->jd_blocks) in gfs2_replay_incr_blk()
20 extern int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk,
23 extern int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where);
24 extern int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where);
25 extern void gfs2_revoke_clean(struct gfs2_jdesc *jd);
H A Dsuper.c62 struct gfs2_jdesc *jd; in gfs2_jindex_free() local
72 jd = list_first_entry(&list, struct gfs2_jdesc, jd_list); in gfs2_jindex_free()
73 gfs2_free_journal_extents(jd); in gfs2_jindex_free()
74 list_del(&jd->jd_list); in gfs2_jindex_free()
75 iput(jd->jd_inode); in gfs2_jindex_free()
76 jd->jd_inode = NULL; in gfs2_jindex_free()
77 kfree(jd); in gfs2_jindex_free()
83 struct gfs2_jdesc *jd; in jdesc_find_i() local
85 list_for_each_entry(jd, head, jd_list) { in jdesc_find_i()
86 if (jd in jdesc_find_i()
94 struct gfs2_jdesc *jd; gfs2_jdesc_find() local
103 gfs2_jdesc_check(struct gfs2_jdesc *jd) gfs2_jdesc_check() argument
331 struct gfs2_jdesc *jd; gfs2_lock_fs_check_clean() local
586 struct gfs2_jdesc *jd; gfs2_put_super() local
[all...]
H A Dops_fstype.c571 struct gfs2_jdesc *jd; in gfs2_jindex_hold() local
600 jd = kzalloc(sizeof(struct gfs2_jdesc), GFP_KERNEL); in gfs2_jindex_hold()
601 if (!jd) in gfs2_jindex_hold()
604 INIT_LIST_HEAD(&jd->extent_list); in gfs2_jindex_hold()
605 INIT_LIST_HEAD(&jd->jd_revoke_list); in gfs2_jindex_hold()
607 INIT_WORK(&jd->jd_work, gfs2_recover_func); in gfs2_jindex_hold()
608 jd->jd_inode = gfs2_lookupi(sdp->sd_jindex, &name, 1); in gfs2_jindex_hold()
609 if (IS_ERR_OR_NULL(jd->jd_inode)) { in gfs2_jindex_hold()
610 if (!jd->jd_inode) in gfs2_jindex_hold()
613 error = PTR_ERR(jd in gfs2_jindex_hold()
648 struct gfs2_jdesc *jd; init_statfs() local
824 struct gfs2_jdesc *jd = gfs2_jdesc_find(sdp, x); init_journal() local
[all...]
H A Dbmap.c2169 * @jd: The journal
2173 void gfs2_free_journal_extents(struct gfs2_jdesc *jd) in gfs2_free_journal_extents() argument
2177 while(!list_empty(&jd->extent_list)) { in gfs2_free_journal_extents()
2178 jext = list_first_entry(&jd->extent_list, struct gfs2_journal_extent, list); in gfs2_free_journal_extents()
2186 * @jd: The journal descriptor
2194 static int gfs2_add_jextent(struct gfs2_jdesc *jd, u64 lblock, u64 dblock, u64 blocks) in gfs2_add_jextent() argument
2198 if (!list_empty(&jd->extent_list)) { in gfs2_add_jextent()
2199 jext = list_last_entry(&jd->extent_list, struct gfs2_journal_extent, list); in gfs2_add_jextent()
2212 list_add_tail(&jext->list, &jd->extent_list); in gfs2_add_jextent()
2213 jd in gfs2_add_jextent()
2237 gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd) gfs2_map_journal_extents() argument
[all...]
H A Dbmap.h65 extern int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd);
66 extern void gfs2_free_journal_extents(struct gfs2_jdesc *jd);
H A Dutil.c47 * @jd: The journal descriptor
52 int check_journal_clean(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in check_journal_clean() argument
60 ip = GFS2_I(jd->jd_inode); in check_journal_clean()
69 error = gfs2_jdesc_check(jd); in check_journal_clean()
76 error = gfs2_find_jhead(jd, &head, false); in check_journal_clean()
88 jd->jd_jid); in check_journal_clean()
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Djevents.py201 def __init__(self, jd: dict):
296 if 'EventCode' in jd:
297 eventcode = int(jd['EventCode'].split(',', 1)[0], 0)
298 if 'ExtSel' in jd:
299 eventcode |= int(jd['ExtSel']) << 8
300 configcode = int(jd['ConfigCode'], 0) if 'ConfigCode' in jd else None
301 self.name = jd['EventName'].lower() if 'EventName' in jd else None
303 self.compat = jd
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dcore_apecs.c380 unsigned int jd; in apecs_pci_clr_err()
382 jd = *(vuip)APECS_IOC_DCSR; in apecs_pci_clr_err()
383 if (jd & 0xffe0L) { in apecs_pci_clr_err()
385 *(vuip)APECS_IOC_DCSR = jd | 0xffe1L; in apecs_pci_clr_err()
378 unsigned int jd; apecs_pci_clr_err() local
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dcore_apecs.c380 unsigned int jd; in apecs_pci_clr_err()
382 jd = *(vuip)APECS_IOC_DCSR; in apecs_pci_clr_err()
383 if (jd & 0xffe0L) { in apecs_pci_clr_err()
385 *(vuip)APECS_IOC_DCSR = jd | 0xffe1L; in apecs_pci_clr_err()
378 unsigned int jd; apecs_pci_clr_err() local
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Demulate.c65 u64 jd = tb - vcpu->arch.dec_jiffies; in kvmppc_get_dec() local
68 if (vcpu->arch.dec < jd) in kvmppc_get_dec()
72 return vcpu->arch.dec - jd; in kvmppc_get_dec()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Demulate.c65 u64 jd = tb - vcpu->arch.dec_jiffies; in kvmppc_get_dec() local
68 if (vcpu->arch.dec < jd) in kvmppc_get_dec()
72 return vcpu->arch.dec - jd; in kvmppc_get_dec()

Completed in 20 milliseconds

12