Home
last modified time | relevance | path

Searched hist:cbd92ce62e92bd17871c9668c2c2bebac3e2ac2e (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfile.hdiff 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 Dlinux_mmap.cdiff 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 Dlinux_event.cdiff 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 Dlinux_stats.cdiff 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 Dlinux_socket.cdiff 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 Dlinux_file.cdiff 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 Dlinux_ioctl.cdiff 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 Dsubr_capability.cdiff 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 Dsys_procdesc.cdiff 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 Dkern_sendfile.cdiff 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 Duipc_sem.cdiff 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 Duipc_mqueue.cdiff 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 Dkern_event.cdiff 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 Dsys_generic.cdiff 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 Dvfs_aio.cdiff 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 Duipc_syscalls.cdiff 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 Dkern_exec.cdiff 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 Dkern_sig.cdiff 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 Dkern_descrip.cdiff 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 Dcapsicum.hdiff 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 Dfilemon.cdiff 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 Dfuse_vfsops.cdiff 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 Dsmb_dev.cdiff 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 Dhwpmc_logging.cdiff 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 Dfdesc_vnops.cdiff 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

12