/linux-4.4.14/lib/ |
D | lru_cache.c | 51 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument 67 int lc_try_lock(struct lru_cache *lc) in lc_try_lock() 105 struct lru_cache *lc; in lc_create() local 172 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index() 186 void lc_destroy(struct lru_cache *lc) in lc_destroy() 205 void lc_reset(struct lru_cache *lc) in lc_reset() 241 size_t lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc) in lc_seq_printf_stats() 257 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot() 263 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find() 294 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find() [all …]
|
D | decompress_unlzma.c | 350 int lc, uint32_t literal_pos_mask) { in process_bit0() 546 int lc, pb, lp; in unlzma() local
|
/linux-4.4.14/drivers/md/ |
D | dm-log-writes.c | 131 static void put_pending_block(struct log_writes_c *lc) in put_pending_block() 140 static void put_io_block(struct log_writes_c *lc) in put_io_block() 151 struct log_writes_c *lc = bio->bi_private; in log_end_io() local 175 static void free_pending_block(struct log_writes_c *lc, in free_pending_block() 189 static int write_metadata(struct log_writes_c *lc, void *entry, in write_metadata() 239 static int log_one_block(struct log_writes_c *lc, in log_one_block() 316 static int log_super(struct log_writes_c *lc) in log_super() 333 static inline sector_t logdev_last_sector(struct log_writes_c *lc) in logdev_last_sector() 340 struct log_writes_c *lc = (struct log_writes_c *)arg; in log_writes_kthread() local 417 struct log_writes_c *lc; in log_writes_ctr() local [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 329 struct log_c *lc = log->context; in userspace_dtr() local 356 struct log_c *lc = log->context; in userspace_presuspend() local 367 struct log_c *lc = log->context; in userspace_postsuspend() local 384 struct log_c *lc = log->context; in userspace_resume() local 395 struct log_c *lc = log->context; in userspace_get_region_size() local 414 struct log_c *lc = log->context; in userspace_is_clean() local 442 struct log_c *lc = log->context; in userspace_in_sync() local [all …]
|
D | dm-log.c | 294 static int rw_header(struct log_c *lc, int rw) in rw_header() 301 static int flush_header(struct log_c *lc) in flush_header() 367 struct log_c *lc; in create_log_context() local 520 static void destroy_log_context(struct log_c *lc) in destroy_log_context() 529 struct log_c *lc = (struct log_c *) log->context; in core_dtr() local 566 struct log_c *lc = (struct log_c *) log->context; in disk_dtr() local 574 static void fail_log_device(struct log_c *lc) in fail_log_device() 587 struct log_c *lc = (struct log_c *) log->context; in disk_resume() local 649 struct log_c *lc = (struct log_c *) log->context; in core_get_region_size() local 655 struct log_c *lc = (struct log_c *) log->context; in core_resume() local [all …]
|
D | dm-linear.c | 30 struct linear_c *lc; in linear_ctr() local 72 struct linear_c *lc = (struct linear_c *) ti->private; in linear_dtr() local 80 struct linear_c *lc = ti->private; in linear_map_sector() local 87 struct linear_c *lc = ti->private; in linear_map_bio() local 105 struct linear_c *lc = (struct linear_c *) ti->private; in linear_status() local 122 struct linear_c *lc = (struct linear_c *) ti->private; in linear_prepare_ioctl() local 139 struct linear_c *lc = ti->private; in linear_iterate_devices() local
|
/linux-4.4.14/net/rds/ |
D | loop.c | 121 struct rds_loop_connection *lc; in rds_loop_conn_alloc() local 141 struct rds_loop_connection *lc = arg; in rds_loop_conn_free() local 163 struct rds_loop_connection *lc, *_lc; in rds_loop_exit() local
|
/linux-4.4.14/fs/ocfs2/ |
D | stack_user.c | 825 struct ocfs2_live_connection *lc = conn->cc_private; in sync_wait_cb() local 833 struct ocfs2_live_connection *lc = conn->cc_private; in sync_unlock() local 857 struct ocfs2_live_connection *lc = conn->cc_private; in sync_lock() local 884 struct ocfs2_live_connection *lc = conn->cc_private; in version_lock() local 891 struct ocfs2_live_connection *lc = conn->cc_private; in version_unlock() local 909 struct ocfs2_live_connection *lc = conn->cc_private; in get_protocol_version() local 962 struct ocfs2_live_connection *lc = conn->cc_private; in user_recover_done() local 994 struct ocfs2_live_connection *lc; in user_cluster_connect() local 1067 struct ocfs2_live_connection *lc = conn->cc_private; in user_cluster_this_node() local
|
/linux-4.4.14/arch/s390/kernel/ |
D | smp.c | 183 struct _lowcore *lc; in pcpu_alloc_lowcore() local 238 struct _lowcore *lc = pcpu->lowcore; in pcpu_prepare_secondary() local 258 struct _lowcore *lc = pcpu->lowcore; in pcpu_attach_task() local 274 struct _lowcore *lc = pcpu->lowcore; in pcpu_start_fn() local 289 struct _lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate() local 544 void *lc = (void *)(unsigned long) store_prefix(); in __smp_store_cpu_state() local
|
D | machine_kexec.c | 57 struct _lowcore *lc; in setup_regs() local
|
D | setup.c | 294 struct _lowcore *lc; in setup_lowcore() local
|
D | ipl.c | 2047 struct _lowcore *lc; in s390_reset_system() local
|
/linux-4.4.14/fs/affs/ |
D | symlink.c | 21 char lc; in affs_symlink_readpage() local
|
D | namei.c | 336 char c, lc; in affs_symlink() local
|
/linux-4.4.14/net/tipc/ |
D | netlink_compat.c | 585 struct tipc_link_config *lc) in __tipc_add_link_prop() 604 struct tipc_link_config *lc; in tipc_nl_compat_media_set() local 631 struct tipc_link_config *lc; in tipc_nl_compat_bearer_set() local 658 struct tipc_link_config *lc; in __tipc_nl_compat_link_set() local 684 struct tipc_link_config *lc; in tipc_nl_compat_link_set() local
|
/linux-4.4.14/include/linux/ |
D | lru_cache.h | 280 static inline int lc_try_lock_for_transaction(struct lru_cache *lc) in lc_try_lock_for_transaction() 300 static inline void lc_unlock(struct lru_cache *lc) in lc_unlock()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | subr.c | 154 struct link_config *lc = &adapter->port[port_id].link_config; in t1_link_changed() local 623 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t1_link_start() 1030 static void init_link_config(struct link_config *lc, in init_link_config()
|
D | cxgb2.c | 635 struct link_config *lc = &p->link_config; in set_settings() local 682 struct link_config *lc = &p->link_config; in set_pauseparam() local
|
/linux-4.4.14/fs/hpfs/ |
D | dir.c | 66 int lc; in hpfs_readdir() local
|
D | name.c | 54 unsigned len, int lc, int lng) in hpfs_translate_name()
|
/linux-4.4.14/arch/s390/mm/ |
D | maccess.c | 163 unsigned long lc; in is_swapped() local
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | io.c | 130 u32 lc = c; in _memset_io() local
|
/linux-4.4.14/lib/zlib_deflate/ |
D | deftree.c | 972 unsigned lc /* match length-MIN_MATCH or unmatched char (if dist==0) */ 1025 int lc; /* match length or unmatched char (if dist == 0) */ local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_common.h | 239 static inline bool is_10g_port(const struct link_config *lc) in is_10g_port() 244 static inline bool is_x_10g_port(const struct link_config *lc) in is_x_10g_port()
|
D | t4vf_hw.c | 261 static void init_link_config(struct link_config *lc, unsigned int caps) in init_link_config() 1532 struct link_config *lc; in t4vf_handle_fw_rpl() local
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 192 unsigned int vd, vs, ve, vt, lc; in matroxfb_vgaHWinit() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 616 struct link_config *lc = &p->link_cfg; in set_settings() local 675 struct link_config *lc = &p->link_cfg; in set_pauseparam() local
|
D | t4_hw.c | 3578 struct link_config *lc) in t4_link_l1cfg() 6875 struct link_config *lc = &pi->link_cfg; in t4_handle_fw_rpl() local 6928 static void init_link_config(struct link_config *lc, unsigned int caps) in init_link_config()
|
D | cxgb4_main.c | 4272 static inline bool is_x_10g_port(const struct link_config *lc) in is_x_10g_port()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 1212 struct link_config *lc = &pi->link_config; in t3_link_changed() local 1268 struct link_config *lc = &pi->link_config; in t3_link_fault() local 1329 int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t3_link_start() 3458 static void init_link_config(struct link_config *lc, unsigned int caps) in init_link_config()
|
D | cxgb3_main.c | 1863 struct link_config *lc = &p->link_config; in set_settings() local 1917 struct link_config *lc = &p->link_config; in set_pauseparam() local
|
/linux-4.4.14/fs/cifs/ |
D | smb2ops.c | 1434 struct create_lease *lc = (struct create_lease *)buf; in smb2_parse_lease_buf() local 1445 struct create_lease_v2 *lc = (struct create_lease_v2 *)buf; in smb3_parse_lease_buf() local
|
/linux-4.4.14/drivers/s390/char/ |
D | tape_3590.h | 77 unsigned int lc:3; member
|
/linux-4.4.14/arch/ia64/kernel/ |
D | ptrace.c | 824 unsigned long psr, ec, lc, rnat, bsp, cfm, nat_bits, val; in ptrace_getregs() local 968 unsigned long psr, rsc, ec, lc, rnat, bsp, cfm, nat_bits, val = 0; in ptrace_setregs() local
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ethtool.c | 496 int i, j, lc, good_cnt, ret_val = 0; in __lb_run_test() local
|
/linux-4.4.14/lib/xz/ |
D | xz_dec_lzma2.c | 154 uint32_t lc; member
|
/linux-4.4.14/tools/perf/util/ |
D | pmu.c | 101 const char *lc; in perf_pmu__parse_scale() local
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | framework.c | 88 #define sfw_unpack_lnet_counters(lc) \ argument
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 1406 int i, j, k, l, lc, good_cnt, ret_val = 0; in e1000_run_loopback_test() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 1624 struct ldlm_cli_cancel_arg *lc = arg; in ldlm_cli_hash_cancel_unused() local
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 1634 int lc; in e1000_run_loopback_test() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1263 __s64 lprocfs_read_helper(struct lprocfs_counter *lc, in lprocfs_read_helper()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 1854 u16 i, j, lc, good_cnt; in igb_run_loopback_test() local
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 1899 int i, j, lc, good_cnt, ret_val = 0; in ixgbe_run_loopback_test() local
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | qp.c | 731 enum mlx5_ib_latency_class lc = MLX5_IB_LATENCY_CLASS_LOW; in create_kernel_qp() local
|
/linux-4.4.14/security/selinux/ss/ |
D | policydb.c | 1220 struct constraint_node *c, *lc; in read_cons_helper() local
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | sal.h | 883 u64 lc; /* Loop Count */ member
|