Searched refs:restricted (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/hwmon/
H A Ddell-smm-hwmon.c126 static bool restricted = true; variable
127 module_param(restricted, bool, 0);
128 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)");
588 if (restricted && !capable(CAP_SYS_ADMIN))
628 if (restricted && !capable(CAP_SYS_ADMIN))
699 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : data->bios_machineid,
/linux-master/io_uring/
H A Dregister.c246 ctx->restricted = 1;
407 if (ctx->restricted) {
H A Dio_uring.c2237 if (unlikely(ctx->restricted || ctx->drain_active || ctx->drain_next)) {
2238 if (ctx->restricted && !io_check_restriction(ctx, req, sqe_flags))
/linux-master/include/linux/
H A Dio_uring_types.h233 unsigned int restricted: 1; member in struct:io_ring_ctx::__anon47
/linux-master/tools/perf/util/
H A Dsymbol.c997 bool restricted = false; local
1003 restricted = strcmp(r, restricted_filename) == 0;
1005 return restricted;
1009 return restricted;
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c6901 netdev_features_t restricted = 0; local
6904 restricted |= NETIF_F_ALL_TSO;
6909 restricted |= NETIF_F_IP_CSUM;
6911 if (restricted && qeth_next_hop_is_local_v4(card, skb))
6912 features &= ~restricted;
6916 restricted |= NETIF_F_IPV6_CSUM;
6918 if (restricted && qeth_next_hop_is_local_v6(card, skb))
6919 features &= ~restricted;

Completed in 535 milliseconds