/Linux-v5.4/lib/ |
D | lru_cache.c | 39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument 55 int lc_try_lock(struct lru_cache *lc) in lc_try_lock() 93 struct lru_cache *lc; in lc_create() local 160 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index() 174 void lc_destroy(struct lru_cache *lc) in lc_destroy() 193 void lc_reset(struct lru_cache *lc) in lc_reset() 229 void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc) in lc_seq_printf_stats() 243 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot() 249 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find() 280 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find() [all …]
|
D | decompress_unlzma.c | 350 int lc, uint32_t literal_pos_mask) { in process_bit0() 546 int lc, pb, lp; in unlzma() local
|
D | kstrtox.c | 57 unsigned int lc = c | 0x20; /* don't tolower() this line */ in _parse_integer() local
|
/Linux-v5.4/drivers/md/ |
D | dm-log-writes.c | 137 static inline sector_t bio_to_dev_sectors(struct log_writes_c *lc, in bio_to_dev_sectors() 143 static inline sector_t dev_to_bio_sectors(struct log_writes_c *lc, in dev_to_bio_sectors() 149 static void put_pending_block(struct log_writes_c *lc) in put_pending_block() 158 static void put_io_block(struct log_writes_c *lc) in put_io_block() 169 struct log_writes_c *lc = bio->bi_private; in log_end_io() local 187 struct log_writes_c *lc = bio->bi_private; in log_end_super() local 197 static void free_pending_block(struct log_writes_c *lc, in free_pending_block() 211 static int write_metadata(struct log_writes_c *lc, void *entry, in write_metadata() 263 static int write_inline_data(struct log_writes_c *lc, void *entry, in write_inline_data() 331 static int log_one_block(struct log_writes_c *lc, in log_one_block() [all …]
|
D | dm-linear.c | 31 struct linear_c *lc; in linear_ctr() local 75 struct linear_c *lc = (struct linear_c *) ti->private; in linear_dtr() local 83 struct linear_c *lc = ti->private; in linear_map_sector() local 90 struct linear_c *lc = ti->private; in linear_map_bio() local 108 struct linear_c *lc = (struct linear_c *) ti->private; in linear_status() local 124 struct linear_c *lc = (struct linear_c *) ti->private; in linear_prepare_ioctl() local 142 struct linear_c *lc = (struct linear_c *) ti->private; in linear_report_zones() local 160 struct linear_c *lc = ti->private; in linear_iterate_devices() local 170 struct linear_c *lc = ti->private; in linear_dax_direct_access() local 185 struct linear_c *lc = ti->private; in linear_dax_copy_from_iter() local [all …]
|
D | dm-log-userspace-base.c | 84 static int userspace_do_request(struct log_c *lc, const char *uuid, in userspace_do_request() 159 struct log_c *lc = container_of(work, struct log_c, flush_log_work.work); in do_flush() local 196 struct log_c *lc = NULL; in userspace_ctr() local 328 struct log_c *lc = log->context; in userspace_dtr() local 355 struct log_c *lc = log->context; in userspace_presuspend() local 366 struct log_c *lc = log->context; in userspace_postsuspend() local 383 struct log_c *lc = log->context; in userspace_resume() local 394 struct log_c *lc = log->context; in userspace_get_region_size() local 413 struct log_c *lc = log->context; in userspace_is_clean() local 441 struct log_c *lc = log->context; in userspace_in_sync() local [all …]
|
D | dm-log.c | 294 static int rw_header(struct log_c *lc, int op) in rw_header() 302 static int flush_header(struct log_c *lc) in flush_header() 369 struct log_c *lc; in create_log_context() local 522 static void destroy_log_context(struct log_c *lc) in destroy_log_context() 531 struct log_c *lc = (struct log_c *) log->context; in core_dtr() local 568 struct log_c *lc = (struct log_c *) log->context; in disk_dtr() local 576 static void fail_log_device(struct log_c *lc) in fail_log_device() 589 struct log_c *lc = (struct log_c *) log->context; in disk_resume() local 651 struct log_c *lc = (struct log_c *) log->context; in core_get_region_size() local 657 struct log_c *lc = (struct log_c *) log->context; in core_resume() local [all …]
|
/Linux-v5.4/net/rds/ |
D | loop.c | 137 struct rds_loop_connection *lc; in rds_loop_conn_alloc() local 157 struct rds_loop_connection *lc = arg; in rds_loop_conn_free() local 179 struct rds_loop_connection *lc, *_lc; in rds_loop_exit() local 198 struct rds_loop_connection *lc, *_lc; in rds_loop_kill_conns() local
|
/Linux-v5.4/fs/ocfs2/ |
D | stack_user.c | 817 struct ocfs2_live_connection *lc = conn->cc_private; in sync_wait_cb() local 825 struct ocfs2_live_connection *lc = conn->cc_private; in sync_unlock() local 849 struct ocfs2_live_connection *lc = conn->cc_private; in sync_lock() local 876 struct ocfs2_live_connection *lc = conn->cc_private; in version_lock() local 883 struct ocfs2_live_connection *lc = conn->cc_private; in version_unlock() local 901 struct ocfs2_live_connection *lc = conn->cc_private; in get_protocol_version() local 954 struct ocfs2_live_connection *lc = conn->cc_private; in user_recover_done() local 986 struct ocfs2_live_connection *lc; in user_cluster_connect() local 1066 struct ocfs2_live_connection *lc = conn->cc_private; in user_cluster_this_node() local
|
/Linux-v5.4/arch/s390/kernel/ |
D | nmi.c | 67 void __init nmi_alloc_boot_cpu(struct lowcore *lc) in nmi_alloc_boot_cpu() 103 int nmi_alloc_per_cpu(struct lowcore *lc) in nmi_alloc_per_cpu() 118 void nmi_free_per_cpu(struct lowcore *lc) in nmi_free_per_cpu()
|
D | smp.c | 192 struct lowcore *lc; in pcpu_alloc_lowcore() local 256 struct lowcore *lc = pcpu->lowcore; in pcpu_prepare_secondary() local 279 struct lowcore *lc = pcpu->lowcore; in pcpu_attach_task() local 296 struct lowcore *lc = pcpu->lowcore; in pcpu_start_fn() local 317 struct lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate() local 382 struct lowcore *lc = pcpu_devices->lowcore; in smp_call_ipl_cpu() local
|
/Linux-v5.4/include/linux/ |
D | lru_cache.h | 268 static inline int lc_try_lock_for_transaction(struct lru_cache *lc) in lc_try_lock_for_transaction() 288 static inline void lc_unlock(struct lru_cache *lc) in lc_unlock()
|
/Linux-v5.4/fs/affs/ |
D | symlink.c | 22 char lc; in affs_symlink_readpage() local
|
/Linux-v5.4/net/tipc/ |
D | netlink_compat.c | 677 struct tipc_link_config *lc) in __tipc_add_link_prop() 696 struct tipc_link_config *lc; in tipc_nl_compat_media_set() local 723 struct tipc_link_config *lc; in tipc_nl_compat_bearer_set() local 750 struct tipc_link_config *lc; in __tipc_nl_compat_link_set() local 776 struct tipc_link_config *lc; in tipc_nl_compat_link_set() local
|
/Linux-v5.4/arch/nds32/include/uapi/asm/ |
D | ptrace.h | 21 long lc; member
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/ |
D | subr.c | 154 struct link_config *lc = &adapter->port[port_id].link_config; in t1_link_changed() local 623 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t1_link_start() 1030 static void init_link_config(struct link_config *lc, in init_link_config()
|
D | cxgb2.c | 637 struct link_config *lc = &p->link_config; in set_link_ksettings() local 688 struct link_config *lc = &p->link_config; in set_pauseparam() local
|
/Linux-v5.4/fs/hpfs/ |
D | dir.c | 71 int lc; in hpfs_readdir() local
|
D | name.c | 55 unsigned len, int lc, int lng) in hpfs_translate_name()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 651 struct link_config *lc = &pi->link_cfg; in set_link_ksettings() local 749 const struct link_config *lc = &pi->link_cfg; in get_fecparam() local 770 struct link_config *lc = &pi->link_cfg; in set_fecparam() local 804 struct link_config *lc = &p->link_cfg; in set_pauseparam() local
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | io.c | 126 u32 lc = c; in _memset_io() local
|
/Linux-v5.4/arch/s390/mm/ |
D | maccess.c | 185 unsigned long lc; in is_swapped() local
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | ptrace.h | 34 long lc; member
|
/Linux-v5.4/lib/zlib_deflate/ |
D | deftree.c | 972 unsigned lc /* match length-MIN_MATCH or unmatched char (if dist==0) */ 1025 int lc; /* match length or unmatched char (if dist == 0) */ local
|
/Linux-v5.4/arch/x86/boot/ |
D | string.c | 268 unsigned int lc = c | 0x20; /* don't tolower() this line */ in _parse_integer() local
|