| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | nginx.c | 733 ccf->pid.data, ccf->oldpid.data, argv[0]); in ngx_exec_new_binary() 744 if (ngx_rename_file(ccf->oldpid.data, ccf->pid.data) in ngx_exec_new_binary() 750 ccf->oldpid.data, ccf->pid.data, argv[0]); in ngx_exec_new_binary() 1072 return ccf; in ngx_core_module_create_conf() 1098 && ccf->cpu_affinity_n != (ngx_uint_t) ccf->worker_processes) in ngx_core_module_init_conf() 1117 ccf->oldpid.len = ccf->pid.len + sizeof(NGX_OLDPID_EXT); in ngx_core_module_init_conf() 1119 ccf->oldpid.data = ngx_pnalloc(cycle->pool, ccf->oldpid.len); in ngx_core_module_init_conf() 1124 ngx_memcpy(ngx_cpymem(ccf->oldpid.data, ccf->pid.data, ccf->pid.len), in ngx_core_module_init_conf() 1335 ccf->priority = -ccf->priority; in ngx_set_priority() 1458 mask = &ccf->cpu_affinity[ccf->cpu_affinity_n - 1]; in ngx_get_cpu_affinity() [all …]
|
| H A D | ngx_cycle.c | 53 ngx_core_conf_t *ccf, *old_ccf; in ngx_init_cycle() local 313 if (ngx_create_pidfile(&ccf->pid, log) != NGX_OK) { in ngx_init_cycle() 326 if (ccf->pid.len != old_ccf->pid.len in ngx_init_cycle() 331 if (ngx_create_pidfile(&ccf->pid, log) != NGX_OK) { in ngx_init_cycle() 345 if (ngx_create_paths(cycle, ccf->user) != NGX_OK) { in ngx_init_cycle() 1056 ngx_core_conf_t *ccf; in ngx_delete_pidfile() local 1060 name = ngx_new_binary ? ccf->oldpid.data : ccf->pid.data; in ngx_delete_pidfile() 1075 ngx_core_conf_t *ccf; in ngx_signal_process() local 1084 file.name = ccf->pid; in ngx_signal_process() 1412 ngx_core_conf_t *ccf; in ngx_set_shutdown_timer() local [all …]
|
| H A D | ngx_connection.c | 146 ngx_core_conf_t *ccf; in ngx_clone_listening() local 155 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_clone_listening() 157 for (n = 1; n < ccf->worker_processes; n++) { in ngx_clone_listening()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process_cycle.c | 100 ngx_core_conf_t *ccf; in ngx_master_process_cycle() local 372 ngx_core_conf_t *ccf; in ngx_single_process_cycle() local 374 if (ccf->fstack_conf.len == 0) { in ngx_single_process_cycle() 730 ngx_core_conf_t *ccf; in ngx_reap_children() local 829 ccf->oldpid.data, ccf->pid.data, ngx_argv[0]); in ngx_reap_children() 1009 ngx_core_conf_t *ccf; in ngx_worker_process_init() local 1056 if (initgroups(ccf->username, ccf->group) == -1) { in ngx_worker_process_init() 1059 ccf->username, ccf->group); in ngx_worker_process_init() 1063 if (ccf->transparent && ccf->user) { in ngx_worker_process_init() 1081 if (ccf->transparent && ccf->user) { in ngx_worker_process_init() [all …]
|
| H A D | ngx_process.c | 614 ngx_core_conf_t *ccf; in ngx_debug_point() local 616 ccf = (ngx_core_conf_t *) ngx_get_conf(ngx_cycle->conf_ctx, in ngx_debug_point() 619 switch (ccf->debug_points) { in ngx_debug_point()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | ccf.txt | 30 - fsl,ccf-num-csdids: <u32> 34 - fsl,ccf-num-snoopids: <u32> 44 fsl,ccf-num-csdids = <32>; 45 fsl,ccf-num-snoopids = <32>;
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event.c | 505 ngx_core_conf_t *ccf; in ngx_event_module_init() local 518 ngx_timer_resolution = ccf->timer_resolution; in ngx_event_module_init() 531 && (ccf->rlimit_nofile == NGX_CONF_UNSET in ngx_event_module_init() 532 || ecf->connections > (ngx_uint_t) ccf->rlimit_nofile)) in ngx_event_module_init() 534 limit = (ccf->rlimit_nofile == NGX_CONF_UNSET) ? in ngx_event_module_init() 535 (ngx_int_t) rlmt.rlim_cur : ccf->rlimit_nofile; in ngx_event_module_init() 547 if (ccf->master == 0) { in ngx_event_module_init() 623 ngx_schedule_timeout = ccf->schedule_timeout; in ngx_event_module_init() 657 ngx_core_conf_t *ccf; in ngx_event_process_init() local 664 if (ccf->master && ccf->worker_processes > 1 && ecf->accept_mutex) { in ngx_event_process_init() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/xilinx/ |
| H A D | zynqmp-zc1254-revA.dts | 14 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zc1275-revA.dts | 14 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zc1232-revA.dts | 13 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zc1751-xm019-dc5.dts | 14 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zc1751-xm018-dc4.dts | 13 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zc1751-xm015-dc1.dts | 13 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zc1751-xm016-dc2.dts | 13 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zc1751-xm017-dc3.dts | 13 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zcu104-revA.dts | 13 #include "zynqmp-clk-ccf.dtsi"
|
| H A D | zynqmp-zcu100-revC.dts | 14 #include "zynqmp-clk-ccf.dtsi"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/ |
| H A D | dra7-atl.txt | 15 Provides ccf level representation of the ATL clocks to be used by drivers.
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | p3041si-post.dtsi | 298 fsl,ccf-num-csdids = <32>; 299 fsl,ccf-num-snoopids = <32>;
|
| H A D | p2041si-post.dtsi | 271 fsl,ccf-num-csdids = <32>; 272 fsl,ccf-num-snoopids = <32>;
|
| H A D | p5040si-post.dtsi | 258 fsl,ccf-num-csdids = <32>; 259 fsl,ccf-num-snoopids = <32>;
|
| H A D | p5020si-post.dtsi | 303 fsl,ccf-num-csdids = <32>; 304 fsl,ccf-num-snoopids = <32>;
|
| H A D | b4si-post.dtsi | 347 fsl,ccf-num-csdids = <32>; 348 fsl,ccf-num-snoopids = <32>;
|
| H A D | p4080si-post.dtsi | 306 fsl,ccf-num-csdids = <32>; 307 fsl,ccf-num-snoopids = <32>;
|
| H A D | t1040si-post.dtsi | 396 fsl,ccf-num-csdids = <32>; 397 fsl,ccf-num-snoopids = <32>;
|