| /linux/lib/ |
| H A 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() 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 D | decompress_unlzma.c | 352 int lc, uint32_t literal_pos_mask) { in process_bit0() 548 int lc, pb, lp; in unlzma() local
|
| /linux/drivers/md/ |
| H A D | dm-log-writes.c | 138 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 D | dm-log.c | 299 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 D | dm-linear.c | 32 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 D | papr_vpd.c | 32 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 D | loop.c | 141 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 D | setget_sockopt.c | 157 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 D | netlink_compat.c | 708 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 D | lru_cache.h | 266 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 D | ctlreg.c | 37 void __init system_ctlreg_init_save_area(struct lowcore *lc) in system_ctlreg_init_save_area()
|
| H A D | crash_dump.c | 89 struct lowcore *lc; in save_area_add_regs() local
|
| /linux/fs/hpfs/ |
| H A D | name.c | 55 unsigned len, int lc, int lng) in hpfs_translate_name()
|
| /linux/lib/zlib_deflate/ |
| H A D | deftree.c | 918 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 D | cxgb4_ethtool.c | 721 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 D | t4_hw.c | 4109 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 D | string.c | 266 unsigned int lc = c | 0x20; /* don't tolower() this line */ in _parse_integer() local
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_hw.c | 1181 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 D | t4vf_hw.c | 456 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 D | t4vf_common.h | 153 static inline bool is_x_10g_port(const struct link_config *lc) in is_x_10g_port()
|
| /linux/fs/smb/server/ |
| H A D | oplock.c | 2021 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 D | smb2pdu.c | 3651 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 D | qed_fcoe.c | 552 u32 i, lc; in qed_fcoe_setup() local
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_hw.c | 1688 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 D | igb_ethtool.c | 1891 u16 i, j, lc, good_cnt; in igb_run_loopback_test() local
|