Searched refs:resource (Results 1 – 15 of 15) sorted by relevance
| /net/devlink/ |
| A D | resource.c | 44 if (resource) in devlink_resource_find() 53 return resource; in devlink_resource_find() 122 if (!resource) in devlink_nl_resource_set_doit() 161 resource->occ_get(resource->occ_get_priv)); in devlink_resource_occ_put() 179 if (resource->size != resource->size_new && in devlink_resource_put() 302 if (resource) in devlink_resources_validate() 347 if (resource) in devl_resource_register() 350 resource = kzalloc(sizeof(*resource), GFP_KERNEL); in devl_resource_register() 351 if (!resource) in devl_resource_register() 448 if (!resource) in devl_resource_size_get() [all …]
|
| A D | Makefile | 4 resource.o param.o region.o health.o trap.o rate.o linecard.o
|
| A D | devl_internal.h | 296 struct devlink_resource *resource,
|
| /net/wireless/tests/ |
| A D | util.c | 13 int t_wiphy_init(struct kunit_resource *resource, void *ctx) in t_wiphy_init() argument 36 resource->data = wiphy; in t_wiphy_init() 37 resource->name = "wiphy"; in t_wiphy_init() 42 void t_wiphy_exit(struct kunit_resource *resource) in t_wiphy_exit() argument 47 priv = wiphy_priv(resource->data); in t_wiphy_exit() 54 wiphy_free(resource->data); in t_wiphy_exit()
|
| A D | util.h | 54 int t_wiphy_init(struct kunit_resource *resource, void *data); 55 void t_wiphy_exit(struct kunit_resource *resource);
|
| /net/mac80211/tests/ |
| A D | util.c | 193 int t_sdata_init(struct kunit_resource *resource, void *ctx) in t_sdata_init() argument 201 resource->data = t_sdata; in t_sdata_init() 202 resource->name = "sdata"; in t_sdata_init() 296 void t_sdata_exit(struct kunit_resource *resource) in t_sdata_exit() argument 298 struct t_sdata *t_sdata = resource->data; in t_sdata_exit()
|
| A D | util.h | 33 int t_sdata_init(struct kunit_resource *resource, void *data); 34 void t_sdata_exit(struct kunit_resource *resource);
|
| /net/phonet/ |
| A D | socket.c | 87 if (pn->resource != res) in pn_find_sock_by_sa() 191 pn->resource = spn->spn_resource; in pn_socket_bind() 252 pn->resource = pn_sockaddr_get_resource(spn); in pn_socket_connect() 585 pn->resource, sk->sk_state, in pn_sock_seq_show()
|
| A D | af_phonet.c | 101 pn->resource = 0; in pn_socket_create() 240 res = pn->resource; in pn_skb_send()
|
| A D | pep.c | 857 newpn->pn_sk.resource = pn_sockaddr_get_resource(&dst); in pep_sock_accept()
|
| /net/9p/ |
| A D | Kconfig | 11 Plan 9 resource sharing via the 9P2000 protocol.
|
| /net/vmw_vsock/ |
| A D | vmci_transport.c | 690 || vmci_transport_peer_rid(dg->src.context) != dg->src.resource) in vmci_transport_recv_stream_cb() 1689 vmci_trans(vsk)->dg_handle.resource); in vmci_transport_dgram_bind() 1777 vsock_addr_init(vm_addr, dg->src.context, dg->src.resource); in vmci_transport_dgram_dequeue()
|
| /net/ipv6/netfilter/ |
| A D | Kconfig | 229 server. This allows to avoid conntrack and server resource usage
|
| /net/ipv4/netfilter/ |
| A D | Kconfig | 215 server. This allows to avoid conntrack and server resource usage
|
| /net/netfilter/ |
| A D | Kconfig | 671 server. This allows to avoid conntrack and server resource usage
|
Completed in 28 milliseconds