Searched refs:work (Results 76 - 100 of 270) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c776 static void cb_timeout_handler(struct work_struct *work) argument
778 struct delayed_work *dwork = container_of(work, struct delayed_work,
779 work);
855 static void cmd_work_handler(struct work_struct *work) argument
857 struct mlx5_cmd_work_ent *ent = container_of(work, struct mlx5_cmd_work_ent, work);
997 INIT_WORK(&ent->work, cmd_work_handler);
999 cmd_work_handler(&ent->work);
1000 } else if (!queue_work(dev->priv.health.wq_cmd, &ent->work)) {
1001 mlx5_core_warn(dev, "failed to queue work\
1375 struct mlx5_async_work *work = _work; local
1383 mlx5_cmd_exec_cb(struct mlx5_async_ctx *ctx, void *in, int in_size, void *out, int out_size, mlx5_async_cbk_t callback, struct mlx5_async_work *work) argument
[all...]
H A Dmlx5_pagealloc.c40 struct work_struct work; member in struct:mlx5_pages_req
459 static void pages_work_handler(struct work_struct *work) argument
461 struct mlx5_pages_req *req = container_of(work, struct mlx5_pages_req, work);
491 INIT_WORK(&req->work, pages_work_handler);
492 if (!queue_work(dev->priv.pg_wq, &req->work))
493 mlx5_core_warn(dev, "failed to queue pages handler work\n");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java131 work();
/freebsd-11-stable/sys/dev/wtap/wtap_hal/
H A Dhal.c51 hal->plugin->work(hal->plugin, p);
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh181 atf_set "descr" "Checks that redirects work in command substitutions"
202 atf_set "descr" "Checks that redirects work in old style cmd sub"
223 atf_set "descr" "Check that variables work in command substitutions"
252 atf_set "descr" "Checks that variables work in old style cmd sub"
377 atf_set "descr" "Checks that cmdsubs work inside a here document"
392 atf_set "descr" "Checks that old style cmdsubs work in here docs"
407 atf_set "descr" "Checks that here docs work inside cmd subs"
440 atf_set "descr" "Checks that here docs work inside old style cmd subs"
627 atf_set "descr" "Checks that here docs work inside cmd subs"
660 atf_set "descr" "Checks that here docs work insid
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dinstall-new.mk35 # Note: this function will work as is for *.new$RANDOM"
H A Dyacc.mk44 # Normally the .y.h rule does the work - to avoid races.
/freebsd-11-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc3 * this work for additional information regarding copyright ownership.
/freebsd-11-stable/share/mk/
H A Dinstall-new.mk50 # Note: this function will work as is for *.new$RANDOM"
/freebsd-11-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c102 work(void *arg) function
243 if (pthread_create(&workers[i].w_thread, NULL, work,
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c260 static void catas_reset(struct work_struct *work) argument
263 container_of(work, struct mlx4_dev_persistent,
H A Dmlx4_cmd.c478 * because writes of less than 32 bits to the HCR don't work
1852 struct mlx4_vf_immed_vlan_work *work; local
1879 work = kzalloc(sizeof(*work), GFP_KERNEL);
1880 if (!work)
1889 kfree(work);
1898 work->flags |= MLX4_VF_IMMED_VLAN_FLAG_VLAN;
1906 work->orig_vlan_id = vp_oper->state.default_vlan;
1907 work->orig_vlan_ix = vp_oper->vlan_idx;
1911 work
2235 mlx4_master_comm_channel(struct work_struct *work) argument
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dnet_dim.h71 struct work_struct work; member in struct:net_dim
395 schedule_work(&dim->work);
/freebsd-11-stable/sys/contrib/zlib/
H A Dinfback.c104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
389 &(state->lenbits), state->work);
463 &(state->lenbits), state->work);
472 &(state->next), &(state->distbits), state->work);
/freebsd-11-stable/contrib/lua/src/
H A Dlgc.c984 l_mem work; local
990 g->GCmemtrav = 0; /* start counting work */
998 work = g->GCmemtrav; /* stop counting (do not recount 'grayagain') */
1008 work += g->GCmemtrav; /* stop counting (objects being finalized) */
1024 work += g->GCmemtrav; /* complete counting */
1025 return work; /* estimate of memory marked by 'atomic' */
1063 lu_mem work; local
1065 work = atomic(L); /* work is what was traversed by 'atomic' */
1068 return work;
1137 lu_mem work = singlestep(L); /* perform one single step */ local
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dix_txrx.c464 /* Mark queue as having work */
859 * Setup work for hardware segmentation offload (TSO) on
985 u32 work, processed = 0; local
999 * In netmap mode, all the work is done in the context
1026 /* Get work starting point */
1027 work = txr->next_to_clean;
1028 buf = &txr->tx_buffers[work];
1029 txd = &txr->tx_base[work];
1030 work -= txr->num_desc; /* The distance to ring end */
1036 if (eop == NULL) /* No work */
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c319 void ipoib_mcast_carrier_on_task(struct work_struct *work) argument
321 struct ipoib_dev_priv *priv = container_of(work, struct ipoib_dev_priv,
363 * Defer carrier on work to ipoib_workqueue to avoid a
467 void ipoib_mcast_join_task(struct work_struct *work) argument
470 container_of(work, struct ipoib_dev_priv, mcast_task.work);
728 void ipoib_mcast_restart_task(struct work_struct *work) argument
731 container_of(work, struct ipoib_dev_priv, restart_task);
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_memory.c260 TASK_INIT(&glob->work, 0, ttm_shrink_work, glob);
290 /* let the page allocator first stop the shrink work. */
294 taskqueue_drain(glob->swap_queue, &glob->work);
324 taskqueue_enqueue(glob->swap_queue, &glob->work);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cong.c353 mlx5_ib_read_cong_stats(struct work_struct *work) argument
356 container_of(work, struct mlx5_ib_dev, congestion.dwork.work);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dscan.c155 static void wpas_trigger_scan_cb(struct wpa_radio_work *work, int deinit) argument
157 struct wpa_supplicant *wpa_s = work->wpa_s;
158 struct wpa_driver_scan_params *params = work->ctx;
162 if (!work->started) {
177 radio_work_done(work);
201 work->ctx = NULL;
216 radio_work_done(work);
238 wpa_s->scan_work = work;
2456 struct wpa_radio_work *work = wpa_s->scan_work; local
2458 radio_work_done(work);
2848 struct wpa_radio_work *work; local
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c271 struct intel_fbc_work *work = arg; local
272 struct drm_device *dev = work->crtc->dev;
276 if (work == dev_priv->fbc_work) {
278 * the prior work.
280 if (work->crtc->fb == work->fb) {
281 dev_priv->display.enable_fbc(work->crtc,
282 work->interval);
284 dev_priv->cfb_plane = to_intel_crtc(work->crtc)->plane;
285 dev_priv->cfb_fb = work
322 struct intel_fbc_work *work; local
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk53 # In the past substitutions did not work with the D/F forms and those
80 # if they work. Add, remove and replace things.
/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtap_module.c158 plugin->base.work = visibility_work;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_catas.c61 static void catas_reset(struct work_struct *work) argument
/freebsd-11-stable/contrib/ntp/libntp/
H A Dprettydate.c15 # error sizeof(time_t) < 4 -- this will not work!
33 * in a suitable range. Also uses solar cycle warping to work around
35 * cannot work with a negative time value, that is, times before
39 * functions have been updated so that they work...

Completed in 361 milliseconds

1234567891011