Home
last modified time | relevance | path

Searched refs:work (Results 26 – 50 of 258) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.c1001 l_mem work = -cast(l_mem, g->GCmemtrav); /* start counting work */ in atomic() local
1011 work += g->GCmemtrav; /* stop counting (do not (re)count grays) */ in atomic()
1014 work -= g->GCmemtrav; /* restart counting */ in atomic()
1025 work -= g->GCmemtrav; /* restart counting */ in atomic()
1035 work += g->GCmemtrav; /* complete counting */ in atomic()
1036 return work; /* estimate of memory marked by 'atomic' */ in atomic()
1058 lu_mem work; in singlestep() local
1062 work = atomic(L); /* add what was traversed by 'atomic' */ in singlestep()
1065 return work + sw * GCSWEEPCOST; in singlestep()
1148 lu_mem work = singlestep(L); /* do some work */ in incstep() local
[all …]
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c250 int i, work, cc; in go2gen() local
257 work = 1; in go2gen()
258 while (work) { in go2gen()
259 work = 0; in go2gen()
271 work = 1; in go2gen()
H A Dy1.c1011 int c, ch, work, k; in closure() local
1033 work = 1; in closure()
1034 while (work) { in closure()
1035 work = 0; in closure()
1095 v->flag = work = 1; in closure()
1107 work = 1; in closure()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c526 rdsv3_work_t *work; in rdsv3_worker_thread() local
531 work = list_remove_head(&wq->wq_queue); in rdsv3_worker_thread()
532 while (work) { in rdsv3_worker_thread()
536 work->func(work); in rdsv3_worker_thread()
539 work = list_remove_head(&wq->wq_queue); in rdsv3_worker_thread()
643 "Enter(wq: %p, wp: %p)", dwp->wq, &dwp->work); in rdsv3_work_timeout_handler()
657 rdsv3_queue_work(dwp->wq, &dwp->work); in rdsv3_work_timeout_handler()
660 "Return(wq: %p, wp: %p)", dwp->wq, &dwp->work); in rdsv3_work_timeout_handler()
671 rdsv3_queue_work(wq, &dwp->work); in rdsv3_queue_delayed_work()
764 rdsv3_rdma_init_worker(struct rdsv3_work_s *work) in rdsv3_rdma_init_worker() argument
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetdata.c116 unsigned work; in _elf_locked_getdata() local
167 ELFACCESSDATA(work, _elf_work) in _elf_locked_getdata()
168 d->db_data.d_version = work; in _elf_locked_getdata()
H A Dupdate.c551 unsigned work; in wrt() local
561 ELFACCESSDATA(work, _elf_work) in wrt()
562 src.d_version = work; in wrt()
889 unsigned work; in _elfxx_swap_wrimage() local
898 ELFACCESSDATA(work, _elf_work) in _elfxx_swap_wrimage()
899 src.d_version = dst.d_version = work; in _elfxx_swap_wrimage()
H A DREADME.LFS117 variable types large enough to handle the increased range. Hence, this work
140 To work around the 2GB limit in 32-bit libelf:
145 stack and heap needed to do useful work with it.
152 there may be enough address space left for it to do useful work.
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsubmitting-patches.md18 …ame as [Linux Kernel Sign your work](https://www.kernel.org/doc/html/v4.12/process/submitting-patc…
/illumos-gate/usr/src/cmd/eject/
H A Deject.c61 static int work(char *, char *);
156 excode = work(NULL, rmmount_opt); in main()
160 res = work(argv[optind], rmmount_opt); in main()
187 work(char *arg, char *rmmount_opt) in work() function
/illumos-gate/usr/src/contrib/zlib/
H A Dinfback.c99 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
106 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
380 &(state->lenbits), state->work); in inflateBack()
454 &(state->lenbits), state->work); in inflateBack()
463 &(state->next), &(state->distbits), state->work); in inflateBack()
H A Dinftrees.h62 unsigned FAR *bits, unsigned short FAR *work));
H A Dinflate.h121 unsigned short work[288]; /* work area for code table building */ member
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.S59 / prep work for sse temporal and non-temporal
63 pushl %esi / for alignment work
109 movntps %xmm0, 32(%edi) / so we work more places
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/trace/
H A Dtst.qstring.d.out1 this %should work.
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DREADME23 been designed this way to try and make it work with as wide a variety of
47 work around this if we confirm that this is intentional.
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd_config44 # This allows the local port forwarding to work when connections are received
135 # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts.
136 # If the user on the client side is not root then this won't work on
/illumos-gate/usr/src/common/util/
H A DTHIRDPARTYLICENSE.multi339 "Work" shall mean the work of authorship, whether in Source or
41 copyright notice that is included in or attached to the work
44 "Derivative Works" shall mean any work, whether in Source or Object
47 represent, as a whole, an original work of authorship. For the purposes
52 "Contribution" shall mean any work of authorship, including
165 work stoppage, computer failure or malfunction, or any and all
182 APPENDIX: How to apply the Apache License to your work.
184 To apply the Apache License to your work, attach the following
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dminmax.test147 # Make sure the min(x) and max(x) optimizations work on empty tables
177 # Make sure the min(x) and max(x) optimizations work when there
216 # Make sure the max(x) and min(x) optimizations work for nested
240 # Make sure min(x) and max(x) work correctly when the datatype is
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A DREADME19 SMB client but is very useful for some kinds of development work.
43 These two (from over in ../dtrace) also work with fksmbcl:
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dlookupdotdomain.m422 …`errprint(`*** WARNING: FEATURE(`lookupdotdomain') does not work well with FEATURE(`relay_hosts_on…
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c6419 (work->pdw_keeper ? work->pdw_keeper : "NULL"), in pm_process_dep_request()
6420 (work->pdw_kept ? work->pdw_kept : "NULL"))) in pm_process_dep_request()
6433 pm_free_keeps(work->pdw_keeper, work->pdw_pwr); in pm_process_dep_request()
6446 (void) pm_record_keeper(work->pdw_kept, work->pdw_keeper, 0); in pm_process_dep_request()
6451 (void) pm_record_keeper(work->pdw_kept, work->pdw_keeper, 1); in pm_process_dep_request()
6493 if (!work->pdw_wait) { in pm_process_dep_request()
6497 if (work->pdw_kept) in pm_process_dep_request()
6498 kmem_free(work->pdw_kept, strlen(work->pdw_kept) + 1); in pm_process_dep_request()
6504 work->pdw_ret = ret; in pm_process_dep_request()
6505 work->pdw_done = 1; in pm_process_dep_request()
[all …]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c604 for (ret = SA_OK; work != NULL; work = work->next) { in enable_all_groups()
605 group = (sa_group_t)work->item; in enable_all_groups()
630 if (work->itemdata != NULL) { in enable_all_groups()
632 if (work->itemdata != NULL) in enable_all_groups()
640 (sa_share_t)work->itemdata, in enable_all_groups()
653 if (work->itemdata == NULL) { in enable_all_groups()
663 enable, work->proto); in enable_all_groups()
672 work->proto); in enable_all_groups()
4766 group = (sa_group_t)work->item; in disable_all_groups()
4778 work->proto); in disable_all_groups()
[all …]
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmmap7 #define _lib_mmap64 1 /* mmap64 interface and implementation work */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmmap7 #define _lib_mmap64 1 /* mmap64 interface and implementation work */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmmap7 #define _lib_mmap64 1 /* mmap64 interface and implementation work */

1234567891011