Home
last modified time | relevance | path

Searched refs:implemented (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/fs/ceph/
H A Dcaps.c658 cap->implemented = 0; in ceph_add_cap()
679 cap->issued = cap->implemented = CEPH_CAP_PIN; in ceph_add_cap()
767 cap->implemented |= issued; in ceph_add_cap()
808 int __ceph_caps_issued(struct ceph_inode_info *ci, int *implemented) in __ceph_caps_issued() argument
814 if (implemented) in __ceph_caps_issued()
815 *implemented = 0; in __ceph_caps_issued()
823 if (implemented) in __ceph_caps_issued()
824 *implemented |= cap->implemented; in __ceph_caps_issued()
833 have &= ~cap->implemented | ca in __ceph_caps_issued()
1934 int issued, implemented, want, retain, revoking, flushing = 0; ceph_check_caps() local
2734 int have, implemented; try_get_cap_refs() local
3860 int implemented = 0; handle_cap_trunc() local
[all...]
H A Dsuper.h161 int implemented; /* implemented superset of member
697 extern int __ceph_caps_issued(struct ceph_inode_info *ci, int *implemented);
H A Ddebugfs.c219 ceph_cap_string(cap->implemented)); in caps_show_cb()
237 seq_printf(s, "ino mds issued implemented\n"); in caps_show()
/kernel/linux/linux-6.6/fs/ceph/
H A Dcaps.c658 cap->implemented = 0; in ceph_add_cap()
679 cap->issued = cap->implemented = CEPH_CAP_PIN; in ceph_add_cap()
750 cap->implemented |= issued; in ceph_add_cap()
790 int __ceph_caps_issued(struct ceph_inode_info *ci, int *implemented) in __ceph_caps_issued() argument
796 if (implemented) in __ceph_caps_issued()
797 *implemented = 0; in __ceph_caps_issued()
805 if (implemented) in __ceph_caps_issued()
806 *implemented |= cap->implemented; in __ceph_caps_issued()
815 have &= ~cap->implemented | ca in __ceph_caps_issued()
1976 int issued, implemented, want, retain, revoking, flushing = 0; ceph_check_caps() local
2752 int have, implemented; try_get_cap_refs() local
3937 int implemented = 0; handle_cap_trunc() local
[all...]
H A Ddebugfs.c263 ceph_cap_string(cap->implemented)); in caps_show_cb()
282 seq_printf(s, "ino mds issued implemented\n"); in caps_show()
H A Dsuper.h185 int implemented; /* implemented superset of member
754 extern int __ceph_caps_issued(struct ceph_inode_info *ci, int *implemented);
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dimage.h16 #error conversion of header fields to LE not yet implemented
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dimage.h16 #error conversion of header fields to LE not yet implemented
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c54 #error test not implemented for this architecture!
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c423 return block->implemented; in is_block_implemented()
433 /* For each block check if 'implemented' bit is set */ in rvu_check_block_implemented()
438 block->implemented = true; in rvu_check_block_implemented()
459 if (!block->implemented) in rvu_lf_reset()
472 if (!block->implemented) in rvu_block_reset()
790 if (!block->implemented) in rvu_setup_hw_resources()
811 if (!block->implemented) in rvu_setup_hw_resources()
832 if (!block->implemented) in rvu_setup_hw_resources()
854 if (!block->implemented) in rvu_setup_hw_resources()
875 if (!block->implemented) in rvu_setup_hw_resources()
[all...]
H A Drvu.h81 bool implemented; member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c473 return block->implemented; in is_block_implemented()
483 /* For each block check if 'implemented' bit is set */ in rvu_check_block_implemented()
488 block->implemented = true; in rvu_check_block_implemented()
509 if (!block->implemented) in rvu_lf_reset()
523 if (!block->implemented) in rvu_block_reset()
851 if (!block->implemented) in rvu_setup_nix_hw_resource()
880 if (!block->implemented) in rvu_setup_cpt_hw_resource()
940 if (!block->implemented) in rvu_setup_hw_resources()
979 if (!block->implemented) in rvu_setup_hw_resources()
1005 if (!block->implemented) in rvu_setup_hw_resources()
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
H A Dfskeleton.S207 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
221 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
H A Dos.S69 | (i.e. all the known length <= 4) are implemented by single moves
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
H A Dfskeleton.S207 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
221 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
H A Dos.S69 | (i.e. all the known length <= 4) are implemented by single moves
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dproc-v7m.S148 @ Configure caches (if implemented)
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dproc-v7m.S148 @ Configure caches (if implemented)
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dwl3501_cs.c1767 u8 implemented, restricted, keys[100], len_keys, tocopy; in wl3501_get_encode() local
1771 &implemented, sizeof(implemented)); in wl3501_get_encode()
1774 if (!implemented) { in wl3501_get_encode()
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Dwl3501_cs.c1767 u8 implemented, restricted, keys[100], len_keys, tocopy; in wl3501_get_encode() local
1771 &implemented, sizeof(implemented)); in wl3501_get_encode()
1774 if (!implemented) { in wl3501_get_encode()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Def10.c218 unsigned int implemented; in efx_ef10_get_timer_workarounds() local
225 rc = efx_mcdi_get_workarounds(efx, &implemented, &enabled); in efx_ef10_get_timer_workarounds()
231 /* Bug61265 workaround is always enabled if implemented. */ in efx_ef10_get_timer_workarounds()
237 } else if (implemented & MC_CMD_GET_WORKAROUNDS_OUT_BUG35388) { in efx_ef10_get_timer_workarounds()
238 /* Workaround is implemented but not enabled. in efx_ef10_get_timer_workarounds()
1444 /* no invisible reset implemented */ in efx_ef10_map_reset_flags()
2483 unsigned int enabled, implemented; in efx_ef10_probe_multicast_chaining() local
2487 rc = efx_mcdi_get_workarounds(efx, &implemented, &enabled); in efx_ef10_probe_multicast_chaining()
2489 /* GET_WORKAROUNDS was implemented before this workaround, in efx_ef10_probe_multicast_chaining()
2498 implemented in efx_ef10_probe_multicast_chaining()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Def10.c218 unsigned int implemented; in efx_ef10_get_timer_workarounds() local
225 rc = efx_mcdi_get_workarounds(efx, &implemented, &enabled); in efx_ef10_get_timer_workarounds()
231 /* Bug61265 workaround is always enabled if implemented. */ in efx_ef10_get_timer_workarounds()
237 } else if (implemented & MC_CMD_GET_WORKAROUNDS_OUT_BUG35388) { in efx_ef10_get_timer_workarounds()
238 /* Workaround is implemented but not enabled. in efx_ef10_get_timer_workarounds()
1444 /* no invisible reset implemented */ in efx_ef10_map_reset_flags()
2499 unsigned int enabled, implemented; in efx_ef10_probe_multicast_chaining() local
2503 rc = efx_mcdi_get_workarounds(efx, &implemented, &enabled); in efx_ef10_probe_multicast_chaining()
2505 /* GET_WORKAROUNDS was implemented before this workaround, in efx_ef10_probe_multicast_chaining()
2514 implemented in efx_ef10_probe_multicast_chaining()
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H A Dentry.S483 * expected path for the NMI (and any other brilliantly implemented
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S482 * expected path for the NMI (and any other brilliantly implemented
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Daes-gcm-p10.S36 # AES is implemented with 8x blocks and GHASH is using 2 4x blocks.

Completed in 35 milliseconds

12