Searched refs:retain (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/testing/selftests/net/forwarding/
H A Dpedit_dsfield.sh195 "ip dsfield set $((dscp << 2)) retain 0xfc" \
214 "ip dsfield set $ecn retain 0x03" \
231 flower action pedit ex munge ip dsfield set 124 retain 0xfc \
232 action pedit ex munge ip dsfield set 1 retain 0x03
275 "ip6 traffic_class set $((dscp << 2)) retain 0xfc" \
294 "ip6 traffic_class set $ecn retain 0x3" \
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S22 # * Redistributions of source code must retain the above copyright
H A Dsha256-ssse3-asm.S21 # - Redistributions of source code must retain the above
H A Dsha256-avx-asm.S21 # - Redistributions of source code must retain the above
H A Dsha512-avx-asm.S22 # - Redistributions of source code must retain the above
H A Dsha512-ssse3-asm.S22 # - Redistributions of source code must retain the above
H A Dsha512-avx2-asm.S22 # - Redistributions of source code must retain the above
H A Dsha256-avx2-asm.S21 # - Redistributions of source code must retain the above
H A Daesni-intel_avx-x86_64.S14 # * Redistributions of source code must retain the above copyright
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_dscp_router.sh241 action pedit ex munge ip dsfield set $((3 << 2)) retain 0xfc \
/linux-master/fs/ceph/
H A Dcaps.c1404 int op, int flags, int used, int want, int retain,
1416 retain &= ~revoking;
1420 ceph_cap_string(held), ceph_cap_string(held & retain),
1422 BUG_ON((retain & CEPH_CAP_PIN) == 0);
1426 cap->issued &= retain; /* drop bits we don't want */
2028 int issued, implemented, want, retain, revoking, flushing = 0; local
2066 /* The ones we currently want to retain (may be adjusted below) */
2067 retain = file_wanted | used | CEPH_CAP_PIN;
2070 retain |= CEPH_CAP_ANY; /* be greedy */
2085 retain |
1403 __prep_cap(struct cap_msg_args *arg, struct ceph_cap *cap, int op, int flags, int used, int want, int retain, int flushing, u64 flush_tid, u64 oldest_flush_tid) argument
[all...]
/linux-master/drivers/md/
H A Ddm-bufio.c2745 unsigned long retain = get_retain_buffers(c); local
2759 if (count > retain)
2760 __evict_many(c, &params, LIST_CLEAN, count - retain);
H A Ddm-mpath.c889 retain:
916 goto retain;
/linux-master/kernel/
H A Dsignal.c484 sigset_t signal, retain; local
488 sigemptyset(&retain);
494 sigaddset(&retain, sig);
502 sigorsets(&pending->signal, &signal, &retain);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm1225 // Otherwise retain PRIV=1 for subsequent context save requests.

Completed in 309 milliseconds