Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 133) sorted by relevance

123456

/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDworkqueue.h57 struct work_struct work; member
68 to_delayed_work(struct work_struct *work) in to_delayed_work()
74 #define INIT_WORK(work, func) \ argument
89 #define schedule_work(work) \ argument
98 queue_work(struct workqueue_struct *wq, struct work_struct *work) in queue_work()
109 queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work, in queue_delayed_work()
174 cancel_work_sync(struct work_struct *work) in cancel_work_sync()
186 cancel_delayed_work(struct delayed_work *work) in cancel_delayed_work()
197 cancel_delayed_work_sync(struct delayed_work *work) in cancel_delayed_work_sync()
/NextBSD/contrib/gcclibs/libiberty/
HDcplus-dem.c322 #define SCOPE_STRING(work) ((work->options & DMGL_JAVA) ? "." : "::") argument
640 struct work_stuff work[1]; in cplus_demangle_opname() local
849 struct work_stuff work[1]; in cplus_demangle() local
1011 internal_cplus_demangle (struct work_stuff *work, const char *mangled) in internal_cplus_demangle()
1076 squangle_mop_up (struct work_stuff *work) in squangle_mop_up()
1160 delete_non_B_K_work_stuff (struct work_stuff *work) in delete_non_B_K_work_stuff()
1193 delete_work_stuff (struct work_stuff *work) in delete_work_stuff()
1203 mop_up (struct work_stuff *work, string *declp, int success) in mop_up()
1255 demangle_signature (struct work_stuff *work, in demangle_signature()
1567 demangle_template_template_parm (struct work_stuff *work, in demangle_template_template_parm()
[all …]
HDsort.c47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers()
151 void **work; in main() local
/NextBSD/contrib/binutils/libiberty/
HDcplus-dem.c322 #define SCOPE_STRING(work) ((work->options & DMGL_JAVA) ? "." : "::") argument
640 struct work_stuff work[1]; in cplus_demangle_opname() local
849 struct work_stuff work[1]; in cplus_demangle() local
1011 internal_cplus_demangle (struct work_stuff *work, const char *mangled) in internal_cplus_demangle()
1076 squangle_mop_up (struct work_stuff *work) in squangle_mop_up()
1160 delete_non_B_K_work_stuff (struct work_stuff *work) in delete_non_B_K_work_stuff()
1193 delete_work_stuff (struct work_stuff *work) in delete_work_stuff()
1203 mop_up (struct work_stuff *work, string *declp, int success) in mop_up()
1255 demangle_signature (struct work_stuff *work, in demangle_signature()
1567 demangle_template_template_parm (struct work_stuff *work, in demangle_template_template_parm()
[all …]
HDsort.c47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers()
151 void **work; in main() local
/NextBSD/contrib/wpa/src/crypto/
HDdes-internal.c320 u32 work, right, leftt; in desfunc() local
403 u32 ek[32], work[2]; in des_encrypt() local
436 u32 work[2]; in des_block_encrypt() local
447 u32 work[2]; in des_block_decrypt() local
470 u32 work[2]; in des3_encrypt() local
484 u32 work[2]; in des3_decrypt() local
/NextBSD/contrib/bsnmp/lib/
HDsnmpclient.c100 struct work { struct
104 TAILQ_HEAD(worklist, work); argument
139 table_free(struct tabwork *work, int all) in table_free()
173 table_find(struct tabwork *work, const struct asn_oid *var) in table_find()
468 table_check_response(struct tabwork *work, const struct snmp_pdu *resp) in table_check_response()
532 table_check_cons(struct tabwork *work) in table_check_cons()
562 struct tabwork work; in snmp_table_fetch() local
628 struct tabwork *work = arg; in table_cb() local
708 struct tabwork *work; in snmp_table_fetch_async() local
/NextBSD/sys/ofed/drivers/infiniband/core/
HDcm.c194 struct delayed_work work; member
205 struct cm_work work; /* Must be first. */ member
761 struct cm_work *work; in cm_dequeue_work() local
771 static void cm_free_work(struct cm_work *work) in cm_free_work()
869 struct cm_work *work; in cm_destroy_id() local
1312 static void cm_format_req_event(struct cm_work *work, in cm_format_req_event()
1347 struct cm_work *work) in cm_process_work()
1425 static void cm_dup_req_handler(struct cm_work *work, in cm_dup_req_handler()
1468 static struct cm_id_private * cm_match_req(struct cm_work *work, in cm_match_req()
1551 static int cm_req_handler(struct cm_work *work) in cm_req_handler()
[all …]
HDiwcm.c62 struct work_struct work; member
95 struct iwcm_work *work; in get_work() local
105 static void put_work(struct iwcm_work *work) in put_work()
120 struct iwcm_work *work; in alloc_work_entries() local
852 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler() local
908 struct iwcm_work *work; in cm_event_handler() local
HDcache.c56 struct work_struct work; member
350 struct ib_update_work *work = in ib_cache_task() local
360 struct ib_update_work *work; in ib_cache_event() local
HDcma.c174 struct work_struct work; /* garbage coll */ member
212 struct work_struct work; member
220 struct work_struct work; member
226 struct work_struct work; member
990 static void __rdma_free(struct work_struct *work) in __rdma_free()
1756 struct cma_work *work = context; in cma_query_handler() local
1775 struct cma_work *work) in cma_query_ib_route()
1815 struct cma_work *work = container_of(_work, struct cma_work, work); in cma_work_handler() local
1837 struct cma_ndev_work *work = container_of(_work, struct cma_ndev_work, work); in cma_ndev_work_handler() local
1862 struct cma_work *work; in cma_resolve_ib_route() local
[all …]
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-wqe.h578 static inline int cvmx_wqe_get_port(cvmx_wqe_t *work) in cvmx_wqe_get_port()
590 static inline void cvmx_wqe_set_port(cvmx_wqe_t *work, int port) in cvmx_wqe_set_port()
598 static inline int cvmx_wqe_get_grp(cvmx_wqe_t *work) in cvmx_wqe_get_grp()
610 static inline void cvmx_wqe_set_grp(cvmx_wqe_t *work, int grp) in cvmx_wqe_set_grp()
618 static inline int cvmx_wqe_get_qos(cvmx_wqe_t *work) in cvmx_wqe_get_qos()
630 static inline void cvmx_wqe_set_qos(cvmx_wqe_t *work, int qos) in cvmx_wqe_set_qos()
638 static inline int cvmx_wqe_get_len(cvmx_wqe_t *work) in cvmx_wqe_get_len()
650 static inline void cvmx_wqe_set_len(cvmx_wqe_t *work, int len) in cvmx_wqe_set_len()
658 static inline uint32_t cvmx_wqe_get_tag(cvmx_wqe_t *work) in cvmx_wqe_get_tag()
663 static inline void cvmx_wqe_set_tag(cvmx_wqe_t *work, uint32_t tag) in cvmx_wqe_set_tag()
[all …]
HDcvmx-helper-errata.c104 cvmx_wqe_t *work; in __cvmx_helper_errata_fix_ipd_ptr_alignment() local
258 int cvmx_helper_fix_ipd_packet_chain(cvmx_wqe_t *work) in cvmx_helper_fix_ipd_packet_chain()
HDcvmx-helper-util.h268 static inline void cvmx_helper_free_packet_data(cvmx_wqe_t *work) in cvmx_helper_free_packet_data()
HDcvmx-pip.h671 static inline int cvmx_pip_get_bsel_table_index(cvmx_wqe_t *work) in cvmx_pip_get_bsel_table_index()
737 static inline int cvmx_pip_get_bsel_qos(cvmx_wqe_t *work) in cvmx_pip_get_bsel_qos()
751 static inline int cvmx_pip_get_bsel_grp(cvmx_wqe_t *work) in cvmx_pip_get_bsel_grp()
765 static inline int cvmx_pip_get_bsel_tt(cvmx_wqe_t *work) in cvmx_pip_get_bsel_tt()
779 static inline int cvmx_pip_get_bsel_tag(cvmx_wqe_t *work) in cvmx_pip_get_bsel_tag()
/NextBSD/sys/kern/
HDgenassym.sh11 work() function
/NextBSD/sys/mips/cavium/octe/
HDethernet-rx.c94 static inline int cvm_oct_check_rcv_error(cvmx_wqe_t *work) in cvm_oct_check_rcv_error()
187 cvmx_wqe_t *work; in cvm_oct_tasklet_rx() local
HDethernet-tx.c75 cvmx_wqe_t *work; in cvm_oct_xmit() local
/NextBSD/contrib/openbsm/bin/auditdistd/
HDsubr.h34 #define KEEP_ERRNO(work) do { \ argument
/NextBSD/sbin/hastd/
HDsubr.h41 #define KEEP_ERRNO(work) do { \ argument
/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_ib.c573 void ipoib_reap_ah(struct work_struct *work) in ipoib_reap_ah()
915 void ipoib_ib_dev_flush_light(struct work_struct *work) in ipoib_ib_dev_flush_light()
923 void ipoib_ib_dev_flush_normal(struct work_struct *work) in ipoib_ib_dev_flush_normal()
931 void ipoib_ib_dev_flush_heavy(struct work_struct *work) in ipoib_ib_dev_flush_heavy()
961 void ipoib_pkey_poll(struct work_struct *work) in ipoib_pkey_poll()
HDipoib_multicast.c316 void ipoib_mcast_carrier_on_task(struct work_struct *work) in ipoib_mcast_carrier_on_task()
464 void ipoib_mcast_join_task(struct work_struct *work) in ipoib_mcast_join_task()
724 void ipoib_mcast_restart_task(struct work_struct *work) in ipoib_mcast_restart_task()
HDipoib_cm.c1180 static void ipoib_cm_tx_start(struct work_struct *work) in ipoib_cm_tx_start()
1224 static void ipoib_cm_tx_reap(struct work_struct *work) in ipoib_cm_tx_reap()
1244 static void ipoib_cm_mb_reap(struct work_struct *work) in ipoib_cm_mb_reap()
1296 static void ipoib_cm_rx_reap(struct work_struct *work) in ipoib_cm_rx_reap()
1302 static void ipoib_cm_stale_task(struct work_struct *work) in ipoib_cm_stale_task()
/NextBSD/sys/dev/wtap/plugins/
HDwtap_plugin.h44 void (*work)(struct wtap_plugin *, struct packet *p); member
/NextBSD/contrib/binutils/gas/
HDflonum-mult.c82 unsigned long work; in flonum_multip() local

123456