Searched refs:increase (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/basic/ |
D | socket-util.c | 715 int fd_set_sndbuf(int fd, size_t n, bool increase) { in fd_set_sndbuf() argument 723 … if (r >= 0 && l == sizeof(value) && increase ? (size_t) value >= n*2 : (size_t) value == n*2) in fd_set_sndbuf() 735 … if (r >= 0 && l == sizeof(value) && increase ? (size_t) value >= n*2 : (size_t) value == n*2) in fd_set_sndbuf() 746 int fd_set_rcvbuf(int fd, size_t n, bool increase) { in fd_set_rcvbuf() argument 754 … if (r >= 0 && l == sizeof(value) && increase ? (size_t) value >= n*2 : (size_t) value == n*2) in fd_set_rcvbuf() 766 … if (r >= 0 && l == sizeof(value) && increase ? (size_t) value >= n*2 : (size_t) value == n*2) in fd_set_rcvbuf()
|
D | socket-util.h | 127 int fd_set_sndbuf(int fd, size_t n, bool increase); 131 int fd_set_rcvbuf(int fd, size_t n, bool increase);
|
/systemd-251/units/ |
D | systemd-random-seed.service.in | 31 # increase the timeout substantially here.
|
/systemd-251/docs/ |
D | BOOT_LOADER_SPECIFICATION.md | 291 increase compatibility with EFI systems it is highly recommended only to 295 Conversely, in order to increase compatibility it is recommended to install
|
D | JOURNAL_FILE_FORMAT.md | 563 chain of entry arrays they should increase in size (double). 608 numbers need to increase strictly monotonically. Tag objects themselves are
|
/systemd-251/ |
D | TODO | 165 generation counter into account that can only monotonically increase and can 1856 - figure out how much we can increase Maximum Message Size
|
D | NEWS | 863 noticed to be before it.) This should increase the chance that time 3039 be a safety net only, in order to increase robustness if things go 3871 performance and increase isolation of applications, at the price of 4511 increase the log level configured in the "kernel.printk" sysctl so 7915 using this functionality. (Effectively this is an increase of 512 → 8696 datagrams. This should increase the capability of systemd to 10181 functionality is particularly useful to increase reliability 12658 be marked offline until the next write. This should increase 13483 * PID 1 will now increase its RLIMIT_NOFILE to 64K by default
|