/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 …]
|
/linux/drivers/md/ |
H A D | dm-log-userspace-base.c | 85 static int userspace_do_request(struct log_c *lc, const char *uuid, in userspace_do_request() 160 struct log_c *lc = container_of(work, struct log_c, flush_log_work.work); in do_flush() local 197 struct log_c *lc = NULL; in userspace_ctr() local 329 struct log_c *lc = log->context; in userspace_dtr() local 354 struct log_c *lc = log->context; in userspace_presuspend() local 365 struct log_c *lc = log->context; in userspace_postsuspend() local 382 struct log_c *lc = log->context; in userspace_resume() local 393 struct log_c *lc = log->context; in userspace_get_region_size() local 412 struct log_c *lc = log->context; in userspace_is_clean() local 440 struct log_c *lc = log->context; in userspace_in_sync() local [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 524 static void destroy_log_context(struct log_c *lc) in destroy_log_context() 533 struct log_c *lc = log->context; in core_dtr() local 572 struct log_c *lc = log->context; in disk_dtr() local 580 static void fail_log_device(struct log_c *lc) in fail_log_device() 593 struct log_c *lc = log->context; in disk_resume() local 655 struct log_c *lc = log->context; in core_get_region_size() local 662 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 124 struct linear_c *lc = ti->private; in linear_prepare_ioctl() local 141 struct linear_c *lc = ti->private; in linear_report_zones() local 154 struct linear_c *lc = ti->private; in linear_iterate_devices() local 162 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/arch/s390/kernel/ |
H A D | vtime.c | 38 struct lowcore *lc = get_lowcore(); in set_vtimer() local 121 struct lowcore *lc = get_lowcore(); in do_account_vtime() local 181 struct lowcore *lc = get_lowcore(); in vtime_task_switch() local 203 struct lowcore *lc = get_lowcore(); in vtime_flush() local 221 struct lowcore *lc = get_lowcore(); in vtime_delta() local 234 struct lowcore *lc = get_lowcore(); in vtime_account_kernel() local
|
H A D | smp.c | 195 struct lowcore *lc; in pcpu_alloc_lowcore() local 235 struct lowcore *lc; in pcpu_free_lowcore() local 253 struct lowcore *lc, *abs_lc; in pcpu_prepare_secondary() local 280 struct lowcore *lc; in pcpu_attach_task() local 297 struct lowcore *lc; in pcpu_start_fn() local 321 struct lowcore *lc, *abs_lc; in pcpu_delegate() local 384 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu() local 554 struct lowcore *lc; in smp_store_status() local 838 struct lowcore *lc = get_lowcore(); in smp_start_secondary() local 976 struct lowcore *lc = get_lowcore(); in smp_prepare_boot_cpu() local [all …]
|
H A D | early.c | 181 struct lowcore *lc = get_lowcore(); in __do_early_pgm_check() local 209 struct lowcore *lc = get_lowcore(); in setup_lowcore_early() local
|
H A D | nmi.c | 120 struct lowcore *lc = get_lowcore(); in s390_handle_damage() local 305 struct lowcore *lc = get_lowcore(); in s390_do_machine_check() local
|
H A D | abs_lowcore.c | 9 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc) in abs_lowcore_map()
|
H A D | idle.c | 27 struct lowcore *lc = get_lowcore(); in account_idle_time_irq() local
|
H A D | ctlreg.c | 36 void __init system_ctlreg_init_save_area(struct lowcore *lc) in system_ctlreg_init_save_area()
|
/linux/net/rds/ |
H A D | loop.c | 137 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/include/asm/ |
H A D | vtime.h | 7 struct lowcore *lc = get_lowcore(); in update_timer_sys() local 16 struct lowcore *lc = get_lowcore(); in update_timer_mcck() local
|
H A D | abs_lowcore.h | 23 static inline void put_abs_lowcore(struct lowcore *lc) in put_abs_lowcore()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | setget_sockopt.c | 141 static int bpf_test_socket_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_socket_sockopt() 158 static int bpf_test_ip_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_ip_sockopt() 175 static int bpf_test_ipv6_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_ipv6_sockopt() 192 static int bpf_test_tcp_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_tcp_sockopt() 245 struct loop_ctx lc = { .ctx = ctx, .sk = sk, }; in bpf_test_sockopt() local
|
/linux/fs/ocfs2/ |
H A D | stack_user.c | 803 struct ocfs2_live_connection *lc = conn->cc_private; in sync_wait_cb() local 811 struct ocfs2_live_connection *lc = conn->cc_private; in sync_unlock() local 835 struct ocfs2_live_connection *lc = conn->cc_private; in sync_lock() local 862 struct ocfs2_live_connection *lc = conn->cc_private; in version_lock() local 869 struct ocfs2_live_connection *lc = conn->cc_private; in version_unlock() local 887 struct ocfs2_live_connection *lc = conn->cc_private; in get_protocol_version() local 940 struct ocfs2_live_connection *lc = conn->cc_private; in user_recover_done() local 972 struct ocfs2_live_connection *lc; in user_cluster_connect() local 1052 struct ocfs2_live_connection *lc = conn->cc_private; in user_cluster_this_node() local
|
/linux/net/tipc/ |
H A D | netlink_compat.c | 707 struct tipc_link_config *lc) in __tipc_add_link_prop() 726 struct tipc_link_config *lc; in tipc_nl_compat_media_set() local 753 struct tipc_link_config *lc; in tipc_nl_compat_bearer_set() local 780 struct tipc_link_config *lc; in __tipc_nl_compat_link_set() local 806 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/drivers/gpio/ |
H A D | gpiolib-cdev.c | 971 static bool gpio_v2_line_config_debounced(struct gpio_v2_line_config *lc, in gpio_v2_line_config_debounced() 985 static u32 gpio_v2_line_config_debounce_period(struct gpio_v2_line_config *lc, in gpio_v2_line_config_debounce_period() 1028 struct gpio_v2_line_config *lc, in edge_detector_setup() 1088 struct gpio_v2_line_config *lc, in edge_detector_update() 1121 static u64 gpio_v2_line_config_flags(struct gpio_v2_line_config *lc, in gpio_v2_line_config_flags() 1135 static int gpio_v2_line_config_output_value(struct gpio_v2_line_config *lc, in gpio_v2_line_config_output_value() 1208 static int gpio_v2_line_config_validate(struct gpio_v2_line_config *lc, in gpio_v2_line_config_validate() 1405 struct gpio_v2_line_config lc; in linereq_set_config() local 1619 struct gpio_v2_line_config *lc; in linereq_create() local
|
/linux/fs/affs/ |
H A D | symlink.c | 22 char lc; in affs_symlink_read_folio() local
|
/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | subr.c | 145 struct link_config *lc = &adapter->port[port_id].link_config; in t1_link_changed() local 626 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t1_link_start() 1047 static void init_link_config(struct link_config *lc, in init_link_config()
|
/linux/drivers/accessibility/speakup/ |
H A D | utils.h | 28 int lc; variable
|
/linux/fs/hpfs/ |
H A D | dir.c | 71 int lc; in hpfs_readdir() local
|
H A D | name.c | 55 unsigned len, int lc, int lng) in hpfs_translate_name()
|