Home
last modified time | relevance | path

Searched refs:promote (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/net/ipv4/
H A Ddevinet.c352 struct in_ifaddr *promote = NULL; in __inet_del_ifa() local
394 promote = ifa; in __inet_del_ifa()
405 for (ifa = promote; ifa; ifa = rtnl_dereference(ifa->ifa_next)) { in __inet_del_ifa()
430 if (promote) { in __inet_del_ifa()
433 next_sec = rtnl_dereference(promote->ifa_next); in __inet_del_ifa()
440 rcu_assign_pointer(promote->ifa_next, last_sec); in __inet_del_ifa()
441 rcu_assign_pointer(*last_prim, promote); in __inet_del_ifa()
444 promote->ifa_flags &= ~IFA_F_SECONDARY; in __inet_del_ifa()
445 rtmsg_ifa(RTM_NEWADDR, promote, nlh, portid); in __inet_del_ifa()
447 NETDEV_UP, promote); in __inet_del_ifa()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c356 struct in_ifaddr *promote = NULL; in __inet_del_ifa() local
398 promote = ifa; in __inet_del_ifa()
409 for (ifa = promote; ifa; ifa = rtnl_dereference(ifa->ifa_next)) { in __inet_del_ifa()
434 if (promote) { in __inet_del_ifa()
437 next_sec = rtnl_dereference(promote->ifa_next); in __inet_del_ifa()
444 rcu_assign_pointer(promote->ifa_next, last_sec); in __inet_del_ifa()
445 rcu_assign_pointer(*last_prim, promote); in __inet_del_ifa()
448 promote->ifa_flags &= ~IFA_F_SECONDARY; in __inet_del_ifa()
449 rtmsg_ifa(RTM_NEWADDR, promote, nlh, portid); in __inet_del_ifa()
451 NETDEV_UP, promote); in __inet_del_ifa()
[all...]
/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_startup.s16 ; to endorse or promote products derived from this software without specific prior written
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
H A Dlos_atomic.S15 ; to endorse or promote products derived from this software without specific prior written
H A Dlos_exc.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S31 # contributors may be used to endorse or promote products derived from
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S31 # contributors may be used to endorse or promote products derived from
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/liteos_m/arch/arm/cortex-m4/iar/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
H A Dlos_exc.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/liteos_m/arch/arm/cortex-m7/iar/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Drtnetlink.sh273 promote=$(sysctl -n net.ipv4.conf.$devdummy.promote_secondaries)
285 [ $promote -eq 0 ] && sysctl -q net.ipv4.conf.$devdummy.promote_secondaries=0
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c1882 bool promote; in process_csb() local
1911 promote = xehp_csb_parse(csb); in process_csb()
1913 promote = gen12_csb_parse(csb); in process_csb()
1915 promote = gen8_csb_parse(csb); in process_csb()
1916 if (promote) { in process_csb()
1936 GEM_BUG_ON(!assert_pending_valid(execlists, "promote")); in process_csb()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-cache-policy-smq.c403 * to adjust the promote threshold nicely.
1020 * The promote level depends on the current performance of the in default_promote_level()
1024 * to promote much without causing performance to drop below that in default_promote_level()
1027 * If the cache is performing well, then we don't need to promote in default_promote_level()
1030 * If the cache is middling then we promote more. in default_promote_level()
1047 * eager to promote. in update_promote_levels()
1056 * confidence that we know which blocks to promote. So we cut down in update_promote_levels()
1279 * Converts a boolean into a promote result.
1281 static enum promote_result maybe_promote(bool promote) in maybe_promote() argument
1283 return promote in maybe_promote()
[all...]
H A Ddm-cache-target.c1160 static void copy(struct dm_cache_migration *mg, bool promote) in copy() argument
1173 if (promote) in copy()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-cache-policy-smq.c405 * to adjust the promote threshold nicely.
1023 * The promote level depends on the current performance of the in default_promote_level()
1027 * to promote much without causing performance to drop below that in default_promote_level()
1030 * If the cache is performing well, then we don't need to promote in default_promote_level()
1033 * If the cache is middling then we promote more. in default_promote_level()
1052 * eager to promote. in update_promote_levels()
1061 * confidence that we know which blocks to promote. So we cut down in update_promote_levels()
1284 * Converts a boolean into a promote result.
1286 static enum promote_result maybe_promote(bool promote) in maybe_promote() argument
1288 return promote in maybe_promote()
[all...]
H A Ddm-cache-target.c1095 static void copy(struct dm_cache_migration *mg, bool promote) in copy() argument
1108 if (promote) in copy()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Drtnetlink.sh299 promote=$(sysctl -n net.ipv4.conf.$devdummy.promote_secondaries)
311 [ $promote -eq 0 ] && sysctl -q net.ipv4.conf.$devdummy.promote_secondaries=0
/kernel/linux/linux-5.10/mm/
H A Dslub.c4151 struct list_head promote[SHRINK_PROMOTE_MAX]; in __kmem_cache_shrink() local
4159 INIT_LIST_HEAD(promote + i); in __kmem_cache_shrink()
4164 * Build lists of slabs to discard or promote. in __kmem_cache_shrink()
4182 list_move(&page->slab_list, promote + free - 1); in __kmem_cache_shrink()
4190 list_splice(promote + i, &n->partial); in __kmem_cache_shrink()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_lrc.c2605 bool promote; in process_csb() local
2634 promote = gen12_csb_parse(buf + head); in process_csb()
2636 promote = gen8_csb_parse(buf + head); in process_csb()
2637 if (promote) { in process_csb()
2657 GEM_BUG_ON(!assert_pending_valid(execlists, "promote")); in process_csb()
/kernel/linux/linux-6.6/mm/
H A Dslub.c4807 struct list_head promote[SHRINK_PROMOTE_MAX]; in __kmem_cache_do_shrink() local
4814 INIT_LIST_HEAD(promote + i); in __kmem_cache_do_shrink()
4819 * Build lists of slabs to discard or promote. in __kmem_cache_do_shrink()
4838 list_move(&slab->slab_list, promote + free - 1); in __kmem_cache_do_shrink()
4846 list_splice(promote + i, &n->partial); in __kmem_cache_do_shrink()

Completed in 49 milliseconds

12