/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | file.h | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
/freebsd/sys/compat/linux/ |
H A D | linux_mmap.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | linux_event.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | linux_stats.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | linux_socket.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | linux_file.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | linux_ioctl.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
/freebsd/sys/kern/ |
H A D | subr_capability.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | sys_procdesc.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | kern_sendfile.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | uipc_sem.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | uipc_mqueue.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | kern_event.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | sys_generic.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | vfs_aio.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | uipc_syscalls.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | kern_exec.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | kern_sig.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
H A D | kern_descrip.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
/freebsd/sys/sys/ |
H A D | capsicum.h | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
/freebsd/sys/dev/filemon/ |
H A D | filemon.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_vfsops.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
/freebsd/sys/netsmb/ |
H A D | smb_dev.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_logging.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vnops.c | diff cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e Wed May 09 20:47:24 CEST 2018 Matt Macy <mmacy@FreeBSD.org> Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly used code paths to use preinitialized cap_rights_t. A 3.6% speedup in fstat was measured with this change.
Reported by: mjg Reviewed by: oshogbo Approved by: sbruno MFC after: 1 month
|