Home
last modified time | relevance | path

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

12

/linux/lib/
H A Dlru_cache.c39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument
55 int lc_try_lock(struct lru_cache *lc) in lc_try_lock()
83 struct lru_cache *lc; in lc_create() local
150 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index()
164 void lc_destroy(struct lru_cache *lc) in lc_destroy()
183 void lc_reset(struct lru_cache *lc) in lc_reset()
219 void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc) in lc_seq_printf_stats()
233 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot()
239 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find()
270 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find()
[all …]
H A Ddecompress_unlzma.c352 int lc, uint32_t literal_pos_mask) { in process_bit0()
548 int lc, pb, lp; in unlzma() local
/linux/drivers/md/
H A Ddm-log-writes.c138 static inline sector_t bio_to_dev_sectors(struct log_writes_c *lc, in bio_to_dev_sectors()
144 static inline sector_t dev_to_bio_sectors(struct log_writes_c *lc, in dev_to_bio_sectors()
150 static void put_pending_block(struct log_writes_c *lc) in put_pending_block()
159 static void put_io_block(struct log_writes_c *lc) in put_io_block()
170 struct log_writes_c *lc = bio->bi_private; in log_end_io() local
188 struct log_writes_c *lc = bio->bi_private; in log_end_super() local
198 static void free_pending_block(struct log_writes_c *lc, in free_pending_block()
212 static int write_metadata(struct log_writes_c *lc, void *entry, in write_metadata()
258 static int write_inline_data(struct log_writes_c *lc, void *entry, in write_inline_data()
318 static int log_one_block(struct log_writes_c *lc, in log_one_block()
[all …]
H A Ddm-log.c299 static int rw_header(struct log_c *lc, enum req_op op) in rw_header()
306 static int flush_header(struct log_c *lc) in flush_header()
374 struct log_c *lc; in create_log_context() local
531 static void destroy_log_context(struct log_c *lc) in destroy_log_context()
540 struct log_c *lc = log->context; in core_dtr() local
579 struct log_c *lc = log->context; in disk_dtr() local
587 static void fail_log_device(struct log_c *lc) in fail_log_device()
600 struct log_c *lc = log->context; in disk_resume() local
662 struct log_c *lc = log->context; in core_get_region_size() local
669 struct log_c *lc = log->context; in core_resume() local
[all …]
H A Ddm-linear.c32 struct linear_c *lc; in linear_ctr() local
76 struct linear_c *lc = ti->private; in linear_dtr() local
84 struct linear_c *lc = ti->private; in linear_map_sector() local
91 struct linear_c *lc = ti->private; in linear_map() local
102 struct linear_c *lc = ti->private; in linear_status() local
126 struct linear_c *lc = ti->private; in linear_prepare_ioctl() local
143 struct linear_c *lc = ti->private; in linear_report_zones() local
156 struct linear_c *lc = ti->private; in linear_iterate_devices() local
164 struct linear_c *lc = ti->private; in linear_dax_pgoff() local
/linux/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c32 struct papr_location_code lc = { .str = "", }; in dev_papr_vpd_get_handle_all() local
71 struct papr_location_code lc = { .str = "", }; in dev_papr_vpd_get_handle_byte_at_a_time() local
112 struct papr_location_code lc = {}; in dev_papr_vpd_unterm_loc_code() local
157 struct papr_location_code lc = { .str = "", }; in papr_vpd_close_handle_without_reading() local
180 struct papr_location_code lc = { .str = "", }; in papr_vpd_reread() local
214 static int get_system_loc_code(struct papr_location_code *lc) in get_system_loc_code()
261 struct papr_location_code lc; in papr_vpd_system_loc_code() local
/linux/net/rds/
H A Dloop.c141 struct rds_loop_connection *lc; in rds_loop_conn_alloc() local
161 struct rds_loop_connection *lc = arg; in rds_loop_conn_free() local
183 struct rds_loop_connection *lc, *_lc; in rds_loop_exit() local
202 struct rds_loop_connection *lc, *_lc; in rds_loop_kill_conns() local
/linux/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c157 static int bpf_test_socket_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_socket_sockopt()
174 static int bpf_test_ip_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_ip_sockopt()
191 static int bpf_test_ipv6_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_ipv6_sockopt()
208 static int bpf_test_tcp_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_tcp_sockopt()
261 struct loop_ctx lc = { .ctx = ctx, .sk = sk, }; in bpf_test_sockopt() local
/linux/net/tipc/
H A Dnetlink_compat.c708 struct tipc_link_config *lc) in __tipc_add_link_prop()
727 struct tipc_link_config *lc; in tipc_nl_compat_media_set() local
754 struct tipc_link_config *lc; in tipc_nl_compat_bearer_set() local
781 struct tipc_link_config *lc; in __tipc_nl_compat_link_set() local
807 struct tipc_link_config *lc; in tipc_nl_compat_link_set() local
/linux/include/linux/
H A Dlru_cache.h266 static inline int lc_try_lock_for_transaction(struct lru_cache *lc) in lc_try_lock_for_transaction()
286 static inline void lc_unlock(struct lru_cache *lc) in lc_unlock()
/linux/arch/s390/kernel/
H A Dctlreg.c37 void __init system_ctlreg_init_save_area(struct lowcore *lc) in system_ctlreg_init_save_area()
H A Dcrash_dump.c89 struct lowcore *lc; in save_area_add_regs() local
/linux/fs/hpfs/
H A Dname.c55 unsigned len, int lc, int lng) in hpfs_translate_name()
/linux/lib/zlib_deflate/
H A 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/drivers/net/ethernet/chelsio/cxgb4/
H A 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
H A Dt4_hw.c4109 struct link_config *lc) in t4_link_acaps()
4186 unsigned int port, struct link_config *lc, in t4_link_l1cfg_core()
8566 struct link_config *lc = &pi->link_cfg; in t4_handle_get_port_info() local
8891 static void init_link_config(struct link_config *lc, fw_port_cap32_t pcaps, in init_link_config()
/linux/arch/x86/boot/
H A Dstring.c266 unsigned int lc = c | 0x20; /* don't tolower() this line */ in _parse_integer() local
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c1181 struct link_config *lc = &pi->link_config; in t3_link_changed() local
1237 struct link_config *lc = &pi->link_config; in t3_link_fault() local
1298 int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t3_link_start()
3428 static void init_link_config(struct link_config *lc, unsigned int caps) in init_link_config()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c456 static void init_link_config(struct link_config *lc, in init_link_config()
1917 struct link_config *lc = &pi->link_cfg; in t4vf_handle_get_port_info() local
H A Dt4vf_common.h153 static inline bool is_x_10g_port(const struct link_config *lc) in is_x_10g_port()
/linux/fs/smb/server/
H A Doplock.c2021 struct create_lease_v2 *lc = (struct create_lease_v2 *)cc; in parse_lease_state() local
2041 struct create_lease *lc = (struct create_lease *)cc; in parse_lease_state() local
H A Dsmb2pdu.c3651 struct lease_ctx_info *lc, in smb2_check_durable_replay()
3723 struct lease_ctx_info *lc, in parse_durable_handle_context()
4094 struct lease_ctx_info *lc = NULL; in smb2_open() local
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.c552 u32 i, lc; in qed_fcoe_setup() local
/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c1688 static void csio_init_link_config(struct link_config *lc, fw_port_cap32_t pcaps, in csio_init_link_config()
1723 static void csio_link_l1cfg(struct link_config *lc, uint16_t fw_caps, in csio_link_l1cfg()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c1891 u16 i, j, lc, good_cnt; in igb_run_loopback_test() local

12