| /f-stack/freebsd/sys/ |
| H A D | stdatomic.h | 241 #define atomic_exchange_explicit(object, desired, order) \ argument 247 #define atomic_fetch_or_explicit(object, operand, order) \ argument 253 #define atomic_load_explicit(object, order) \ argument 255 #define atomic_store_explicit(object, desired, order) \ argument 266 #define atomic_exchange_explicit(object, desired, order) \ argument 272 #define atomic_fetch_or_explicit(object, operand, order) \ argument 278 #define atomic_load_explicit(object, order) \ argument 280 #define atomic_store_explicit(object, desired, order) \ argument 299 #define atomic_exchange_explicit(object, desired, order) \ argument 328 #define atomic_load_explicit(object, order) \ argument [all …]
|
| H A D | module.h | 142 #define DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, maxver) \ argument 150 #define DECLARE_MODULE(name, data, sub, order) \ argument 153 #define DECLARE_MODULE(name, data, sub, order) \ argument 164 #define DECLARE_MODULE_TIED(name, data, sub, order) \ argument
|
| H A D | kernel.h | 222 enum sysinit_elem_order order; /* init order within subsystem*/ member 254 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 268 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 278 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 285 #define C_SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument 294 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
|
| /f-stack/freebsd/vm/ |
| H A D | vm_phys.c | 374 vm_freelist_add(struct vm_freelist *fl, vm_page_t m, int order, int tail) in vm_freelist_add() 386 vm_freelist_rem(struct vm_freelist *fl, vm_page_t m, int order) in vm_freelist_rem() 662 vm_phys_split_pages(vm_page_t m, int oind, struct vm_freelist *fl, int order, in vm_phys_split_pages() 693 int order; in vm_phys_enq_range() local 801 vm_phys_alloc_pages(int domain, int pool, int order) in vm_phys_alloc_pages() 822 vm_phys_alloc_freelist_pages(int domain, int freelist, int pool, int order) in vm_phys_alloc_freelist_pages() 1084 vm_phys_free_pages(vm_page_t m, int order) in vm_phys_free_pages() 1153 int order; in vm_phys_enqueue_contig() local 1280 vm_phys_set_pool(int pool, vm_page_t m, int order) in vm_phys_set_pool() 1302 int order; in vm_phys_unfree_page() local [all …]
|
| /f-stack/freebsd/net/ |
| H A D | vnet.h | 324 enum sysinit_elem_order order; member 330 #define VNET_SYSINIT(ident, subsystem, order, func, arg) \ argument 344 #define VNET_SYSUNINIT(ident, subsystem, order, func, arg) \ argument 442 #define VNET_SYSINIT(ident, subsystem, order, func, arg) \ argument 444 #define VNET_SYSUNINIT(ident, subsystem, order, func, arg) \ argument
|
| /f-stack/freebsd/x86/x86/ |
| H A D | legacy.c | 198 legacy_add_child(device_t bus, u_int order, const char *name, int unit) in legacy_add_child() 337 cpu_add_child(device_t bus, u_int order, const char *name, int unit) in cpu_add_child()
|
| /f-stack/dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd.c | 141 #define CRYPTO_GET_ALGO(order, cop, calg, aalg, keyl) \ argument 363 enum armv8_crypto_chain_order order; in armv8_crypto_set_session_chained_parameters() local
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_module.c | 158 char **order) in ngx_add_module()
|
| H A D | nginx.c | 1528 char **names, **order; in ngx_load_module() local
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | infback.c | 269 static const unsigned short order[19] = /* permutation of code lengths */ local
|
| H A D | inflate.c | 642 static const unsigned short order[19] = /* permutation of code lengths */ local
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 277 int order, int num_labels, nvlist_t *config) in add_config() 1047 avl_tree_t *cache, const char *path, const char *name, int order) in zpool_find_import_scan_add_slice() 1076 avl_tree_t *cache, const char *dir, int order) in zpool_find_import_scan_dir() 1119 avl_tree_t *cache, const char *dir, int order) in zpool_find_import_scan_path()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | radix_ipf.c | 1470 int *order; in randomize() local 1500 int *order; local 1519 int *order; local
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 251 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child() 569 int order; in nexus_hinted_child() local
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_pci_ctrl.c | 225 mv_pcib_ctrl_add_child(device_t dev, u_int order, const char *name, int unit) in mv_pcib_ctrl_add_child()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kmem-cache.c | 435 int order = get_order(skc->skc_obj_size); in spl_emergency_alloc() local 483 int order = get_order(skc->skc_obj_size); in spl_emergency_free() local
|
| /f-stack/tools/libnetgraph/ |
| H A D | msg.c | 74 #define atomic_fetch_add_explicit(object, operand, order) \ argument
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | abd_os.c | 272 int order; in abd_alloc_chunks() local 429 int order, i = 0; in abd_free_chunks() local
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 198 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_import_os.c | 285 zfs_path_order(char *name, int *order) in zfs_path_order()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | apb.c | 449 apb_add_child(device_t bus, u_int order, const char *name, int unit) in apb_add_child()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | simd_x86.h | 173 unsigned int order = get_order(sizeof (union fpregs_state)); in kfpu_init() local
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zprop_common.c | 190 zprop_desc_t **order; in zprop_iter_common() local
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | nexus.c | 194 nexus_add_child(device_t bus, u_int order, const char *name, int unit) in nexus_add_child()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | apb.c | 621 apb_add_child(device_t bus, u_int order, const char *name, int unit) in apb_add_child()
|