Home
last modified time | relevance | path

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

123

/linux-5.19.10/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.c62 unsigned int lc = c | 0x20; /* don't tolower() this line */ in _parse_integer_limit() local
/linux-5.19.10/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()
257 static int write_inline_data(struct log_writes_c *lc, void *entry, in write_inline_data()
317 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-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
521 static void destroy_log_context(struct log_c *lc) in destroy_log_context()
530 struct log_c *lc = (struct log_c *) log->context; in core_dtr() local
567 struct log_c *lc = (struct log_c *) log->context; in disk_dtr() local
575 static void fail_log_device(struct log_c *lc) in fail_log_device()
588 struct log_c *lc = (struct log_c *) log->context; in disk_resume() local
650 struct log_c *lc = (struct log_c *) log->context; in core_get_region_size() local
656 struct log_c *lc = (struct log_c *) log->context; in core_resume() local
[all …]
Ddm-linear.c31 struct linear_c *lc; in linear_ctr() local
74 struct linear_c *lc = (struct linear_c *) ti->private; in linear_dtr() local
82 struct linear_c *lc = ti->private; in linear_map_sector() local
89 struct linear_c *lc = ti->private; in linear_map() local
100 struct linear_c *lc = (struct linear_c *) ti->private; in linear_status() local
122 struct linear_c *lc = (struct linear_c *) ti->private; in linear_prepare_ioctl() local
139 struct linear_c *lc = ti->private; in linear_report_zones() local
152 struct linear_c *lc = ti->private; in linear_iterate_devices() local
160 struct linear_c *lc = ti->private; in linear_dax_pgoff() local
/linux-5.19.10/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-5.19.10/arch/s390/kernel/
Dsmp.c194 struct lowcore *lc; in pcpu_alloc_lowcore() local
230 struct lowcore *lc; in pcpu_free_lowcore() local
249 struct lowcore *lc = lowcore_ptr[cpu]; in pcpu_prepare_secondary() local
272 struct lowcore *lc; in pcpu_attach_task() local
292 struct lowcore *lc; in pcpu_start_fn() local
318 struct lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate() local
392 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu() local
606 struct lowcore *lc; in smp_store_status() local
1240 static __always_inline void set_new_lowcore(struct lowcore *lc) in set_new_lowcore()
1262 struct lowcore *lc, *lc_ipl; in smp_reinit_ipl_cpu() local
Dsetup.c415 struct lowcore *lc; in setup_lowcore_dat_off() local
504 struct lowcore *lc = lowcore_ptr[0]; in setup_lowcore_dat_on() local
/linux-5.19.10/fs/ocfs2/
Dstack_user.c809 struct ocfs2_live_connection *lc = conn->cc_private; in sync_wait_cb() local
817 struct ocfs2_live_connection *lc = conn->cc_private; in sync_unlock() local
841 struct ocfs2_live_connection *lc = conn->cc_private; in sync_lock() local
868 struct ocfs2_live_connection *lc = conn->cc_private; in version_lock() local
875 struct ocfs2_live_connection *lc = conn->cc_private; in version_unlock() local
893 struct ocfs2_live_connection *lc = conn->cc_private; in get_protocol_version() local
946 struct ocfs2_live_connection *lc = conn->cc_private; in user_recover_done() local
978 struct ocfs2_live_connection *lc; in user_cluster_connect() local
1058 struct ocfs2_live_connection *lc = conn->cc_private; in user_cluster_this_node() local
/linux-5.19.10/drivers/gpio/
Dgpiolib-cdev.c905 static bool gpio_v2_line_config_debounced(struct gpio_v2_line_config *lc, in gpio_v2_line_config_debounced()
919 static u32 gpio_v2_line_config_debounce_period(struct gpio_v2_line_config *lc, in gpio_v2_line_config_debounce_period()
952 struct gpio_v2_line_config *lc, in edge_detector_setup()
1005 struct gpio_v2_line_config *lc, in edge_detector_update()
1037 static u64 gpio_v2_line_config_flags(struct gpio_v2_line_config *lc, in gpio_v2_line_config_flags()
1051 static int gpio_v2_line_config_output_value(struct gpio_v2_line_config *lc, in gpio_v2_line_config_output_value()
1118 static int gpio_v2_line_config_validate(struct gpio_v2_line_config *lc, in gpio_v2_line_config_validate()
1300 struct gpio_v2_line_config *lc) in linereq_set_config_unlocked()
1350 struct gpio_v2_line_config lc; in linereq_set_config() local
1506 struct gpio_v2_line_config *lc; in linereq_create() local
/linux-5.19.10/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-5.19.10/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-5.19.10/fs/affs/
Dsymlink.c23 char lc; in affs_symlink_read_folio() local
/linux-5.19.10/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()
Dcxgb2.c637 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-5.19.10/fs/hpfs/
Ddir.c71 int lc; in hpfs_readdir() local
Dname.c55 unsigned len, int lc, int lng) in hpfs_translate_name()
/linux-5.19.10/arch/powerpc/kernel/
Dio.c126 u32 lc = c; in _memset_io() local
/linux-5.19.10/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-5.19.10/arch/s390/mm/
Dmaccess.c205 phys_addr_t lc; in is_swapped() local
/linux-5.19.10/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
/linux-5.19.10/arch/x86/boot/
Dstring.c267 unsigned int lc = c | 0x20; /* don't tolower() this line */ in _parse_integer() local
/linux-5.19.10/fs/ksmbd/
Doplock.c1413 struct create_lease_v2 *lc = (struct create_lease_v2 *)cc; in parse_lease_state() local
1423 struct create_lease *lc = (struct create_lease *)cc; in parse_lease_state() local

123