/openbmc/linux/net/tipc/ |
H A D | bcast.c | 262 struct tipc_link *l = tipc_bc_sndlink(net); in tipc_bcast_xmit() local 436 int tipc_bcast_rcv(struct net *net, struct tipc_link *l, struct sk_buff *skb) in tipc_bcast_rcv() 470 void tipc_bcast_ack_rcv(struct net *net, struct tipc_link *l, in tipc_bcast_ack_rcv() 498 int tipc_bcast_sync_rcv(struct net *net, struct tipc_link *l, in tipc_bcast_sync_rcv() 572 int tipc_bclink_reset_stats(struct net *net, struct tipc_link *l) in tipc_bclink_reset_stats() 585 struct tipc_link *l = tipc_bc_sndlink(net); in tipc_bc_link_set_queue_limits() local 693 struct tipc_link *l = NULL; in tipc_bcast_init() local
|
/openbmc/u-boot/drivers/gpio/ |
H A D | mxc_gpio.c | 71 u32 l; in mxc_gpio_direction() local 98 u32 l; in gpio_set_value() local 178 u32 l; in mxc_gpio_bank_direction() local 195 u32 l; in mxc_gpio_bank_set_value() local
|
/openbmc/qemu/hw/tpm/ |
H A D | tpm_tis_common.c | 77 static void tpm_tis_sts_set(TPMLocality *l, uint32_t flags) in tpm_tis_sts_set() 124 uint8_t l; in tpm_tis_check_request_use_except() local 238 uint8_t l; in tpm_tis_request_completed() local 480 uint8_t active_locty, l; in tpm_tis_mmio_write() local
|
/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | lcdc.c | 83 u32 l; in set_load_mode() local 104 u32 l; in enable_controller() local 115 u32 l; in disable_controller_async() local 240 u32 l; in lcdc_irq_handler() local 460 u32 l; in setup_regs() local 675 u32 l; in omap_lcdc_init() local
|
/openbmc/linux/mm/ |
H A D | list_lru.c | 68 struct list_lru_one *l = &nlru->lru; in list_lru_from_kmem() local 124 struct list_lru_one *l; in list_lru_add() local 147 struct list_lru_one *l; in list_lru_del() local 181 struct list_lru_one *l; in list_lru_count_one() local 211 struct list_lru_one *l; in __list_lru_walk_one() local 331 static void init_one_lru(struct list_lru_one *l) in init_one_lru()
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-ti-dm.c | 260 u32 l; in __omap_dm_timer_stop() local 369 u32 l, timeout = 100000; in omap_dm_timer_reset() local 707 u32 l; in omap_dm_timer_modify_idlect_mask() local 748 u32 l; in omap_dm_timer_start() local 816 u32 l; in omap_dm_timer_set_match() local 846 u32 l; in omap_dm_timer_set_pwm() local 879 u32 l; in omap_dm_timer_get_pwm_status() local 903 u32 l; in omap_dm_timer_set_prescaler() local 961 u32 l = mask; in omap_dm_timer_set_int_disable() local 988 unsigned int l; in omap_dm_timer_read_status() local
|
/openbmc/qemu/hw/core/ |
H A D | qdev-fw.c | 65 int l = 0; in qdev_get_fw_dev_path_helper() local 89 int l; in qdev_get_fw_dev_path() local
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_rtalloc.h | 78 # define xfs_rtallocate_extent(t,b,min,max,l,f,p,rb) (-ENOSYS) argument 79 # define xfs_rtpick_extent(m,t,l,rb) (-ENOSYS) argument
|
/openbmc/linux/include/kvm/ |
H A D | iodev.h | 44 int l, void *v) in kvm_iodevice_read() 52 int l, const void *v) in kvm_iodevice_write()
|
/openbmc/linux/lib/crypto/ |
H A D | blake2s-selftest.c | 555 int i, l; in blake2s_digest_test() local 599 int i, l; in blake2s_random_test() local
|
/openbmc/linux/arch/x86/mm/ |
H A D | kmmio.c | 82 unsigned int l; in kmmio_page_list() local 119 unsigned int l; in get_kmmio_fault_page() local 242 unsigned int l; in kmmio_handler() local 443 unsigned int l; in register_kmmio_probe() local 544 unsigned int l; in unregister_kmmio_probe() local
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm4-ce-ccm-glue.c | 57 unsigned int l = req->iv[0] + 1; in ccm_format_input() local 95 struct __packed { __be16 l; __be32 h; } aadlen; in ccm_calculate_auth_mac() member 128 unsigned int l, nblocks; in ccm_calculate_auth_mac() local
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 198 struct cgroup_pidlist *l, *tmp_l; in cgroup1_pidlist_destroy_all() local 212 struct cgroup_pidlist *l = container_of(dwork, struct cgroup_pidlist, in cgroup_pidlist_destroy_work_fn() local 280 struct cgroup_pidlist *l; in cgroup_pidlist_find() local 301 struct cgroup_pidlist *l; in cgroup_pidlist_find_create() local 334 struct cgroup_pidlist *l; in pidlist_array_load() local 398 struct cgroup_pidlist *l; in cgroup_pidlist_start() local 452 struct cgroup_pidlist *l = ctx->procs1.pidlist; in cgroup_pidlist_stop() local 464 struct cgroup_pidlist *l = ctx->procs1.pidlist; in cgroup_pidlist_next() local
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_vcap_debugfs.c | 25 for (int l = 0; l < admin->lookups; ++l) { in lan966x_vcap_is1_port_keys() local 140 for (int l = 0; l < admin->lookups; ++l) { in lan966x_vcap_is2_port_keys() local
|
/openbmc/linux/arch/x86/lib/ |
H A D | msr-smp.c | 36 int rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_on_cpu() 67 int wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_on_cpu() 169 int rdmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_safe_on_cpu() 193 int wrmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_safe_on_cpu()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | stsi-topology.c | 210 static int s390_topology_id_cmp(const S390TopologyId *l, in s390_topology_id_cmp() 231 static bool s390_topology_id_eq(const S390TopologyId *l, in s390_topology_id_eq() 237 static bool s390_topology_id_lt(const S390TopologyId *l, in s390_topology_id_lt()
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_vp9.c | 71 static void *get_coeffs_arr(struct symbol_counts *cnts, int i, int j, int k, int l, int m) in get_coeffs_arr() 88 static void *get_eobs1(struct symbol_counts *cnts, int i, int j, int k, int l, int m) in get_eobs1() 121 int i, j, k, l, m; in init_v4l2_vp9_count_tbl() local
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_firewall.c | 223 unsigned int l; in _get_netfn_support() local 815 int ret, l, n; in _gather_info() local 904 unsigned int l, n, c; in ipmi_firewall_info() local 1018 unsigned int l, n, c; in ipmi_firewall_enable_disable() local 1109 unsigned int l, n, c; in ipmi_firewall_reset() local
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 59 #define readsb(p,d,l) __raw_readsb(p,d,l) argument 60 #define readsw(p,d,l) __raw_readsw(p,d,l) argument 61 #define readsl(p,d,l) __raw_readsl(p,d,l) argument 63 #define writesb(p,d,l) __raw_writesb(p,d,l) argument 64 #define writesw(p,d,l) __raw_writesw(p,d,l) argument 65 #define writesl(p,d,l) __raw_writesl(p,d,l) argument
|
/openbmc/linux/kernel/module/ |
H A D | tracking.c | 58 size_t l; in print_unloaded_tainted_modules() local 91 size_t l; in unloaded_tainted_modules_seq_show() local
|
/openbmc/linux/drivers/isdn/capi/ |
H A D | capiutil.c | 196 #define structTLcpy(x, y, l) memcpy(x, y, l) argument 197 #define structTLcpyovl(x, y, l) memmove(x, y, l) argument 202 #define structTRcpy(x, y, l) memcpy(y, x, l) argument 203 #define structTRcpyovl(x, y, l) memmove(y, x, l) argument
|
/openbmc/linux/drivers/md/ |
H A D | dm-bio-prison-v1.c | 182 unsigned l = lock_nr(key, prison->num_locks); in bio_detain() local 230 unsigned l = lock_nr(&cell->key, prison->num_locks); in dm_cell_release() local 253 unsigned l = lock_nr(&cell->key, prison->num_locks); in dm_cell_release_no_holder() local 283 unsigned l = lock_nr(&cell->key, prison->num_locks); in dm_cell_visit_release() local 307 unsigned l = lock_nr(&cell->key, prison->num_locks); in dm_cell_promote_or_release() local
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | dart_iommu.c | 61 unsigned long l = 0; in dart_tlb_invalidate_all() local 106 unsigned int l, limit; in dart_tlb_invalidate_one() local 179 long l; in dart_build() local
|
/openbmc/linux/drivers/md/bcache/ |
H A D | extents.c | 39 static bool bch_key_sort_cmp(struct btree_iter_set l, in bch_key_sort_cmp() 258 static bool bch_extent_sort_cmp(struct btree_iter_set l, in bch_extent_sort_cmp() 575 static uint64_t merge_chksums(struct bkey *l, struct bkey *r) in merge_chksums() 582 struct bkey *l, in bch_extent_merge()
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-tis-i2c-test.c | 162 uint8_t locty, l; in tpm_tis_i2c_test_check_localities() local 229 int locty, l; in tpm_tis_i2c_test_check_access_reg_seize() local 427 int locty, l; in tpm_tis_i2c_test_check_access_reg_release() local
|