Searched refs:work (Results 26 - 50 of 211) sorted by relevance

123456789

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dcm.c192 struct delayed_work work; member in struct:cm_work
203 struct cm_work work; /* Must be first. */ member in struct:cm_timewait_info
253 static void cm_work_handler(struct work_struct *work);
584 __be32 remote_id = timewait_info->work.remote_id;
590 if (be32_lt(remote_id, cur_timewait_info->work.remote_id))
592 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id))
616 if (be32_lt(remote_id, timewait_info->work.remote_id))
618 else if (be32_gt(remote_id, timewait_info->work.remote_id))
739 struct cm_work *work; local
744 work
749 cm_free_work(struct cm_work *work) argument
847 struct cm_work *work; local
1298 cm_format_req_event(struct cm_work *work, struct cm_id_private *cm_id_priv, struct ib_cm_id *listen_id) argument
1332 cm_process_work(struct cm_id_private *cm_id_priv, struct cm_work *work) argument
1411 cm_dup_req_handler(struct cm_work *work, struct cm_id_private *cm_id_priv) argument
1454 cm_match_req(struct cm_work *work, struct cm_id_private *cm_id_priv) argument
1537 cm_req_handler(struct cm_work *work) argument
1768 cm_format_rep_event(struct cm_work *work) argument
1789 cm_dup_rep_handler(struct cm_work *work) argument
1832 cm_rep_handler(struct cm_work *work) argument
1919 cm_establish_handler(struct cm_work *work) argument
1951 cm_rtu_handler(struct cm_work *work) argument
2137 cm_dreq_handler(struct cm_work *work) argument
2207 cm_drep_handler(struct cm_work *work) argument
2306 cm_format_rej_event(struct cm_work *work) argument
2353 cm_rej_handler(struct cm_work *work) argument
2502 cm_mra_handler(struct cm_work *work) argument
2689 cm_lap_handler(struct cm_work *work) argument
2829 cm_apr_handler(struct cm_work *work) argument
2872 cm_timewait_handler(struct cm_work *work) argument
2980 cm_format_sidr_req_event(struct cm_work *work, struct ib_cm_id *listen_id) argument
2995 cm_sidr_req_handler(struct cm_work *work) argument
3119 cm_format_sidr_rep_event(struct cm_work *work) argument
3135 cm_sidr_rep_handler(struct cm_work *work) argument
3258 struct cm_work *work = container_of(_work, struct cm_work, work.work); local
3312 struct cm_work *work; local
3400 struct cm_work *work; local
[all...]
H A Diwcm.c58 struct work_struct work; member in struct:iwcm_work
84 * If work elements cannot be allocated for the new connect request cm_id,
91 struct iwcm_work *work; local
95 work = list_entry(cm_id_priv->work_free_list.next, struct iwcm_work,
97 list_del_init(&work->free_list);
98 return work;
101 static void put_work(struct iwcm_work *work) argument
103 list_add(&work->free_list, &work->cm_id->work_free_list);
116 struct iwcm_work *work; local
842 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); local
898 struct iwcm_work *work; local
[all...]
H A Dcache.c56 struct work_struct work; member in struct:ib_update_work
288 struct ib_update_work *work = local
289 container_of(_work, struct ib_update_work, work);
291 ib_cache_update(work->device, work->port_num);
292 kfree(work);
298 struct ib_update_work *work; local
307 work = kmalloc(sizeof *work, GFP_ATOMIC);
308 if (work) {
[all...]
H A Dcma.c185 struct work_struct work; member in struct:cma_work
193 struct work_struct work; member in struct:cma_ndev_work
199 struct work_struct work; member in struct:iboe_mcast_work
1605 struct cma_work *work = context; local
1608 route = &work->id->id.route;
1614 work->old_state = CMA_ROUTE_QUERY;
1615 work->new_state = CMA_ADDR_RESOLVED;
1616 work->event.event = RDMA_CM_EVENT_ROUTE_ERROR;
1617 work->event.status = status;
1620 queue_work(cma_wq, &work
1623 cma_query_ib_route(struct rdma_id_private *id_priv, int timeout_ms, struct cma_work *work) argument
1669 struct cma_work *work = container_of(_work, struct cma_work, work); local
1691 struct cma_ndev_work *work = container_of(_work, struct cma_ndev_work, work); local
1716 struct cma_work *work; local
1774 struct cma_work *work; local
1798 struct cma_work *work; local
2007 struct cma_work *work; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dsmult_curve25519_ref.c124 static void mainloop(unsigned int work[64],const unsigned char e[32]) argument
145 for (j = 0;j < 32;++j) xzm1[j] = work[j];
173 mult(xzn1b + 32,r,work);
177 for (j = 0;j < 64;++j) work[j] = xzm[j];
251 unsigned int work[96]; local
258 for (i = 0;i < 32;++i) work[i] = p[i];
259 mainloop(work,e);
260 recip(work + 32,work + 32);
261 mult(work
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinftrees.c25 whose indices are 0..2^bits-1. work is a writable array of at least
26 lens shorts, which is used as a work area. type is the type of code
34 int inflate_table(type, lens, codes, table, bits, work)
40 unsigned short FAR *work;
98 table. The sorted table is work[], with that space being provided by
149 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
186 base = extra = work; /* dummy value--not used */
221 if ((int)(work[sym]) < end) {
223 this.val = work[sym];
225 else if ((int)(work[sy
[all...]
H A Dinflate.h115 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-util.c127 * @param work Work queue entry containing the packet to dump
130 int cvmx_helper_dump_packet(cvmx_wqe_t *work) argument
139 cvmx_dprintf("Packet Length: %u\n", work->len);
140 cvmx_dprintf(" Input Port: %u\n", work->ipprt);
141 cvmx_dprintf(" QoS: %u\n", work->qos);
142 cvmx_dprintf(" Buffers: %u\n", work->word2.s.bufs);
144 if (work->word2.s.bufs == 0)
151 buffer_ptr.s.addr = cvmx_ptr_to_phys(work->packet_data);
152 if (cvmx_likely(!work->word2.s.not_IP))
156 buffer_ptr.s.addr += (pip_ip_offset.s.offset<<3) - work
[all...]
H A Dcvmx-helper-errata.c104 cvmx_wqe_t *work; local
208 work = cvmx_pow_work_request_sync(CVMX_POW_WAIT);
210 } while ((work == NULL) && (retry_cnt > 0));
217 if (work)
218 cvmx_helper_free_packet_data(work);
253 * - WORD3 in the work queue entry, and
257 * @param work Work queue entry to fix
260 int cvmx_helper_fix_ipd_packet_chain(cvmx_wqe_t *work) argument
262 uint64_t number_buffers = work->word2.s.bufs;
264 /* We only need to do this if the work ha
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm325 work .req r4 @ XXXX is this safe ? label
548 @ Load the constant 0x10000000 into our work register.
549 mov work, #1
550 lsl work, #28
556 cmp divisor, work
564 @ Set work to 0x80000000
565 lsl work, #3
569 cmp divisor, work
587 lsr work, divisor, #1
588 cmp dividend, work
[all...]
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_iwcm.c119 * If work elements cannot be allocated for the new connect request cm_id,
126 struct iwcm_work *work; local
130 work = TAILQ_FIRST(&cm_id_priv->work_free_list);
131 TAILQ_REMOVE(&cm_id_priv->work_free_list, work, free_list);
132 return work;
135 static void put_work(struct iwcm_work *work) argument
137 TAILQ_INSERT_HEAD(&work->cm_id->work_free_list, work, free_list);
150 struct iwcm_work *work; local
154 work
871 struct iwcm_work *work = context; local
924 struct iwcm_work *work; local
[all...]
H A Drdma_cache.c298 struct ib_update_work *work = context; local
300 ib_cache_update(work->device, work->port_num);
301 free(work, M_DEVBUF);
307 struct ib_update_work *work; local
315 work = malloc(sizeof *work, M_DEVBUF, M_NOWAIT);
316 if (work) {
317 TASK_INIT(&work->task, 0, ib_cache_task, work);
[all...]
H A Dib_umem.h55 struct work_struct work; member in struct:ib_umem
/freebsd-9.3-release/lib/libz/
H A Dinflate.h117 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_umem.h52 struct work_struct work; member in struct:ib_umem
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_smedia.c88 For this routine to work, the SETUP/200 must fit entirely
438 char *work; local
442 work = data;
443 work += 5;
444 while (work + 4 < data + dlen) {
445 memcpy(&msg_id, work, 2);
446 work += 2;
447 memcpy(&msg_len, work, 2);
448 work += 2;
454 memcpy(&port, work,
[all...]
/freebsd-9.3-release/sys/mips/cavium/octe/
H A Dethernet-tx.c74 cvmx_wqe_t *work; local
134 work = NULL;
144 work = cvmx_fpa_alloc(CVMX_FPA_WQE_POOL);
145 if (work == NULL) {
152 gp = (uint64_t *)work;
170 hw_buffer.s.addr = cvmx_ptr_to_phys(work);
/freebsd-9.3-release/sys/netipx/
H A Dipx.c409 struct ipx_addr work = *addr; local
414 port = ntohs(work.x_port);
416 if (ipx_nullnet(work) && ipx_nullhost(work)) {
425 if (ipx_wildnet(work))
427 else if (ipx_nullnet(work))
430 q = work.x_net.c_net;
438 if (ipx_wildhost(work))
440 else if (ipx_nullhost(work))
443 q = work
[all...]
/freebsd-9.3-release/usr.sbin/wlconfig/
H A Dwlconfig.c294 int work = 0; local
348 work = 1;
357 work = 1;
364 work = 1;
369 work = 1;
381 work = 1;
411 if (work) {
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_display.c254 struct radeon_unpin_work *work = arg; local
258 r = radeon_bo_reserve(work->old_rbo, false);
260 r = radeon_bo_unpin(work->old_rbo);
264 radeon_bo_unreserve(work->old_rbo);
268 drm_gem_object_unreference_unlocked(&work->old_rbo->gem_base);
269 free(work, DRM_MEM_DRIVER);
275 struct radeon_unpin_work *work; local
283 work = radeon_crtc->unpin_work;
284 if (work == NULL ||
285 (work
360 struct radeon_unpin_work *work; local
[all...]
/freebsd-9.3-release/gnu/usr.bin/cvs/cvs/
H A DMakefile49 mkdir -p ${.OBJDIR}/cvs-sanity/tmp ${.OBJDIR}/cvs-sanity/work
54 cd ${.OBJDIR}/cvs-sanity/work;\
59 cd ${.OBJDIR}/cvs-sanity/work;\
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2asm.c530 unsigned HOST_WIDE_INT work = value;
537 int byte = (work & 0x7f);
538 work >>= 7;
539 if (work != 0)
546 if (work != 0)
552 while (work != 0);
591 HOST_WIDE_INT work = value;
599 byte = (work & 0x7f);
601 work >>= 7;
602 more = !((work
528 unsigned HOST_WIDE_INT work = value; local
589 HOST_WIDE_INT work = value; local
[all...]
/freebsd-9.3-release/usr.bin/netstat/
H A Droute.c656 struct ipx_addr work = ((struct sockaddr_ipx *)sa)->sipx_addr; local
657 if (ipx_nullnet(satoipx_addr(work)))
1039 struct ipx_addr work = ((struct sockaddr_ipx *)sa)->sipx_addr; local
1043 port = ntohs(work.x_port);
1045 if (ipx_nullnet(work) && ipx_nullhost(work)) {
1058 if (ipx_wildnet(work))
1060 else if (ipx_nullnet(work))
1063 q = work.x_net.c_net;
1071 if (ipx_wildhost(work))
1104 struct sockaddr_ipx work; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Datof-generic.c404 long work; local
406 work = carry + 10 * (long) (*littlenum_pointer);
407 *littlenum_pointer = work & LITTLENUM_MASK;
408 carry = work >> LITTLENUM_NUMBER_OF_BITS;
/freebsd-9.3-release/lib/libdisk/
H A Dwrite_amd64_disk.c93 struct dos_partition *dp,work[NDOSPART]; local
110 memcpy(work, dp, sizeof work);
111 dp = work;

Completed in 450 milliseconds

123456789