Searched refs:lp (Results 1 - 8 of 8) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/lzmaram/ |
H A D | lzmaram.c | 177 unsigned int lc, lp; in hi_lzma_mem_detect() local 199 lp = d % 5; /* remain of devide 5 */ in hi_lzma_mem_detect() 201 malloc_size[0] = (((unsigned int)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp))) * 2); /* shifts (lc+lp)*2 */ in hi_lzma_mem_detect()
|
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | snapshot.c | 219 struct linked_page *lp = page_address; in recycle_safe_page() local 221 lp->next = safe_pages_list; in recycle_safe_page() 222 safe_pages_list = lp; in recycle_safe_page() 252 struct linked_page *lp = list->next; in free_list_of_pages() local 255 list = lp; in free_list_of_pages() 292 struct linked_page *lp; in chain_alloc() local 294 lp = ca->safe_needed ? _get_safe_page(ca->gfp_mask) : get_image_page(ca->gfp_mask, PG_ANY); in chain_alloc() 295 if (!lp) { in chain_alloc() 299 lp->next = ca->chain; in chain_alloc() 300 ca->chain = lp; in chain_alloc() 941 struct linked_page *lp = p_list; memory_bm_recycle() local 2539 struct linked_page *lp; prepare_image() local [all...] |
/device/soc/rockchip/common/sdk_linux/fs/ubifs/ |
H A D | recovery.c | 1215 struct ubifs_lprops lp; in ubifs_rcvry_gc_commit() local 1225 err = ubifs_find_dirty_leb(c, &lp, wbuf->offs, RECOVERY_TWO); in ubifs_rcvry_gc_commit() 1235 ubifs_assert(c, !(lp.flags & LPROPS_INDEX)); in ubifs_rcvry_gc_commit() 1236 ubifs_assert(c, lp.free + lp.dirty >= wbuf->offs); in ubifs_rcvry_gc_commit() 1248 dbg_rcvry("GC'ing LEB %d", lp.lnum); in ubifs_rcvry_gc_commit() 1250 err = ubifs_garbage_collect_leb(c, &lp); in ubifs_rcvry_gc_commit() 1276 dbg_rcvry("allocated LEB %d for GC", lp.lnum); in ubifs_rcvry_gc_commit()
|
/device/soc/rockchip/common/sdk_linux/fs/xfs/ |
H A D | xfs_inode.c | 428 struct xfs_log_item *lp;
in xfs_lock_inodes() local 465 lp = &ips[j]->i_itemp->ili_item;
in xfs_lock_inodes() 466 if (lp && test_bit(XFS_LI_IN_AIL, &lp->li_flags)) {
in xfs_lock_inodes() 531 struct xfs_log_item *lp;
in xfs_lock_two_inodes() local 566 lp = &ip0->i_itemp->ili_item;
in xfs_lock_two_inodes() 567 if (lp && test_bit(XFS_LI_IN_AIL, &lp->li_flags)) {
in xfs_lock_two_inodes()
|
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 338 static int pidlist_array_load(struct cgroup *cgrp, enum cgroup_filetype type, struct cgroup_pidlist **lp) in pidlist_array_load() argument 394 *lp = l; in pidlist_array_load()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | netifapi.h | 224 } lp; member
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 6298 struct sched_param lp = {.sched_priority = 0}; in SYSCALL_DEFINE2() local 6319 lp.sched_priority = p->rt_priority; in SYSCALL_DEFINE2() 6326 retval = copy_to_user(param, &lp, sizeof(*param)) ? -EFAULT : 0; in SYSCALL_DEFINE2()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168_n.c | 6466 u32 lp, adv, supported = 0; in rtl_ethtool_get_eee() local 6493 lp = mmd_eee_adv_to_ethtool_adv_t(val); in rtl_ethtool_get_eee() 6503 eee->eee_active = !!(supported & adv & lp); in rtl_ethtool_get_eee() 6506 eee->lp_advertised = lp; in rtl_ethtool_get_eee() [all...] |
Completed in 57 milliseconds