Home
last modified time | relevance | path

Searched refs:max_delegations (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfsd/
H A Dnfsd.h153 extern unsigned long max_delegations;
H A Dnfs4state.c641 unsigned long max_delegations; variable
1053 if (n < 0 || n > max_delegations) in alloc_init_deleg()
7323 max_delegations = nr_free_buffer_pages() >> (20 - 2 - PAGE_SHIFT); in set_max_delegations()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfsd/
H A Dnfsd.h153 extern unsigned long max_delegations;
H A Dnfs4state.c641 unsigned long max_delegations; variable
1053 if (n < 0 || n > max_delegations) in alloc_init_deleg()
7323 max_delegations = nr_free_buffer_pages() >> (20 - 2 - PAGE_SHIFT); in set_max_delegations()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfsd/
H A Dnfsd.h153 extern unsigned long max_delegations;
H A Dnfs4state.c641 unsigned long max_delegations; variable
1053 if (n < 0 || n > max_delegations) in alloc_init_deleg()
7323 max_delegations = nr_free_buffer_pages() >> (20 - 2 - PAGE_SHIFT); in set_max_delegations()
/dports/www/h2o-devel/h2o-dcc7134/lib/core/
H A Dconfig.c180 config->max_delegations = H2O_DEFAULT_MAX_DELEGATIONS; in h2o_config_init()
H A Drequest.c271 req->remaining_delegations = conn == NULL ? 0 : conn->ctx->globalconf->max_delegations; in h2o_init_request()
H A Dconfigurator.c416 return h2o_configurator_scanf(cmd, node, "%u", &ctx->globalconf->max_delegations); in on_config_max_delegations()
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h361 unsigned max_delegations; member