| /OK3568_Linux_fs/buildroot/package/python-pam/ |
| H A D | 0001-dealloc.patch | 6 http://pkgs.fedoraproject.org/cgit/PyPAM.git/plain/PyPAM-0.5.0-dealloc.patch 9 diff -up PyPAM-0.5.0/PAMmodule.c.dealloc PyPAM-0.5.0/PAMmodule.c 10 --- PyPAM-0.5.0/PAMmodule.c.dealloc 2011-01-17 22:48:22.000000000 +0100
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxxabi/include/ |
| H A D | cxxabi.h | 99 void *(*alloc)(size_t), void (*dealloc)(void *)); 104 void *(*alloc)(size_t), void (*dealloc)(void *, size_t)); 127 void (*destructor)(void *), void (*dealloc)(void *)); 132 void (*dealloc)(void *, size_t));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxxabi/include/ |
| H A D | cxxabi.h | 99 void *(*alloc)(size_t), void (*dealloc)(void *)); 104 void *(*alloc)(size_t), void (*dealloc)(void *, size_t)); 127 void (*destructor)(void *), void (*dealloc)(void *)); 132 void (*dealloc)(void *, size_t));
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | refcounttree.c | 53 struct ocfs2_cached_dealloc_ctxt dealloc; member 1831 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_split_refcount_rec() argument 1985 struct ocfs2_cached_dealloc_ctxt *dealloc) in __ocfs2_increase_refcount() argument 2056 meta_ac, dealloc); in __ocfs2_increase_refcount() 2079 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_refcount_extent() argument 2096 1, meta_ac, dealloc); in ocfs2_remove_refcount_extent() 2108 ret = ocfs2_cache_block_dealloc(dealloc, EXTENT_ALLOC_SYSTEM_INODE, in ocfs2_remove_refcount_extent() 2159 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_increase_refcount() argument 2163 meta_ac, dealloc); in ocfs2_increase_refcount() 2172 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_decrease_refcount_rec() argument [all …]
|
| H A D | alloc.h | 112 struct ocfs2_cached_dealloc_ctxt *dealloc); 117 struct ocfs2_cached_dealloc_ctxt *dealloc); 122 struct ocfs2_cached_dealloc_ctxt *dealloc, 127 struct ocfs2_cached_dealloc_ctxt *dealloc); 131 struct ocfs2_cached_dealloc_ctxt *dealloc,
|
| H A D | refcounttree.h | 39 struct ocfs2_cached_dealloc_ctxt *dealloc, 95 struct ocfs2_cached_dealloc_ctxt *dealloc, 105 struct ocfs2_cached_dealloc_ctxt *dealloc);
|
| H A D | alloc.c | 2565 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_unlink_path() argument 2600 ret = ocfs2_cache_extent_block_free(dealloc, eb); in ocfs2_unlink_path() 2613 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_unlink_subtree() argument 2637 ocfs2_unlink_path(handle, et, dealloc, right_path, in ocfs2_unlink_subtree() 2646 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_rotate_subtree_left() argument 2767 subtree_index, dealloc); in ocfs2_rotate_subtree_left() 2903 struct ocfs2_cached_dealloc_ctxt *dealloc, in __ocfs2_rotate_tree_left() argument 2974 dealloc, &deleted); in __ocfs2_rotate_tree_left() 3019 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_path() argument 3071 subtree_index, dealloc); in ocfs2_remove_rightmost_path() [all …]
|
| H A D | xattr.c | 73 struct ocfs2_cached_dealloc_ctxt dealloc; member 786 &ctxt->dealloc); in __ocfs2_remove_xattr_range() 799 len, ctxt->meta_ac, &ctxt->dealloc, 1); in __ocfs2_remove_xattr_range() 801 ret = ocfs2_cache_cluster_dealloc(&ctxt->dealloc, in __ocfs2_remove_xattr_range() 2373 ocfs2_init_dealloc_ctxt(&ctxt.dealloc); in ocfs2_remove_value_outside() 2417 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_remove_value_outside() 3261 ocfs2_init_dealloc_ctxt(&ctxt->dealloc); in ocfs2_init_xattr_set_ctxt() 3658 if (ocfs2_dealloc_has_cluster(&ctxt.dealloc)) in ocfs2_xattr_set() 3660 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_xattr_set() 5431 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_rm_xattr_cluster() local [all …]
|
| H A D | move_extents.c | 48 struct ocfs2_cached_dealloc_ctxt dealloc; member 120 &context->dealloc); in __ocfs2_move_extent() 139 &context->dealloc, 1); in __ocfs2_move_extent() 790 ocfs2_init_dealloc_ctxt(&context->dealloc); in __ocfs2_move_extents_range() 899 ocfs2_run_deallocs(osb, &context->dealloc); in __ocfs2_move_extents_range()
|
| H A D | xattr.h | 81 struct ocfs2_cached_dealloc_ctxt *dealloc);
|
| H A D | aops.c | 2287 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_dio_end_io_write() local 2300 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_dio_end_io_write() 2337 et.et_dealloc = &dealloc; in ocfs2_dio_end_io_write() 2365 meta_ac, &dealloc); in ocfs2_dio_end_io_write() 2388 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_dio_end_io_write()
|
| H A D | file.c | 1769 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_remove_inode_range() local 1779 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_remove_inode_range() 1901 &dealloc, refcount_loc, false); in ocfs2_remove_inode_range() 1917 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_remove_inode_range()
|
| H A D | dir.c | 4403 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_dx_dir_truncate() local 4406 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_dx_dir_truncate() 4435 &dealloc, 0, false); in ocfs2_dx_dir_truncate() 4457 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_dx_dir_truncate()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas_tf/ |
| H A D | if_usb.c | 199 goto dealloc; in if_usb_probe() 204 goto dealloc; in if_usb_probe() 208 goto dealloc; in if_usb_probe() 212 goto dealloc; in if_usb_probe() 218 goto dealloc; in if_usb_probe() 224 goto dealloc; in if_usb_probe() 231 dealloc: in if_usb_probe()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | quick_allocator.hpp | 143 static inline void dealloc(void * pv) in dealloc() function 156 static inline void dealloc(void * pv, std::size_t n) in dealloc() function
|
| H A D | sp_counted_impl.hpp | 133 quick_allocator<this_type>::dealloc( p ); in operator delete() 213 quick_allocator<this_type>::dealloc( p ); in operator delete()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | if_usb.c | 243 goto dealloc; in if_usb_probe() 247 goto dealloc; in if_usb_probe() 251 goto dealloc; in if_usb_probe() 256 goto dealloc; in if_usb_probe() 294 dealloc: in if_usb_probe()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_bsg.c | 1571 goto dealloc; in qla2x00_update_fru_versions() 1578 dealloc: in qla2x00_update_fru_versions() 1620 goto dealloc; in qla2x00_read_fru_status() 1628 dealloc: in qla2x00_read_fru_status() 1671 goto dealloc; in qla2x00_write_fru_status() 1676 dealloc: in qla2x00_write_fru_status() 1717 goto dealloc; in qla2x00_write_i2c() 1722 dealloc: in qla2x00_write_i2c() 1762 goto dealloc; in qla2x00_read_i2c() 1771 dealloc: in qla2x00_read_i2c()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | net_namespace.c | 237 .dealloc = bpf_netns_link_dealloc,
|
| H A D | bpf_iter.c | 451 .dealloc = bpf_iter_link_dealloc,
|
| H A D | syscall.c | 2354 link->ops->dealloc(link); in bpf_link_free() 2576 .dealloc = bpf_tracing_link_dealloc, 2815 .dealloc = bpf_raw_tp_link_dealloc,
|
| H A D | cgroup.c | 949 .dealloc = bpf_cgroup_link_dealloc,
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/ |
| H A D | x-selection.m | 1525 - (void) dealloc method in Window 1534 [super dealloc];
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | X11Application.m | 132 - (void) dealloc method in void 135 [super dealloc];
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf.h | 904 void (*dealloc)(struct bpf_link *link); member
|