Searched refs:work (Results 201 - 225 of 270) sorted by relevance

1234567891011

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c502 static void update_sm_ah(struct work_struct *work) argument
505 container_of(work, struct ib_sa_port, update_task);
/freebsd-11-stable/share/mk/
H A Ddirdeps.mk86 # triple used by compiler folk won't work (directly anyway).
240 # this is all we have to work with
388 # this is where we will cache all our work
H A Dsrc.opts.mk328 # profiling won't work on MIPS64 because there is only assembly for o32
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk88 # triple used by compiler folk won't work (directly anyway).
279 # this is all we have to work with
338 # this is where we will cache all our work
H A Dlib.mk445 # this is known to work for NetBSD 1.6 and FreeBSD 4.2
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql7 * distributed with this work for additional information
214 /* A serialized skel specifying the work item. */
215 work BLOB NOT NULL
H A Dwc-queries.sql8 * distributed with this work for additional information
139 doesn't work as the index is created without the DESC keyword.
140 Using both local_relpath and op_depth descending does work without any
878 INSERT INTO work_queue (work) VALUES (?1)
881 SELECT id, work FROM work_queue ORDER BY id LIMIT 1
H A Dwc-checks.sql7 * distributed with this work for additional information
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c607 unsigned HOST_WIDE_INT work;
667 work = num[i] + carry * BASE;
668 quo[i] = work / lden;
669 carry = work % lden;
696 work = (num[i] * scale) + carry;
697 num[i] = LOWPART (work);
698 carry = HIGHPART (work);
705 work = (den[i] * scale) + carry;
706 den[i] = LOWPART (work);
707 carry = HIGHPART (work);
600 unsigned HOST_WIDE_INT work; local
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex289 % \topmark doesn't work for the very first chapter (after the title
340 % "\acronym" won't work when it's read back in;
816 % surround any changed text. This approach does *not* work if the
820 % is not documented, not supported, and doesn't work.
1050 \fi % \openindices needs to do some work in any case.
1349 % much work for too little return. Just use the ASCII equivalents
2300 % lilypond developers report. xpdf does work with the regular 0x27.
2511 % this is all so @math{@code{var_name}+1} can work. In math mode, _
2583 \def\urefbreakfinish#1,#2,#3,#4\finish{% doesn't work in @example
2824 % make the texinfo accent commands work i
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex209 % surround any changed text. This approach does *not* work if the
759 % Old definition--didn't work.
1145 \fi % \openindices needs to do some work in any case.
1904 % this is all so @math{@code{var_name}+1} can work. In math mode, _
2096 % Also doesn't work in math. Do we need to do math with euro symbols?
2111 % does not work for cmbx10 and other extended/shrunken fonts.
2493 \errmessage{This command won't work in this context; perhaps the problem is
2593 % This is a good thing, since \splitoff doesn't work given nothing at
3084 % it will fail (although perhaps we could fix that with sufficient work
3207 % \doindex just uses \parsearg; it calls \doind for the actual work
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex201 % surround any changed text. This approach does *not* work if the
736 % Old definition--didn't work.
1122 \fi % \openindices needs to do some work in any case.
1825 % this is all so @math{@code{var_name}+1} can work. In math mode, _
1995 % Also doesn't work in math. Do we need to do math with euro symbols?
2010 % does not work for cmbx10 and other extended/shrunken fonts.
2392 \errmessage{This command won't work in this context; perhaps the problem is
2492 % This is a good thing, since \splitoff doesn't work given nothing at
2983 % it will fail (although perhaps we could fix that with sufficient work
3106 % \doindex just uses \parsearg; it calls \doind for the actual work
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c1071 mlx5e_set_rx_mode_work(struct work_struct *work) argument
1074 container_of(work, struct mlx5e_priv, set_rx_mode_work);
H A Den.h1054 void mlx5e_set_rx_mode_work(struct work_struct *work);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c892 static void notify_soft_wc_handler(struct work_struct *work) argument
894 struct mlx5_ib_cq *cq = container_of(work, struct mlx5_ib_cq,
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex97 only have virtual IO devices, which makes it quite simple to work
582 This work represents the view of the author and does not necessarily
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dalways_test.sh33 WORKDIR=work
41 # Allow the user to specify an alternate work directory or script.
H A Dtests_test.sh33 WORKDIR=work
41 # Allow the user to specify an alternate work directory or script.
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_queue.c50 req->work = 0;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Devents.c1935 struct wpa_radio_work *work = wpa_s->scan_work; local
1937 radio_work_done(work);
1945 struct wpa_radio_work *work = wpa_s->scan_work; local
1947 radio_work_done(work);
2885 * to allow EAPOL supplicant to complete its work without
4770 /* This radio work will be cancelled, so clear P2P
/freebsd-11-stable/contrib/tcsh/
H A Dtw.parse.c202 /* Don't quote '/' to make the recognize stuff work easily */
1616 * let fignore work only when we are not using a pattern
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl90 # instead of $server if $server doesn't work
315 # more work to do...
1048 # provide fallbacks in case $nserver doesn't work out
1287 is to do all of its work silently.
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec438 work anyway (3.1 requires OpenSSL 0.9.6 to build), but what the heck
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c569 static void free_qp_work(struct work_struct *work) argument
575 qhp = container_of(work, struct c4iw_qp, free_work);
/freebsd-11-stable/stand/lua/
H A Dconfig.lua413 -- It's worth noting that this won't work on every filesystem, so we

Completed in 545 milliseconds

1234567891011