| /kernel/linux/linux-5.10/lib/ |
| 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() 93 struct lru_cache *lc; in lc_create() local 160 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index() 174 void lc_destroy(struct lru_cache *lc) in lc_destroy() 193 void lc_reset(struct lru_cache *lc) in lc_reset() 229 void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc) in lc_seq_printf_stats() 243 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot() 249 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find() 280 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find() [all …]
|
| /kernel/linux/linux-6.6/lib/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-log-writes.c | 137 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() 263 static int write_inline_data(struct log_writes_c *lc, void *entry, in write_inline_data() 331 static int log_one_block(struct log_writes_c *lc, in log_one_block() [all …]
|
| D | dm-log-userspace-base.c | 84 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 …]
|
| D | dm-linear.c | 31 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 124 struct linear_c *lc = (struct linear_c *) ti->private; in linear_prepare_ioctl() local 142 struct linear_c *lc = ti->private; in linear_report_zones() local 154 struct linear_c *lc = ti->private; in linear_iterate_devices() local 164 struct linear_c *lc = ti->private; in linear_dax_direct_access() local 179 struct linear_c *lc = ti->private; in linear_dax_copy_from_iter() local [all …]
|
| D | dm-log.c | 294 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 …]
|
| /kernel/linux/linux-6.6/drivers/md/ |
| 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 …]
|
| 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 …]
|
| 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 …]
|
| D | dm-linear.c | 32 struct linear_c *lc; in linear_ctr() local 75 struct linear_c *lc = 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() local 101 struct linear_c *lc = ti->private; in linear_status() local 123 struct linear_c *lc = ti->private; in linear_prepare_ioctl() local 140 struct linear_c *lc = ti->private; in linear_report_zones() local 153 struct linear_c *lc = ti->private; in linear_iterate_devices() local 161 struct linear_c *lc = ti->private; in linear_dax_pgoff() local
|
| /kernel/linux/linux-6.6/net/rds/ |
| 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
|
| /kernel/linux/linux-5.10/net/rds/ |
| 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
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | setget_sockopt.c | 142 static int bpf_test_socket_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_socket_sockopt() 159 static int bpf_test_ip_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_ip_sockopt() 176 static int bpf_test_ipv6_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_ipv6_sockopt() 193 static int bpf_test_tcp_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_tcp_sockopt() 246 struct loop_ctx lc = { .ctx = ctx, .sk = sk, }; in bpf_test_sockopt() local
|
| /kernel/linux/linux-6.6/arch/s390/kernel/ |
| D | smp.c | 196 struct lowcore *lc; in pcpu_alloc_lowcore() local 236 struct lowcore *lc; in pcpu_free_lowcore() local 256 struct lowcore *lc, *abs_lc; in pcpu_prepare_secondary() local 282 struct lowcore *lc; in pcpu_attach_task() local 301 struct lowcore *lc; in pcpu_start_fn() local 327 struct lowcore *lc, *abs_lc; in pcpu_delegate() local 405 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu() local 622 struct lowcore *lc; in smp_store_status() local 1262 static __always_inline void set_new_lowcore(struct lowcore *lc) in set_new_lowcore() 1284 struct lowcore *lc, *lc_ipl; in smp_reinit_ipl_cpu() local
|
| D | abs_lowcore.c | 8 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc) in abs_lowcore_map()
|
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| 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
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| D | stack_user.c | 817 struct ocfs2_live_connection *lc = conn->cc_private; in sync_wait_cb() local 825 struct ocfs2_live_connection *lc = conn->cc_private; in sync_unlock() local 849 struct ocfs2_live_connection *lc = conn->cc_private; in sync_lock() local 876 struct ocfs2_live_connection *lc = conn->cc_private; in version_lock() local 883 struct ocfs2_live_connection *lc = conn->cc_private; in version_unlock() local 901 struct ocfs2_live_connection *lc = conn->cc_private; in get_protocol_version() local 954 struct ocfs2_live_connection *lc = conn->cc_private; in user_recover_done() local 986 struct ocfs2_live_connection *lc; in user_cluster_connect() local 1066 struct ocfs2_live_connection *lc = conn->cc_private; in user_cluster_this_node() local
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | nmi.c | 67 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()
|
| D | smp.c | 193 struct lowcore *lc; in pcpu_alloc_lowcore() local 260 struct lowcore *lc = pcpu->lowcore; in pcpu_prepare_secondary() local 286 struct lowcore *lc = pcpu->lowcore; in pcpu_attach_task() local 303 struct lowcore *lc = pcpu->lowcore; in pcpu_start_fn() local 324 struct lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate() local 389 struct lowcore *lc = pcpu_devices->lowcore; in smp_call_ipl_cpu() local
|
| /kernel/linux/linux-5.10/drivers/gpio/ |
| D | gpiolib-cdev.c | 724 static bool gpio_v2_line_config_debounced(struct gpio_v2_line_config *lc, in gpio_v2_line_config_debounced() 738 static u32 gpio_v2_line_config_debounce_period(struct gpio_v2_line_config *lc, in gpio_v2_line_config_debounce_period() 768 struct gpio_v2_line_config *lc, in edge_detector_setup() 818 struct gpio_v2_line_config *lc, in edge_detector_update() 844 static u64 gpio_v2_line_config_flags(struct gpio_v2_line_config *lc, in gpio_v2_line_config_flags() 858 static int gpio_v2_line_config_output_value(struct gpio_v2_line_config *lc, in gpio_v2_line_config_output_value() 921 static int gpio_v2_line_config_validate(struct gpio_v2_line_config *lc, in gpio_v2_line_config_validate() 1098 struct gpio_v2_line_config *lc) in linereq_set_config_unlocked() 1146 struct gpio_v2_line_config lc; in linereq_set_config() local 1307 struct gpio_v2_line_config *lc; in linereq_create() local
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | abs_lowcore.h | 22 static inline void put_abs_lowcore(struct lowcore *lc) in put_abs_lowcore()
|
| /kernel/linux/linux-6.6/drivers/gpio/ |
| D | gpiolib-cdev.c | 985 static bool gpio_v2_line_config_debounced(struct gpio_v2_line_config *lc, in gpio_v2_line_config_debounced() 999 static u32 gpio_v2_line_config_debounce_period(struct gpio_v2_line_config *lc, in gpio_v2_line_config_debounce_period() 1034 struct gpio_v2_line_config *lc, in edge_detector_setup() 1088 struct gpio_v2_line_config *lc, in edge_detector_update() 1114 static u64 gpio_v2_line_config_flags(struct gpio_v2_line_config *lc, in gpio_v2_line_config_flags() 1128 static int gpio_v2_line_config_output_value(struct gpio_v2_line_config *lc, in gpio_v2_line_config_output_value() 1201 static int gpio_v2_line_config_validate(struct gpio_v2_line_config *lc, in gpio_v2_line_config_validate() 1383 struct gpio_v2_line_config *lc) in linereq_set_config_unlocked() 1427 struct gpio_v2_line_config lc; in linereq_set_config() local 1635 struct gpio_v2_line_config *lc; in linereq_create() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| 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()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | lru_cache.h | 268 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()
|
| /kernel/linux/linux-6.6/fs/affs/ |
| D | symlink.c | 22 char lc; in affs_symlink_read_folio() local
|