Home
last modified time | relevance | path

Searched defs:gfp (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/Linux-v5.4/net/sctp/
Dulpevent.c49 gfp_t gfp) in sctp_ulpevent_new()
117 __u16 inbound, struct sctp_chunk *chunk, gfp_t gfp) in sctp_ulpevent_make_assoc_change()
244 int flags, int state, int error, gfp_t gfp) in sctp_ulpevent_make_peer_addr_change()
357 gfp_t gfp) in sctp_ulpevent_make_remote_error()
413 __u16 flags, __u32 error, gfp_t gfp) in sctp_ulpevent_make_send_failed()
521 __u16 flags, gfp_t gfp) in sctp_ulpevent_make_shutdown_event()
583 const struct sctp_association *asoc, gfp_t gfp) in sctp_ulpevent_make_adaptation_indication()
619 gfp_t gfp) in sctp_ulpevent_make_rcvmsg()
716 __u32 flags, gfp_t gfp) in sctp_ulpevent_make_pdapi()
769 __u32 indication, gfp_t gfp) in sctp_ulpevent_make_authkey()
[all …]
Dauth.c58 static struct sctp_auth_bytes *sctp_auth_create_key(__u32 key_len, gfp_t gfp) in sctp_auth_create_key()
79 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp) in sctp_auth_shkey_create()
188 gfp_t gfp) in sctp_auth_make_key_vector()
223 gfp_t gfp) in sctp_auth_make_local_vector()
234 gfp_t gfp) in sctp_auth_make_peer_vector()
256 gfp_t gfp) in sctp_auth_asoc_set_secret()
289 gfp_t gfp) in sctp_auth_asoc_create_secret()
355 gfp_t gfp) in sctp_auth_asoc_copy_shkeys()
383 int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp) in sctp_auth_asoc_init_active_key()
454 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp) in sctp_auth_init_hmacs()
[all …]
Dbind_addr.c45 enum sctp_scope scope, gfp_t gfp, in sctp_bind_addr_copy()
90 gfp_t gfp) in sctp_bind_addr_dup()
139 int new_size, __u8 addr_state, gfp_t gfp) in sctp_add_bind_addr()
207 gfp_t gfp) in sctp_bind_addrs_to_raw()
258 int addrs_len, __u16 port, gfp_t gfp) in sctp_raw_to_bind_addrs()
452 gfp_t gfp, int flags) in sctp_copy_one_addr()
Dstream_sched.c26 __u16 value, gfp_t gfp) in sctp_sched_fcfs_set()
44 gfp_t gfp) in sctp_sched_fcfs_init_sid()
200 __u16 value, gfp_t gfp) in sctp_sched_set_value()
257 int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp) in sctp_sched_init_sid()
Dstream_sched_prio.c29 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_new_head()
46 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_get_head()
151 __u16 prio, gfp_t gfp) in sctp_sched_prio_set()
201 gfp_t gfp) in sctp_sched_prio_init_sid()
/Linux-v5.4/include/linux/
Dkmemleak.h40 gfp_t gfp) in kmemleak_alloc_recursive()
63 gfp_t gfp) in kmemleak_alloc()
68 gfp_t gfp) in kmemleak_alloc_recursive()
72 gfp_t gfp) in kmemleak_alloc_percpu()
76 gfp_t gfp) in kmemleak_vmalloc()
100 static inline void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area()
110 int min_count, gfp_t gfp) in kmemleak_alloc_phys()
Ddevcoredump.h68 size_t datalen, gfp_t gfp) in dev_coredumpv()
75 void *data, size_t datalen, gfp_t gfp, in dev_coredumpm()
84 size_t datalen, gfp_t gfp) in dev_coredumpsg()
Dxarray.h547 void *entry, gfp_t gfp) in xa_store_bh()
573 void *entry, gfp_t gfp) in xa_store_irq()
648 void *old, void *entry, gfp_t gfp) in xa_cmpxchg()
675 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_bh()
702 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_irq()
731 unsigned long index, void *entry, gfp_t gfp) in xa_insert()
760 unsigned long index, void *entry, gfp_t gfp) in xa_insert_bh()
789 unsigned long index, void *entry, gfp_t gfp) in xa_insert_irq()
818 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc()
847 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_bh()
[all …]
Dvmpressure.h47 static inline void vmpressure(gfp_t gfp, struct mem_cgroup *memcg, bool tree, in vmpressure()
49 static inline void vmpressure_prio(gfp_t gfp, struct mem_cgroup *memcg, in vmpressure_prio()
Didr.h270 static inline int ida_alloc(struct ida *ida, gfp_t gfp) in ida_alloc()
287 static inline int ida_alloc_min(struct ida *ida, unsigned int min, gfp_t gfp) in ida_alloc_min()
304 static inline int ida_alloc_max(struct ida *ida, unsigned int max, gfp_t gfp) in ida_alloc_max()
314 #define ida_simple_get(ida, start, end, gfp) \ argument
/Linux-v5.4/lib/
Dkasprintf.c15 char *kvasprintf(gfp_t gfp, const char *fmt, va_list ap) in kvasprintf()
43 const char *kvasprintf_const(gfp_t gfp, const char *fmt, va_list ap) in kvasprintf_const()
53 char *kasprintf(gfp_t gfp, const char *fmt, ...) in kasprintf()
Didr.c34 unsigned long max, gfp_t gfp) in idr_alloc_u32()
79 int idr_alloc(struct idr *idr, void *ptr, int start, int end, gfp_t gfp) in idr_alloc()
117 int idr_alloc_cyclic(struct idr *idr, void *ptr, int start, int end, gfp_t gfp) in idr_alloc_cyclic()
380 gfp_t gfp) in ida_alloc_range()
Dxarray.c295 bool xas_nomem(struct xa_state *xas, gfp_t gfp) in xas_nomem()
321 static bool __xas_nomem(struct xa_state *xas, gfp_t gfp) in __xas_nomem()
365 gfp_t gfp = GFP_NOWAIT | __GFP_NOWARN; in xas_alloc() local
1373 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store()
1410 void *xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in xa_store()
1439 void *old, void *entry, gfp_t gfp) in __xa_cmpxchg()
1476 int __xa_insert(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_insert()
1552 unsigned long last, void *entry, gfp_t gfp) in xa_store_range()
1606 struct xa_limit limit, gfp_t gfp) in __xa_alloc()
1655 struct xa_limit limit, u32 *next, gfp_t gfp) in __xa_alloc_cyclic()
/Linux-v5.4/tools/virtio/linux/
Dkernel.h53 static inline void *kmalloc(size_t s, gfp_t gfp) in kmalloc()
59 static inline void *kmalloc_array(unsigned n, size_t s, gfp_t gfp) in kmalloc_array()
64 static inline void *kzalloc(size_t s, gfp_t gfp) in kzalloc()
72 static inline void *alloc_pages_exact(size_t s, gfp_t gfp) in alloc_pages_exact()
89 static inline void *krealloc(void *p, size_t s, gfp_t gfp) in krealloc()
95 static inline unsigned long __get_free_page(gfp_t gfp) in __get_free_page()
/Linux-v5.4/mm/
Dslob.c191 static void *slob_new_pages(gfp_t gfp, int order, int node) in slob_new_pages()
301 static void *slob_alloc(size_t size, gfp_t gfp, int align, int node, in slob_alloc()
469 __do_kmalloc_node(size_t size, gfp_t gfp, int node, unsigned long caller) in __do_kmalloc_node()
517 void *__kmalloc(size_t size, gfp_t gfp) in __kmalloc()
523 void *__kmalloc_track_caller(size_t size, gfp_t gfp, unsigned long caller) in __kmalloc_track_caller()
529 void *__kmalloc_node_track_caller(size_t size, gfp_t gfp, in __kmalloc_node_track_caller()
629 void *__kmalloc_node(size_t size, gfp_t gfp, int node) in __kmalloc_node()
635 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node) in kmem_cache_alloc_node()
Dpercpu-km.c36 int page_start, int page_end, gfp_t gfp) in pcpu_populate_chunk()
47 static struct pcpu_chunk *pcpu_create_chunk(gfp_t gfp) in pcpu_create_chunk()
/Linux-v5.4/security/apparmor/
Dlabel.c60 struct aa_proxy *aa_alloc_proxy(struct aa_label *label, gfp_t gfp) in aa_alloc_proxy()
401 bool aa_label_init(struct aa_label *label, int size, gfp_t gfp) in aa_label_init()
426 struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp) in aa_label_alloc()
826 int len, gfp_t gfp) in vec_create_and_insert_label()
860 gfp_t gfp) in aa_vec_find_or_create_label()
1191 gfp_t gfp) in aa_label_merge()
1416 bool aa_update_label_name(struct aa_ns *ns, struct aa_label *label, gfp_t gfp) in aa_update_label_name()
1658 int flags, gfp_t gfp) in aa_label_asxprint()
1687 struct aa_label *label, int flags, gfp_t gfp) in aa_label_acntsxprint()
1706 struct aa_label *label, int flags, gfp_t gfp) in aa_label_xaudit()
[all …]
/Linux-v5.4/net/decnet/
Ddn_nsp_out.c204 gfp_t gfp) in dn_nsp_clone_and_send()
341 gfp_t gfp, int oth) in dn_nsp_queue_xmit()
493 void dn_send_conn_conf(struct sock *sk, gfp_t gfp) in dn_send_conn_conf()
525 unsigned short reason, gfp_t gfp, in dn_nsp_do_disc()
568 unsigned short reason, gfp_t gfp) in dn_nsp_send_disc()
589 gfp_t gfp = GFP_ATOMIC; in dn_nsp_return_disc() local
601 gfp_t gfp = GFP_ATOMIC; in dn_nsp_send_link() local
/Linux-v5.4/drivers/base/
Ddevres.c93 size_t size, gfp_t gfp, int nid) in alloc_dr()
122 void * __devres_alloc_node(dr_release_t release, size_t size, gfp_t gfp, int nid, in __devres_alloc_node()
149 void * devres_alloc_node(dr_release_t release, size_t size, gfp_t gfp, int nid) in devres_alloc_node()
546 void * devres_open_group(struct device *dev, void *id, gfp_t gfp) in devres_open_group()
810 void * devm_kmalloc(struct device *dev, size_t size, gfp_t gfp) in devm_kmalloc()
839 char *devm_kstrdup(struct device *dev, const char *s, gfp_t gfp) in devm_kstrdup()
868 const char *devm_kstrdup_const(struct device *dev, const char *s, gfp_t gfp) in devm_kstrdup_const()
888 char *devm_kvasprintf(struct device *dev, gfp_t gfp, const char *fmt, in devm_kvasprintf()
920 char *devm_kasprintf(struct device *dev, gfp_t gfp, const char *fmt, ...) in devm_kasprintf()
966 void *devm_kmemdup(struct device *dev, const void *src, size_t len, gfp_t gfp) in devm_kmemdup()
/Linux-v5.4/arch/powerpc/include/asm/
Dpgalloc.h8 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) in pgtable_gfp_flags()
15 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) in pgtable_gfp_flags()
/Linux-v5.4/drivers/staging/wusbcore/
Dwa-rpipe.c180 gfp_t gfp) in rpipe_get_idle()
300 struct usb_host_endpoint *ep, struct urb *urb, gfp_t gfp) in rpipe_aim()
384 const struct urb *urb, gfp_t gfp) in rpipe_check_aim()
424 struct urb *urb, gfp_t gfp) in rpipe_get_by_ep()
/Linux-v5.4/net/rxrpc/
Dconn_client.c101 gfp_t gfp) in rxrpc_get_client_connection_id()
168 rxrpc_alloc_client_connection(struct rxrpc_conn_parameters *cp, gfp_t gfp) in rxrpc_alloc_client_connection()
279 gfp_t gfp) in rxrpc_get_client_conn()
642 static int rxrpc_wait_for_channel(struct rxrpc_call *call, gfp_t gfp) in rxrpc_wait_for_channel()
691 gfp_t gfp) in rxrpc_connect_call()
/Linux-v5.4/fs/fscache/
Dpage.c64 gfp_t gfp) in __fscache_maybe_release_page()
433 gfp_t gfp) in __fscache_read_or_alloc_page()
564 gfp_t gfp) in __fscache_read_or_alloc_pages()
677 gfp_t gfp) in __fscache_alloc_page()
963 gfp_t gfp) in __fscache_write_page()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dioctl_cfg80211.h114 #define rtw_cfg80211_rx_mgmt(adapter, freq, sig_dbm, buf, len, gfp) cfg80211_rx_mgmt((adapter)->rtw… argument
116 #define rtw_cfg80211_mgmt_tx_status(adapter, cookie, buf, len, ack, gfp) cfg80211_mgmt_tx_status((a… argument
117 #define rtw_cfg80211_ready_on_channel(adapter, cookie, chan, channel_type, duration, gfp) cfg80211… argument
118 #define rtw_cfg80211_remain_on_channel_expired(adapter, cookie, chan, chan_type, gfp) cfg80211_rema… argument
/Linux-v5.4/fs/cachefiles/
Drdwr.c394 gfp_t gfp) in cachefiles_read_or_alloc_page()
685 gfp_t gfp) in cachefiles_read_or_alloc_pages()
799 gfp_t gfp) in cachefiles_allocate_page()
837 gfp_t gfp) in cachefiles_allocate_pages()

12345678910>>...16