Home
last modified time | relevance | path

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

123

/linux/lib/
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()
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()
296 bool lc_is_used(struct lru_cache *lc, unsigned int enr) in lc_is_used()
310 void lc_del(struct lru_cache *lc, struct lc_element *e) in lc_del()
346 static int lc_unused_element_available(struct lru_cache *lc) in lc_unused_element_available()
535 void lc_committed(struct lru_cache *lc) in lc_committed()
[all …]
A Ddecompress_unlzma.c350 int lc, uint32_t literal_pos_mask) { in process_bit0()
546 int lc, pb, lp; in unlzma() local
A Dkstrtox.c60 unsigned int lc = c | 0x20; /* don't tolower() this line */ in _parse_integer_limit() local
/linux/drivers/md/
A Ddm-log-writes.c530 struct log_writes_c *lc; in log_writes_ctr() local
635 struct log_writes_c *lc = ti->private; in log_writes_dtr() local
660 struct log_writes_c *lc = ti->private; in normal_map_bio() local
667 struct log_writes_c *lc = ti->private; in log_writes_map() local
791 struct log_writes_c *lc = ti->private; in normal_end_io() local
822 struct log_writes_c *lc = ti->private; in log_writes_status() local
845 struct log_writes_c *lc = ti->private; in log_writes_prepare_ioctl() local
861 struct log_writes_c *lc = ti->private; in log_writes_iterate_devices() local
874 struct log_writes_c *lc = ti->private; in log_writes_message() local
891 struct log_writes_c *lc = ti->private; in log_writes_io_hints() local
[all …]
A Ddm-log-userspace-base.c196 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
566 struct log_c *lc = log->context; in userspace_flush() local
651 struct log_c *lc = log->context; in userspace_mark_region() local
[all …]
A 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
147 struct linear_c *lc = 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
199 struct linear_c *lc = ti->private; in linear_dax_copy_to_iter() local
[all …]
A 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
683 struct log_c *lc = log->context; in disk_flush() local
785 struct log_c *lc = log->context; in core_status() local
[all …]
/linux/net/rds/
A 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/arch/s390/kernel/
A 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
A 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()
A 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/fs/ocfs2/
A 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/drivers/gpio/
A 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/net/tipc/
A 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/include/linux/
A 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/fs/affs/
A Dsymlink.c22 char lc; in affs_symlink_readpage() local
/linux/arch/nds32/include/uapi/asm/
A Dptrace.h21 long lc; member
/linux/drivers/net/ethernet/chelsio/cxgb/
A 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/fs/hpfs/
A Ddir.c71 int lc; in hpfs_readdir() local
A Dname.c55 unsigned len, int lc, int lng) in hpfs_translate_name()
/linux/arch/powerpc/kernel/
A Dio.c126 u32 lc = c; in _memset_io() local
/linux/lib/zlib_deflate/
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/arch/s390/mm/
A Dmaccess.c206 unsigned long lc; in is_swapped() local
/linux/arch/nds32/include/asm/
A Dptrace.h34 long lc; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
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

Completed in 78 milliseconds

123