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

/linux-master/fs/bcachefs/
H A Dio_read.h61 * promote, narrow extents paths:
67 struct promote_op *promote; member in struct:bch_read_bio
150 rbio->promote = NULL;
H A Dio_read.c271 struct promote_op *promote; local
278 promote = __promote_alloc(trans,
283 ret = PTR_ERR_OR_ZERO(promote);
289 return promote;
331 if (rbio->promote)
332 promote_free(rbio->c, rbio->promote);
333 rbio->promote = NULL;
613 if (rbio->promote) {
622 promote_start(rbio->promote, rbio);
623 rbio->promote
805 struct promote_op *promote = NULL; local
[all...]
H A Dbcachefs.h706 x(promote) \
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S31 # contributors may be used to endorse or promote products derived from
H A Daesni-intel_avx-x86_64.S23 # contributors may be used to endorse or promote products derived from
/linux-master/net/ipv4/
H A Ddevinet.c356 struct in_ifaddr *promote = NULL; local
398 promote = ifa;
409 for (ifa = promote; ifa; ifa = rtnl_dereference(ifa->ifa_next)) {
434 if (promote) {
437 next_sec = rtnl_dereference(promote->ifa_next);
444 rcu_assign_pointer(promote->ifa_next, last_sec);
445 rcu_assign_pointer(*last_prim, promote);
448 promote->ifa_flags &= ~IFA_F_SECONDARY;
449 rtmsg_ifa(RTM_NEWADDR, promote, nlh, portid);
451 NETDEV_UP, promote);
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c1882 bool promote; local
1911 promote = xehp_csb_parse(csb);
1913 promote = gen12_csb_parse(csb);
1915 promote = gen8_csb_parse(csb);
1916 if (promote) {
1936 GEM_BUG_ON(!assert_pending_valid(execlists, "promote"));
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh312 promote=$(sysctl -n net.ipv4.conf.$devdummy.promote_secondaries)
324 [ $promote -eq 0 ] && sysctl -q net.ipv4.conf.$devdummy.promote_secondaries=0
/linux-master/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
1027 * to promote much without causing performance to drop below that
1030 * If the cache is performing well, then we don't need to promote
1033 * If the cache is middling then we promote more.
1052 * eager to promote.
1061 * confidence that we know which blocks to promote. So we cut down
1284 * Converts a boolean into a promote result.
1286 static enum promote_result maybe_promote(bool promote) argument
1288 return promote
[all...]
H A Ddm-cache-target.c1095 static void copy(struct dm_cache_migration *mg, bool promote) argument
1108 if (promote)
/linux-master/mm/
H A Dslub.c5393 struct list_head promote[SHRINK_PROMOTE_MAX]; local
5400 INIT_LIST_HEAD(promote + i);
5405 * Build lists of slabs to discard or promote.
5425 list_move(&slab->slab_list, promote + free - 1);
5433 list_splice(promote + i, &n->partial);
/linux-master/net/ceph/
H A Dosd_client.c2413 goto promote;
2418 goto promote;
2483 promote:
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S272 # in order to promote readability within the corecode itself.

Completed in 269 milliseconds