/include/trace/events/ |
D | kmem.h | 18 gfp_t gfp_flags), 20 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags), 27 __field( gfp_t, gfp_flags ) 35 __entry->gfp_flags = gfp_flags; 43 show_gfp_flags(__entry->gfp_flags)) 49 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags), 51 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags) 57 size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags), 59 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags) 68 gfp_t gfp_flags, [all …]
|
D | vmscan.h | 77 TP_PROTO(int nid, int zid, int order, gfp_t gfp_flags), 79 TP_ARGS(nid, zid, order, gfp_flags), 85 __field( gfp_t, gfp_flags ) 92 __entry->gfp_flags = gfp_flags; 98 show_gfp_flags(__entry->gfp_flags)) 103 TP_PROTO(int order, gfp_t gfp_flags), 105 TP_ARGS(order, gfp_flags), 109 __field( gfp_t, gfp_flags ) 114 __entry->gfp_flags = gfp_flags; 119 show_gfp_flags(__entry->gfp_flags)) [all …]
|
/include/linux/ |
D | stackdepot.h | 20 gfp_t gfp_flags, bool can_alloc); 23 unsigned int nr_entries, gfp_t gfp_flags);
|
D | gfp.h | 373 static inline int gfp_migratetype(const gfp_t gfp_flags) in gfp_migratetype() argument 375 VM_WARN_ON((gfp_flags & GFP_MOVABLE_MASK) == GFP_MOVABLE_MASK); in gfp_migratetype() 383 return (gfp_flags & GFP_MOVABLE_MASK) >> GFP_MOVABLE_SHIFT; in gfp_migratetype() 388 static inline bool gfpflags_allow_blocking(const gfp_t gfp_flags) in gfpflags_allow_blocking() argument 390 return !!(gfp_flags & __GFP_DIRECT_RECLAIM); in gfpflags_allow_blocking() 410 static inline bool gfpflags_normal_context(const gfp_t gfp_flags) in gfpflags_normal_context() argument 412 return (gfp_flags & (__GFP_DIRECT_RECLAIM | __GFP_MEMALLOC)) == in gfpflags_normal_context()
|
D | livepatch.h | 223 size_t size, gfp_t gfp_flags, 226 size_t size, gfp_t gfp_flags,
|
D | iocontext.h | 146 gfp_t gfp_flags, int node);
|
D | mempolicy.h | 147 unsigned long addr, gfp_t gfp_flags, 259 unsigned long addr, gfp_t gfp_flags, in huge_node() argument
|
D | fscrypt.h | 274 gfp_t gfp_flags); 277 u64 lblk_num, gfp_t gfp_flags); 431 gfp_t gfp_flags) in fscrypt_encrypt_pagecache_blocks() argument 440 gfp_t gfp_flags) in fscrypt_encrypt_block_inplace() argument
|
D | nodemask.h | 523 #define NODEMASK_ALLOC(type, name, gfp_flags) \ argument 524 type *name = kmalloc(sizeof(*name), gfp_flags) 527 #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name argument
|
D | jbd2.h | 1595 static inline handle_t *jbd2_alloc_handle(gfp_t gfp_flags) in jbd2_alloc_handle() argument 1597 return kmem_cache_zalloc(jbd2_handle_cache, gfp_flags); in jbd2_alloc_handle() 1611 static inline struct jbd2_inode *jbd2_alloc_inode(gfp_t gfp_flags) in jbd2_alloc_inode() argument 1613 return kmem_cache_alloc(jbd2_inode_cache, gfp_flags); in jbd2_alloc_inode()
|
D | atmdev.h | 290 gfp_t gfp_flags);
|
/include/drm/ttm/ |
D | ttm_device.h | 280 int ttm_global_swapout(struct ttm_operation_ctx *ctx, gfp_t gfp_flags); 282 gfp_t gfp_flags);
|
D | ttm_tt.h | 154 gfp_t gfp_flags);
|
D | ttm_bo_api.h | 552 gfp_t gfp_flags);
|
/include/linux/usb/ |
D | gadget.h | 145 gfp_t gfp_flags); 149 gfp_t gfp_flags); 257 struct usb_request *usb_ep_alloc_request(struct usb_ep *ep, gfp_t gfp_flags); 259 int usb_ep_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags); 275 gfp_t gfp_flags) in usb_ep_alloc_request() argument 281 gfp_t gfp_flags) in usb_ep_queue() argument
|
/include/linux/sunrpc/ |
D | xprtmultipath.h | 48 gfp_t gfp_flags);
|
D | xdr.h | 325 size_t maxlen, gfp_t gfp_flags); 329 size_t maxlen, gfp_t gfp_flags);
|
/include/linux/ceph/ |
D | pagelist.h | 26 struct ceph_pagelist *ceph_pagelist_alloc(gfp_t gfp_flags);
|
D | libceph.h | 180 gfp_t gfp_flags);
|
/include/net/ |
D | ipv6_stubs.h | 47 struct fib6_config *cfg, gfp_t gfp_flags,
|
D | ip6_route.h | 124 int ip6_route_add(struct fib6_config *cfg, gfp_t gfp_flags, 163 gfp_t gfp_flags);
|
D | ip6_fib.h | 333 struct fib6_info *fib6_info_alloc(gfp_t gfp_flags, bool with_fib6_nh); 497 struct fib6_config *cfg, gfp_t gfp_flags,
|
/include/trace/hooks/ |
D | mm.h | 29 unsigned int order, gfp_t gfp_flags, 32 gfp_flags, alloc_flags, migratetype));
|
/include/scsi/ |
D | libsas.h | 634 int (*lldd_execute_task)(struct sas_task *, gfp_t gfp_flags); 712 gfp_t gfp_flags); 714 gfp_t gfp_flags);
|
/include/media/ |
D | videobuf2-core.h | 598 gfp_t gfp_flags; member
|