Home
last modified time | relevance | path

Searched defs:lc (Results 1 – 25 of 62) sorted by relevance

123

/Linux-v5.15/lib/
Dlru_cache.c39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument
55 int lc_try_lock(struct lru_cache *lc) in lc_try_lock()
94 struct lru_cache *lc; in lc_create() local
161 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index()
175 void lc_destroy(struct lru_cache *lc) in lc_destroy()
194 void lc_reset(struct lru_cache *lc) in lc_reset()
230 void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc) in lc_seq_printf_stats()
244 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot()
250 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find()
281 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find()
[all …]
Ddecompress_unlzma.c350 int lc, uint32_t literal_pos_mask) { in process_bit0()
546 int lc, pb, lp; in unlzma() local
Dkstrtox.c60 unsigned int lc = c | 0x20; /* don't tolower() this line */ in _parse_integer_limit() local
/Linux-v5.15/drivers/md/
Ddm-log-writes.c137 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()
330 static int log_one_block(struct log_writes_c *lc, in log_one_block()
[all …]
Ddm-log-userspace-base.c84 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 …]
Ddm-linear.c31 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
130 struct linear_c *lc = (struct linear_c *) ti->private; in linear_prepare_ioctl() local
148 struct linear_c *lc = ti->private; in linear_report_zones() local
161 struct linear_c *lc = ti->private; in linear_iterate_devices() local
171 struct linear_c *lc = ti->private; in linear_dax_direct_access() local
186 struct linear_c *lc = ti->private; in linear_dax_copy_from_iter() local
[all …]
Ddm-log.c294 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.15/net/rds/
Dloop.c137 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.15/arch/s390/kernel/
Dsmp.c195 struct lowcore *lc; in pcpu_alloc_lowcore() local
232 struct lowcore *lc; in pcpu_free_lowcore() local
251 struct lowcore *lc = lowcore_ptr[cpu]; in pcpu_prepare_secondary() local
274 struct lowcore *lc; in pcpu_attach_task() local
294 struct lowcore *lc; in pcpu_start_fn() local
320 struct lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate() local
387 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu() local
613 struct lowcore *lc; in smp_store_status() local
1251 static __always_inline void set_new_lowcore(struct lowcore *lc) in set_new_lowcore()
1273 struct lowcore *lc, *lc_ipl; in smp_reinit_ipl_cpu() local
Dnmi.c67 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()
Dsetup.c412 struct lowcore *lc; in setup_lowcore_dat_off() local
501 struct lowcore *lc = lowcore_ptr[0]; in setup_lowcore_dat_on() local
/Linux-v5.15/fs/ocfs2/
Dstack_user.c815 struct ocfs2_live_connection *lc = conn->cc_private; in sync_wait_cb() local
823 struct ocfs2_live_connection *lc = conn->cc_private; in sync_unlock() local
847 struct ocfs2_live_connection *lc = conn->cc_private; in sync_lock() local
874 struct ocfs2_live_connection *lc = conn->cc_private; in version_lock() local
881 struct ocfs2_live_connection *lc = conn->cc_private; in version_unlock() local
899 struct ocfs2_live_connection *lc = conn->cc_private; in get_protocol_version() local
952 struct ocfs2_live_connection *lc = conn->cc_private; in user_recover_done() local
984 struct ocfs2_live_connection *lc; in user_cluster_connect() local
1064 struct ocfs2_live_connection *lc = conn->cc_private; in user_cluster_this_node() local
/Linux-v5.15/drivers/gpio/
Dgpiolib-cdev.c741 static bool gpio_v2_line_config_debounced(struct gpio_v2_line_config *lc, in gpio_v2_line_config_debounced()
755 static u32 gpio_v2_line_config_debounce_period(struct gpio_v2_line_config *lc, in gpio_v2_line_config_debounce_period()
785 struct gpio_v2_line_config *lc, in edge_detector_setup()
835 struct gpio_v2_line_config *lc, in edge_detector_update()
861 static u64 gpio_v2_line_config_flags(struct gpio_v2_line_config *lc, in gpio_v2_line_config_flags()
875 static int gpio_v2_line_config_output_value(struct gpio_v2_line_config *lc, in gpio_v2_line_config_output_value()
938 static int gpio_v2_line_config_validate(struct gpio_v2_line_config *lc, in gpio_v2_line_config_validate()
1118 struct gpio_v2_line_config *lc) in linereq_set_config_unlocked()
1166 struct gpio_v2_line_config lc; in linereq_set_config() local
1316 struct gpio_v2_line_config *lc; in linereq_create() local
/Linux-v5.15/net/tipc/
Dnetlink_compat.c710 struct tipc_link_config *lc) in __tipc_add_link_prop()
729 struct tipc_link_config *lc; in tipc_nl_compat_media_set() local
756 struct tipc_link_config *lc; in tipc_nl_compat_bearer_set() local
783 struct tipc_link_config *lc; in __tipc_nl_compat_link_set() local
809 struct tipc_link_config *lc; in tipc_nl_compat_link_set() local
/Linux-v5.15/include/linux/
Dlru_cache.h268 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.15/fs/affs/
Dsymlink.c22 char lc; in affs_symlink_readpage() local
/Linux-v5.15/arch/nds32/include/uapi/asm/
Dptrace.h21 long lc; member
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb/
Dsubr.c154 struct link_config *lc = &adapter->port[port_id].link_config; in t1_link_changed() local
635 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t1_link_start()
1056 static void init_link_config(struct link_config *lc, in init_link_config()
/Linux-v5.15/fs/hpfs/
Ddir.c71 int lc; in hpfs_readdir() local
Dname.c55 unsigned len, int lc, int lng) in hpfs_translate_name()
/Linux-v5.15/arch/powerpc/kernel/
Dio.c126 u32 lc = c; in _memset_io() local
/Linux-v5.15/lib/zlib_deflate/
Ddeftree.c918 unsigned lc /* match length-MIN_MATCH or unmatched char (if dist==0) */
971 int lc; /* match length or unmatched char (if dist == 0) */ local
/Linux-v5.15/arch/s390/mm/
Dmaccess.c206 unsigned long lc; in is_swapped() local
/Linux-v5.15/arch/nds32/include/asm/
Dptrace.h34 long lc; member
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c721 struct link_config *lc = &pi->link_cfg; in set_link_ksettings() local
819 const struct link_config *lc = &pi->link_cfg; in get_fecparam() local
840 struct link_config *lc = &pi->link_cfg; in set_fecparam() local
874 struct link_config *lc = &p->link_cfg; in set_pauseparam() local

123