/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_log.c | 58 static inline struct intel_guc *log_to_guc(struct intel_guc_log *log) in log_to_guc() 63 static void guc_log_enable_flush_events(struct intel_guc_log *log) in guc_log_enable_flush_events() 70 static void guc_log_disable_flush_events(struct intel_guc_log *log) in guc_log_disable_flush_events() 148 static void guc_move_to_next_buf(struct intel_guc_log *log) in guc_move_to_next_buf() 163 static void *guc_get_write_buffer(struct intel_guc_log *log) in guc_get_write_buffer() 177 static bool guc_check_log_buf_overflow(struct intel_guc_log *log, in guc_check_log_buf_overflow() 218 static void guc_read_update_log_buffer(struct intel_guc_log *log) in guc_read_update_log_buffer() 323 struct intel_guc_log *log = in capture_logs_work() local 329 static int guc_log_map(struct intel_guc_log *log) in guc_log_map() 352 static void guc_log_unmap(struct intel_guc_log *log) in guc_log_unmap() [all …]
|
/Linux-v5.4/fs/jfs/ |
D | jfs_logmgr.c | 80 #define LOG_LOCK_INIT(log) mutex_init(&(log)->loglock) argument 81 #define LOG_LOCK(log) mutex_lock(&((log)->loglock)) argument 82 #define LOG_UNLOCK(log) mutex_unlock(&((log)->loglock)) argument 89 #define LOGGC_LOCK_INIT(log) spin_lock_init(&(log)->gclock) argument 90 #define LOGGC_LOCK(log) spin_lock_irq(&(log)->gclock) argument 91 #define LOGGC_UNLOCK(log) spin_unlock_irq(&(log)->gclock) argument 201 static void write_special_inodes(struct jfs_log *log, in write_special_inodes() 225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() 344 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord() 560 static int lmNextPage(struct jfs_log * log) in lmNextPage() [all …]
|
D | jfs_txnmgr.c | 352 struct jfs_log *log; in txBegin() local 449 struct jfs_log *log; in txBeginAnon() local 490 struct jfs_log *log; in txEnd() local 901 struct jfs_log *log; in txUnlock() local 1129 struct jfs_log *log; in txCommit() local 1368 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog() 1425 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in diLog() 1538 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dataLog() 1584 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog() 1687 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog() [all …]
|
D | jfs_umount.c | 44 struct jfs_log *log; in jfs_umount() local 126 struct jfs_log *log = sbi->log; in jfs_umount_rw() local
|
/Linux-v5.4/drivers/md/ |
D | raid5-cache.c | 212 struct r5l_log *log; member 252 bool r5c_is_writeback(struct r5l_log *log) in r5c_is_writeback() 258 static sector_t r5l_ring_add(struct r5l_log *log, sector_t start, sector_t inc) in r5l_ring_add() 266 static sector_t r5l_ring_distance(struct r5l_log *log, sector_t start, in r5l_ring_distance() 275 static bool r5l_has_free_space(struct r5l_log *log, sector_t size) in r5l_has_free_space() 401 struct r5l_log *log = conf->log; in r5c_log_required_to_flush_cache() local 418 static inline void r5c_update_log_state(struct r5l_log *log) in r5c_update_log_state() 454 struct r5l_log *log = conf->log; in r5c_make_stripe_write_out() local 496 struct r5l_log *log = sh->raid_conf->log; in r5c_finish_cache_stripe() local 529 static void r5l_log_run_stripes(struct r5l_log *log) in r5l_log_run_stripes() [all …]
|
D | dm-log.c | 153 struct dm_dirty_log *log; in dm_dirty_log_create() local 177 void dm_dirty_log_destroy(struct dm_dirty_log *log) in dm_dirty_log_destroy() 316 static int read_header(struct log_c *log) in read_header() 363 static int create_log_context(struct dm_dirty_log *log, struct dm_target *ti, in create_log_context() 516 static int core_ctr(struct dm_dirty_log *log, struct dm_target *ti, in core_ctr() 529 static void core_dtr(struct dm_dirty_log *log) in core_dtr() 542 static int disk_ctr(struct dm_dirty_log *log, struct dm_target *ti, in disk_ctr() 566 static void disk_dtr(struct dm_dirty_log *log) in disk_dtr() 585 static int disk_resume(struct dm_dirty_log *log) in disk_resume() 649 static uint32_t core_get_region_size(struct dm_dirty_log *log) in core_get_region_size() [all …]
|
D | dm-log-userspace-base.c | 190 static int userspace_ctr(struct dm_dirty_log *log, struct dm_target *ti, in userspace_ctr() 326 static void userspace_dtr(struct dm_dirty_log *log) in userspace_dtr() 352 static int userspace_presuspend(struct dm_dirty_log *log) in userspace_presuspend() 363 static int userspace_postsuspend(struct dm_dirty_log *log) in userspace_postsuspend() 380 static int userspace_resume(struct dm_dirty_log *log) in userspace_resume() 392 static uint32_t userspace_get_region_size(struct dm_dirty_log *log) in userspace_get_region_size() 407 static int userspace_is_clean(struct dm_dirty_log *log, region_t region) in userspace_is_clean() 434 static int userspace_in_sync(struct dm_dirty_log *log, region_t region, in userspace_in_sync() 562 static int userspace_flush(struct dm_dirty_log *log) in userspace_flush() 648 static void userspace_mark_region(struct dm_dirty_log *log, region_t region) in userspace_mark_region() [all …]
|
D | raid5-ppl.c | 136 struct ppl_log *log; member 232 static struct ppl_io_unit *ppl_new_iounit(struct ppl_log *log, in ppl_new_iounit() 266 static int ppl_log_stripe(struct ppl_log *log, struct stripe_head *sh) in ppl_log_stripe() 364 struct ppl_log *log; in ppl_write_stripe() local 400 struct ppl_log *log = io->log; in ppl_log_endio() local 431 struct ppl_log *log = io->log; in ppl_submit_iounit() local 515 static void ppl_submit_current_io(struct ppl_log *log) in ppl_submit_current_io() 541 struct ppl_log *log; in ppl_write_stripe_run() local 555 struct ppl_log *log = io->log; in ppl_io_unit_finished() local 590 struct ppl_log *log = io->log; in ppl_flush_endio() local [all …]
|
D | dm-raid1.c | 387 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); in do_recovery() local 439 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); in mirror_available() local 685 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); in do_writes() local 1189 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); in mirror_map() local 1303 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); in mirror_presuspend() local 1349 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); in mirror_postsuspend() local 1359 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); in mirror_resume() local 1399 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); in mirror_status() local
|
/Linux-v5.4/fs/xfs/ |
D | xfs_log.c | 118 struct xlog *log, in xlog_grant_sub_space() 144 struct xlog *log, in xlog_grant_add_space() 194 struct xlog *log, in xlog_ticket_reservation() 211 struct xlog *log, in xlog_grant_head_wake() 260 struct xlog *log, in xlog_grant_head_wait() 313 struct xlog *log, in xlog_grant_head_check() 380 struct xlog *log = mp->m_log; in xfs_log_regrant() local 445 struct xlog *log = mp->m_log; in xfs_log_reserve() local 517 struct xlog *log = mp->m_log; in xfs_log_done() local 829 struct xlog *log = mp->m_log; in xfs_log_write_unmount_record() local [all …]
|
D | xfs_log_cil.c | 36 struct xlog *log) in xlog_cil_ticket_alloc() 63 struct xlog *log) in xlog_cil_init_post_recovery() 126 struct xlog *log, in xlog_cil_alloc_shadow_bufs() 226 struct xlog *log, in xfs_cil_prepare_item() 300 struct xlog *log, in xlog_cil_insert_format_items() 388 struct xlog *log, in xlog_cil_insert_items() 644 struct xlog *log) in xlog_cil_push() 903 struct xlog *log) in xlog_cil_push_background() 937 struct xlog *log, in xlog_cil_push_now() 967 struct xlog *log) in xlog_cil_empty() [all …]
|
D | xfs_log_recover.c | 52 #define xlog_recover_check_summary(log) argument 80 struct xlog *log, in xlog_verify_bno() 97 struct xlog *log, in xlog_alloc_buffer() 139 struct xlog *log, in xlog_align() 147 struct xlog *log, in xlog_do_io() 180 struct xlog *log, in xlog_bread_noalign() 190 struct xlog *log, in xlog_bread() 206 struct xlog *log, in xlog_bwrite() 327 struct xlog *log, in xlog_find_cycle_start() 370 struct xlog *log, in xlog_find_verify_cycle() [all …]
|
/Linux-v5.4/net/openvswitch/ |
D | flow_netlink.c | 151 u64 key_attrs, u64 mask_attrs, bool log) in match_validate() 463 u64 *attrsp, bool log, bool nz) in __parse_flow_nlattrs() 508 bool log) in parse_flow_mask_nlattrs() 514 u64 *attrsp, bool log) in parse_flow_nlattrs() 521 bool log) in genev_tun_opt_from_nlattr() 572 bool log) in vxlan_tun_opt_from_nlattr() 628 bool log) in erspan_tun_opt_from_nlattr() 655 bool log) in ip_tun_from_nlattr() 985 const struct nlattr **a, bool log) in validate_vlan_from_nlattrs() 1023 const struct nlattr **a, bool log) in validate_vlan_mask_from_nlattrs() [all …]
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_verifier_log.c | 48 static int load(char *log, size_t log_len, int log_level) in load() 88 static void test_log_good(char *log, size_t buf_len, size_t log_len, in test_log_good() 124 static void test_log_bad(char *log, size_t log_len, int log_level) in test_log_bad() 138 char log[LOG_SIZE]; in main() local
|
/Linux-v5.4/net/netfilter/ |
D | nfnetlink_log.c | 101 __instance_lookup(struct nfnl_log_net *log, u_int16_t group_num) in __instance_lookup() 121 instance_lookup_get(struct nfnl_log_net *log, u_int16_t group_num) in instance_lookup_get() 158 struct nfnl_log_net *log = nfnl_log_pernet(net); in instance_create() local 235 instance_destroy(struct nfnl_log_net *log, in instance_destroy() 442 __build_packet_message(struct nfnl_log_net *log, in __build_packet_message() 689 struct nfnl_log_net *log = nfnl_log_pernet(net); in nfulnl_log_packet() local 822 struct nfnl_log_net *log = nfnl_log_pernet(n->net); in nfulnl_rcv_nl_event() local 881 struct nfnl_log_net *log = nfnl_log_pernet(net); in nfulnl_recv_config() local 1018 struct nfnl_log_net *log; in get_first() local 1038 struct nfnl_log_net *log; in get_next() local [all …]
|
D | nf_log.c | 30 struct nf_logger *log; in __find_logger() local 47 const struct nf_logger *log; in nf_log_set() local 66 const struct nf_logger *log; in nf_log_unset() local 114 const struct nf_logger *log; in nf_log_unregister() local
|
/Linux-v5.4/drivers/mtd/tests/ |
D | nandbiterrs.c | 90 static int write_page(int log) in write_page() 99 static int rewrite_page(int log) in rewrite_page() 128 static int read_page(int log) in read_page() 154 static int verify_page(int log) in verify_page()
|
/Linux-v5.4/drivers/char/tpm/eventlog/ |
D | tpm2.c | 45 struct tpm_bios_log *log = &chip->log; in tpm2_bios_measurements_start() local 92 struct tpm_bios_log *log = &chip->log; in tpm2_bios_measurements_next() local 132 struct tpm_bios_log *log = &chip->log; in tpm2_binary_bios_measurements_show() local
|
D | tpm1.c | 74 struct tpm_bios_log *log = &chip->log; in tpm1_bios_measurements_start() local 113 struct tpm_bios_log *log = &chip->log; in tpm1_bios_measurements_next() local
|
D | of.c | 25 struct tpm_bios_log *log; in tpm_read_log_of() local
|
D | efi.c | 21 struct tpm_bios_log *log; in tpm_read_log_efi() local
|
/Linux-v5.4/drivers/staging/greybus/ |
D | log.c | 70 struct gb_log *log; in gb_log_probe() local 109 struct gb_log *log = greybus_get_drvdata(bundle); in gb_log_disconnect() local
|
/Linux-v5.4/fs/btrfs/ |
D | tree-log.c | 296 static int process_one_buffer(struct btrfs_root *log, in process_one_buffer() 942 static noinline int backref_in_log(struct btrfs_root *log, in backref_in_log() 1417 struct btrfs_root *log, in add_inode_ref() 2216 struct btrfs_root *log, in check_item_in_log() 2319 struct btrfs_root *log, in replay_xattr_deletes() 2427 struct btrfs_root *log, in replay_dir_deletes() 2534 static int replay_one_buffer(struct btrfs_root *log, struct extent_buffer *eb, in replay_one_buffer() 2856 struct btrfs_root *log, struct walk_control *wc) in walk_log_tree() 2935 struct btrfs_root *log, in update_log_root() 3043 struct btrfs_root *log = root->log_root; in btrfs_sync_log() local [all …]
|
/Linux-v5.4/drivers/net/wireless/broadcom/b43legacy/ |
D | debugfs.c | 127 struct b43legacy_txstatus_log *log = &dev->dfsentry->txstatlog; in txstat_read_file() local 371 struct b43legacy_txstatus_log *log; in b43legacy_debugfs_add_device() local 444 struct b43legacy_txstatus_log *log; in b43legacy_debugfs_log_txstat() local
|
/Linux-v5.4/drivers/edac/ |
D | x38_edac.c | 116 static unsigned long eccerrlog_syndrome(u64 log) in eccerrlog_syndrome() 121 static int eccerrlog_row(int channel, u64 log) in eccerrlog_row() 207 u64 log; in x38_process_error_info() local
|