| /f-stack/dpdk/app/test/ |
| H A D | resource.h | 32 struct resource { struct 33 const char *name; /**< Unique name of the resource */ argument 34 const char *begin; /**< Start of resource data */ argument 35 const char *end; /**< End of resource data */ argument
|
| /f-stack/freebsd/kern/ |
| H A D | kern_racct.c | 516 racct_adjust_resource(struct racct *racct, int resource, in racct_adjust_resource() 577 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add() 597 racct_add_force(struct proc *p, int resource, uint64_t amount) in racct_add_force() 629 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred() 729 racct_set_unlocked(struct proc *p, int resource, uint64_t amount) in racct_set_unlocked() 741 racct_set(struct proc *p, int resource, uint64_t amount) in racct_set() 757 racct_set_force(struct proc *p, int resource, uint64_t amount) in racct_set_force() 777 racct_get_limit(struct proc *p, int resource) in racct_get_limit() 803 racct_get_available(struct proc *p, int resource) in racct_get_available() 850 racct_sub(struct proc *p, int resource, uint64_t amount) in racct_sub() [all …]
|
| H A D | bus_if.m | 45 static struct resource * struct 297 METHOD struct resource * alloc_resource { struct
|
| H A D | kern_rctl.c | 322 rctl_resource_name(int resource) in rctl_resource_name() 383 rctl_throttle_decay(struct racct *racct, int resource) in rctl_throttle_decay() 498 rctl_enforce(struct proc *p, int resource, uint64_t amount) in rctl_enforce() 702 rctl_get_limit(struct proc *p, int resource) in rctl_get_limit() 729 rctl_get_available(struct proc *p, int resource) in rctl_get_available()
|
| /f-stack/freebsd/sys/ |
| H A D | racct.h | 208 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add() 215 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred() 220 racct_add_force(struct proc *p, int resource, uint64_t amount) in racct_add_force() 225 racct_set(struct proc *p, int resource, uint64_t amount) in racct_set() 232 racct_set_force(struct proc *p, int resource, uint64_t amount) in racct_set_force() 237 racct_sub(struct proc *p, int resource, uint64_t amount) in racct_sub() 242 racct_sub_cred(struct ucred *cred, int resource, uint64_t amount) in racct_sub_cred() 247 racct_get_limit(struct proc *p, int resource) in racct_get_limit() 254 racct_get_available(struct proc *p, int resource) in racct_get_available()
|
| H A D | rman.h | 104 struct resource { struct 105 struct resource_i *__r_i; argument 121 enum rman_type rm_type; /* what type of resource this is */ argument
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | sysevent.h | 33 nvlist_t *resource; member
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_flow_os.h | 188 void *resource, void **action) in mlx5_flow_os_create_flow_action_packet_reformat() 220 void *resource, in mlx5_flow_os_create_flow_action_modify_header()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 464 (struct mlx5_flow_dv_modify_hdr_resource *resource, in flow_dv_convert_action_modify_ipv4() 504 (struct mlx5_flow_dv_modify_hdr_resource *resource, in flow_dv_convert_action_modify_ipv6() 550 (struct mlx5_flow_dv_modify_hdr_resource *resource, in flow_dv_convert_action_modify_mac() 596 (struct mlx5_flow_dv_modify_hdr_resource *resource, in flow_dv_convert_action_modify_vlan_vid() 646 (struct mlx5_flow_dv_modify_hdr_resource *resource, in flow_dv_convert_action_modify_tp() 724 (struct mlx5_flow_dv_modify_hdr_resource *resource, in flow_dv_convert_action_modify_ttl() 788 (struct mlx5_flow_dv_modify_hdr_resource *resource, in flow_dv_convert_action_modify_dec_ttl() 842 (struct mlx5_flow_dv_modify_hdr_resource *resource, in flow_dv_convert_action_modify_tcp_seq() 887 (struct mlx5_flow_dv_modify_hdr_resource *resource, in flow_dv_convert_action_modify_tcp_ack() 945 (struct mlx5_flow_dv_modify_hdr_resource *resource, in flow_dv_convert_action_set_reg() [all …]
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_mcp.h | 428 u8 resource; member 470 u8 resource; member
|
| H A D | ecore_mcp.c | 4268 enum ecore_resc_lock resource, in ecore_mcp_resc_lock_default_init()
|
| /f-stack/dpdk/drivers/bus/vmbus/ |
| H A D | rte_bus_vmbus.h | 78 struct rte_mem_resource resource[VMBUS_MAX_RESOURCE]; member
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_retire.c | 310 nvlist_t *resource, *fault; in zfs_retire_recv() local
|
| H A D | fmd_api.c | 626 nvlist_t *asru, nvlist_t *fru, nvlist_t *resource) in fmd_nvl_create_fault()
|
| /f-stack/lib/ |
| H A D | ff_compat.c | 143 racct_get_limit(struct proc *p, int resource) in racct_get_limit()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_fm.c | 1232 nvlist_t *resource = NULL; in zfs_event_create() local 1292 nvlist_t *resource; in zfs_post_common() local
|
| /f-stack/dpdk/drivers/net/avp/ |
| H A D | avp_ethdev.c | 364 struct rte_mem_resource *resource; in avp_dev_translate_address() local 419 struct rte_mem_resource *resource; in avp_dev_check_regions() local 824 struct rte_mem_resource *resource; in avp_dev_create() local
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_ethdev.c | 1143 struct rte_mem_resource *resource; in eth_ionic_pci_probe() local
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_flow_db.c | 668 struct ulp_fdb_resource_info *resource, *fid_resource; in ulp_flow_db_resource_add() local
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 4790 char *path, char *resource) in zfs_smb_acl_add() 4798 char *path, char *resource) in zfs_smb_acl_remove()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.c | 184 static int bnx2x_acquire_hw_lock(struct bnx2x_softc *sc, uint32_t resource) in bnx2x_acquire_hw_lock() 238 static int bnx2x_release_hw_lock(struct bnx2x_softc *sc, uint32_t resource) in bnx2x_release_hw_lock() 5892 static uint8_t bnx2x_trylock_hw_lock(struct bnx2x_softc *sc, uint32_t resource) in bnx2x_trylock_hw_lock()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_common.c | 3529 enum i40e_aq_resources_ids resource, in i40e_aq_request_resource() 3570 enum i40e_aq_resources_ids resource, in i40e_aq_release_resource()
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_proto.h | 240 char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)]; member 244 char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)]; member 618 char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)]; member 1216 char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)]; member
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_proto.h | 244 char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)]; member 248 char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)]; member 617 char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)]; member 1209 char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)]; member
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_proto.h | 628 char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)]; member 632 char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)]; member 959 char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)]; member
|